Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.20.1
Changes
New Features ✨
- feat(low-code): added condition to TypesMap of DynamicSchemaLoader (#224)
v6.20.0
Changes
New Features ✨
- feat(low-code): add check dynamic stream (#223)
v6.19.1
Changes
New Features ✨
- feat(low-code): pass refresh headers to oauth (#219)
v6.18.2
Changes
New Features ✨
- feat(file-based): changes for not mirroring paths (#205)
v6.18.1
Changes
Bug Fixes 🐛
- fix: (DeclarativeOAuthFlow) - add the ability to override the
refresh_token_request_body
key names, updated oauth_connector_input_specification
tooltips (#220)
v6.18.0
Changes
- fix:
Async Retriever
change url path for download retriever (#192)
- In
download_retriever
, the url
is now passed as stream_slice.extra_fields['url']
.
New Features ✨
- feat:
Async Retriever
add url_requester (#211)
v6.17.1
Changes
New Features ✨
- feat(low-code): added flatten_lists option to FlattenFields transformation (#206)
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)