Skip to content

Releases: PostHog/posthog-python

3.18.0

28 Feb 20:41
7dc4cbb

Choose a tag to compare

feat: azure export w/ async (#200)

* feat: azure export w/ async

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

3.17.0

27 Feb 21:03
4cda646

Choose a tag to compare

v3.17.0

feat(llm-observability): `$ai_tools` capture in Langchain (#199)

3.16.0

26 Feb 12:27
ea4e7fa

Choose a tag to compare

v3.16.0

feat: add some platform info to events (#198)

3.15.1

23 Feb 13:11
57a3e74

Choose a tag to compare

v3.15.1

fix: async client (#196)

3.15.0

21 Feb 20:46
5e0f9e3

Choose a tag to compare

feat(feature-flags): support quota limiting for feature flags (#195)

* haha okay

* tests workin

* format

* use case-sensitive comparisons

* omg LOL

* fix tests

* jeez

* this will probably work

* now do local eval

* okay

* yo

* formatting

* fix import order

* type check

* ai yi yi

* code review

* format

3.14.2

20 Feb 00:52
337f7da

Choose a tag to compare

v3.14.2

fix(flags): remove `lower()` when evaluating feature flag payloads – …

3.14.1

18 Feb 00:18
31652d5

Choose a tag to compare

v3.14.1

fix: support usage as part of generation (#192)

3.13.0

12 Feb 12:29
1b57a96

Choose a tag to compare

automatically retry connection errors (#190)

* automatically retry connection errors

from the docs for max_retries: this applies only to failed DNS lookups,
 socket connections and connection timeouts

* run tests on multiple python versions

* update freezegun

3.12.1

11 Feb 15:01
e480b88

Choose a tag to compare

fix: Move code under mypy type (#188)

* fix: Move code under mypy type

This is incorrect, we should've added these slightly lower in the method definition to avoid mypy from breaking

* feat: Bump to 3.12.1

3.12.0

11 Feb 00:46
cec532f

Choose a tag to compare

v3.12.0

feat: add beta parse method support (#185)