Releases: PostHog/posthog-python
Releases · PostHog/posthog-python
3.24.3
fix(flags): pass in the correct hashes. (#221) * shoot * cut customer token * bump version * dump posthog api from excluded
3.24.2
v3.24.2 ubunut 20-04 is EOL (#220)
3.24.1
v3.24.1 fix: add field to proxy client setup (#217)
3.24.0
v3.24.0 feat: log captured exceptions (#215)
3.23.0
v3.23.0 bump version
3.22.0
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
feat: Support serializing dataclasses (#206) * Support serializing dataclasses * Update version * Run black * Fix for Python 3.9
3.20.0
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
v3.19.1 fix: azure open ai delta check (#203)
3.19.0
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