Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.20.1

16 Jan 17:34
c55fbbe
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): added condition to TypesMap of DynamicSchemaLoader (#224)

v6.20.0

16 Jan 16:26
d08f1ae
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): add check dynamic stream (#223)

v6.19.1

16 Jan 15:00
2185bd9
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): pass refresh headers to oauth (#219)

v6.18.2

15 Jan 22:53
c109297
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(file-based): changes for not mirroring paths (#205)

v6.18.1

15 Jan 15:57
76b5306
Compare
Choose a tag to compare

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

14 Jan 21:27
e18e407
Compare
Choose a tag to compare

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

13 Jan 16:20
7569db0
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): added flatten_lists option to FlattenFields transformation (#206)

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)