Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.17.0

09 Jan 22:05
0e7802a
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(Low-Code Concurrent CDK): Make SimpleRetriever thread-safe so that different partitions can share the same SimpleRetriever (#185)

Under the Hood ⚙️

  • ci: use binary of airbyte-ci instead of dev version that requires python10 (#208)

v6.16.1

09 Jan 15:47
cc8ec47
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: fallback to json if orjson cannot serialize value (#210)

v6.16.0

09 Jan 14:04
3c76ef3
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add CustomSchemaNormalization (#194)

v6.15.1

08 Jan 22:54
e78eaff
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(airbyte-cdk): unable to create custom retriever (#198)

v6.15.0

08 Jan 15:18
3344441
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): added keys replace transformation (#183)

v6.14.0

08 Jan 13:45
3ee710d
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add min macros (#203)

v6.13.0

06 Jan 22:49
884897e
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add Composite Raw Decoder (#179)

Bug Fixes 🐛

  • fix(low-code cdk pagination): Fix the offset strategy so that it resets back to 0 when a stream is an incremental data feed (#202)
  • fix: fix sorting & __init__ imports (#189)

Test ConccurentPerPartitionCursor

02 Jan 17:50
Compare
Choose a tag to compare
Pre-release
v6.12.4dev0

Fix error in tests

v6.12.4

22 Dec 15:57
cf93e3a
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (DeclarativeOAuthFlow) - fix the bug when refresh_token is not provided from the test authentication (#186)

v6.12.3

20 Dec 16:36
ae1211f
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (DeclarativeOAuthFlow) - allow DeclarativeOauth2Authenticator to use access_token directly when no token_refresh_endpoint or refresh_token values are provided. (#182)