8000 Tags · PostHog/posthog-python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: PostHog/posthog-python

Tags

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Remove deprecated `monotonic` lib (#231)

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add new FeatureFlagResult class and tests (#227)

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

v3.25.0

Toggle v3.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(flags): latest version of `posthog-python` now uses `/flags` by…

… default, except for a few exceptions (#222)

* wahahaha

* fix tests

* whoops don't forget to roll it out

v3.24.3

Toggle v3.24.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(flags): pass in the correct hashes. (#221)

* shoot

* cut customer token

* bump version

* dump posthog api from excluded

v3.24.2

Toggle v3.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ubunut 20-04 is EOL (#220)

v3.24.1

Toggle v3.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add field to proxy client setup (#217)

v3.24.0

Toggle v3.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: log captured exceptions (#215)

v3.23.0

Toggle v3.23.0's commit message

Verified

This commit was signed with the committer’s verified signature.
frankh Frank Hamand
bump version

v3.22.0

Toggle v3.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update automatic retries to include read errors (#208)

in e.g. lambda environments the connection can time out between invocations,
this comes through to the client as a "RemoteDisconnected" error, which it
turns out urllib classifies as a "read" error not a connection error (as
it's possible to get this error after data has been sent)

v3.21.0

Toggle v3.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support serializing dataclasses (#206)

* Support serializing dataclasses

* Update version

* Run black

* Fix for Python 3.9
0