Releases: Use-Tusk/drift-python-sdk
Releases · Use-Tusk/drift-python-sdk
v0.1.19
v0.1.18
v0.1.17
v0.1.16
What's Changed
- fix: serialize psycopg2 params in replay mode for consistent InputValueHash matching by @jy-tan in #55
- fix: restore integer types in psycopg/psycopg2 replay using column metadata by @jy-tan in #56
- feat: add CSRF token normalization for Django record/replay by @jy-tan in #57
- fix: normalize HTML responses for deterministic Django replay by @jy-tan in #58
Full Changelog: v0.1.15...v0.1.16
v0.1.15
v0.1.14
What's Changed
- perf: benchmarks by @jy-tan in #35
- fix: benchmark annotations by @jy-tan in #50
- fix: psycopg2
register_default_jsonbTypeError with InstrumentedConnection + stack tests by @jy-tan in #52 - fix: resolve stack test failures in replay mode for psycopg/psycopg2 by @jy-tan in #53
Full Changelog: v0.1.13...v0.1.14
v0.1.13
What's Changed
- pyJWT + urllib instrumentations by @sohankshirsagar in #43
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- chore: update pyproject.toml license by @jy-tan in #40
- test: migrate to pytest by @jy-tan in #41
- feat: instrumentation for kinde auth by @sohankshirsagar in #39
- refactor: remove unused async connect path and simplify response handling by @jy-tan in #42
- perf: avoid reading HTTP request body before drop/sample decisions by @jy-tan in #44
- perf: reuse event loop in BatchSpanProcessor instead of creating one per export by @jy-tan in #45
- test: improve coverage for core logic by @jy-tan in #46
- feat: grpc client instrumentation by @jy-tan in #47
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- fix: psycopg instrumentation fixes by @sohankshirsagar in #29
- refactor: use shared test utils in urllib3 and aiohttp e2e tests by @sohankshirsagar in #37
- feat: support python 3.9+ by @jy-tan in #36
- chore: update docs by @jy-tan in #38
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- feat: add pre-request time travel support by @sohankshirsagar in #28
Full Changelog: v0.1.9...v0.1.10