Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.17.0
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
Changes
Bug Fixes 🐛
- fix: fallback to
json
if orjson
cannot serialize value (#210)
v6.16.0
Changes
New Features ✨
- feat: add
CustomSchemaNormalization
(#194)
v6.15.1
Changes
Bug Fixes 🐛
- fix(airbyte-cdk): unable to create custom retriever (#198)
v6.15.0
Changes
New Features ✨
- feat(low-code): added keys replace transformation (#183)
v6.14.0
Changes
New Features ✨
- feat: add
min
macros (#203)
v6.13.0
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
v6.12.4dev0
Fix error in tests
v6.12.4
Changes
Bug Fixes 🐛
- fix: (DeclarativeOAuthFlow) - fix the bug when
refresh_token
is not provided from the test
authentication (#186)
v6.12.3
Changes
Bug Fixes 🐛
- fix: (DeclarativeOAuthFlow) - allow
DeclarativeOauth2Authenticator
to use access_token
directly when no token_refresh_endpoint
or refresh_token
values are provided. (#182)