Skip to content

Releases: Use-Tusk/drift-python-sdk

v0.1.23

22 Mar 01:50

Choose a tag to compare

What's Changed

  • feat: add mock upstream support across HTTP e2e suites by @jy-tan in #73
  • refactor: update span proto types by @jy-tan in #74
  • fix: use log level info for rust-core fallback by @jy-tan in #75
  • build: bump drift-core-python to v0.1.9 by @jy-tan in #77
  • ci: update checkout action to v6 by @jy-tan in #78
  • fix: add actionable warning for background requests during replay by @sohil-kshirsagar in #76
  • fix: relax protobuf and requests dependency lower bounds by @sohankshirsagar in #80
  • test: enforce strict replay sandboxing in e2e fixtures by @sohankshirsagar in #79
  • fix: deduplicate urllib3 spans when PoolManager delegates to HTTPConnectionPool by @sohankshirsagar in #82
  • fix: Django setup timing, auto app-ready, and urllib3 botocore support by @sohankshirsagar in #81
  • chore: rename CLI repo by @jy-tan in #83

New Contributors

Full Changelog: v0.1.22...v0.1.23

v0.1.22

25 Feb 22:53

Choose a tag to compare

What's Changed

  • ci: require inbound replay span for e2e tests by @jy-tan in #72

Full Changelog: v0.1.21...v0.1.22

v0.1.21

25 Feb 20:08

Choose a tag to compare

What's Changed

  • fix: inbound replay span not sent to CLI in Django/FastAPI REPLAY mode by @sohankshirsagar in #71

Full Changelog: v0.1.20...v0.1.21

v0.1.20

25 Feb 07:20

Choose a tag to compare

What's Changed

  • add stack tests to benchmarks by @podocarp in #66
  • tests docker compose transmit sampling rate env var in by @podocarp in #68
  • feat: add optional drift-core rust acceleration path by @jy-tan in #69
  • feat: enable rust core by default and add non-rust e2e smoke by @jy-tan in #70

Full Changelog: v0.1.19...v0.1.20

v0.1.19

12 Feb 05:01

Choose a tag to compare

What's Changed

  • Benchmarks v2 by @podocarp in #60
  • feat: add sqlalchemy instrumentation and replay hardening by @jy-tan in #67

Full Changelog: v0.1.18...v0.1.19

v0.1.18

07 Feb 00:34

Choose a tag to compare

What's Changed

  • fix: handle CSRF in headers by @jy-tan in #63
  • refactor: align Django middleware with OTel-native span export pattern by @jy-tan in #64

Full Changelog: v0.1.17...v0.1.18

v0.1.17

04 Feb 01:35

Choose a tag to compare

What's Changed

  • fix: ignore non-deterministic SQL parameters when matching Postgres query mocks by @jy-tan in #61

Full Changelog: v0.1.16...v0.1.17

v0.1.16

02 Feb 04:54

Choose a tag to compare

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

29 Jan 08:25

Choose a tag to compare

What's Changed

  • fix: add cursor iteration support to psycopg2 MockCursor for django.contrib.postgres by @jy-tan in #54

Full Changelog: v0.1.14...v0.1.15

v0.1.14

28 Jan 23:14

Choose a tag to compare

What's Changed

  • perf: benchmarks by @jy-tan in #35
  • fix: benchmark annotations by @jy-tan in #50
  • fix: psycopg2 register_default_jsonb TypeError 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