Skip to content

Releases: PostHog/posthog-python

3.24.1

11 Apr 12:58
7a6e185

Choose a tag to compare

v3.24.1

fix: add field to proxy client setup (#217)

3.24.0

10 Apr 13:36
51380ac

Choose a tag to compare

v3.24.0

feat: log captured exceptions (#215)

3.23.0

26 Mar 16:11
8563e05

Choose a tag to compare

v3.23.0

bump version

3.22.0

26 Mar 16:04
334394b

Choose a tag to compare

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)

3.21.0

17 Mar 14:29
2779ad1

Choose a tag to compare

feat: Support serializing dataclasses (#206)

* Support serializing dataclasses

* Update version

* Run black

* Fix for Python 3.9

3.20.0

14 Mar 05:17
5a4167d

Choose a tag to compare

feat: add support for responses api (#205)

* feat: add suppoort for responses api

* fix: test

* fix: black

* fix: test - hopefully

* fix: test - hopefully #2

* fix: test - hopefully #3

* fix: test - hopefully #4

* fix: greptaile catch

* fix: mypy is not my friend

* fix: isort usort weallsort

* fix: noredef

* fix: mypy baseline

* fix: mypy

* fix: mypy

3.19.1

10 Mar 21:36
28a7d35

Choose a tag to compare

v3.19.1

fix: azure open ai delta check (#203)

3.19.0

06 Mar 22:38
8331af7

Choose a tag to compare

feat: cached tokens (#202)

* feat: cached tokens

* feat: add tool support

* chore: local test

* chore: isort black

* chore: bump v

* chore: remove import

* fix: types

* fix: black

* fix: mypy unpacking of None

* chore: mypy baseline

* feat: mypy fix

* fix: did things and stuff

* fix: mypy yourpy whos py?

* fix: things can be None

* fix: move test

* fix remove exampels from package

* fix: losing my py

3.18.1

03 Mar 19:01
f4c9971

Choose a tag to compare

chore(flags): improved some logs for quota limiting (#197)

* 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

* do it

* merge conflict UGH

* black formatting

* bump version

* correct changelog

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>