Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.41.2

17 Mar 18:10
923acc2

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (CDK) (AsyncRetriever) - Add polling_timeout optional field (#428)

v6.41.1

14 Mar 14:53
d4fdd4f

Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: rename AIRBYTE_ALLOW_CUSTOM_CODE to AIRBYTE_ENABLE_UNSAFE_CODE (#415)

v6.41.0

14 Mar 14:17
3f5fca1

Choose a tag to compare

Changes

New Features ✨

  • feat: add base64binascii_decode to Jinja interpolation (#424)

v6.40.1

14 Mar 14:02
df5c8cb

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: When grouping streams, ensure stream is declarative before checking in the manifest (#425)

v6.40.0

14 Mar 11:02
e9f23a0

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code cdk): add lazy read to simple retriver (#418)
  • feat(low-code cdk): add transform_before_filtering to partition router schema (#413)
  • feat(low-code cdk): add condition to add fields (#409)
  • feat(low-code cdk): add overwrite flag to dpath flatten (#410)

Bug Fixes 🐛

  • fix: exception oauth string error (#423)
  • fix(low-code cdk): fix partition router validation for async retriever (#421)
  • fix(low-code cdk): fix set_initial_state for incremental_dependency and empty parent state (#411)

v6.40.0dev0

13 Mar 22:26

Choose a tag to compare

v6.40.0dev0 Pre-release
Pre-release

What's Changed

  • feat(low-code cdk): add overwrite flag to dpath flatten by @lazebnyi in #410
  • fix(low-code cdk): fix set_initial_state for incremental_dependency and empty parent state by @lazebnyi in #411
  • fix(low-code cdk): fix partition router validation for async retriever by @lazebnyi in #421
  • feat(low-code cdk): add condition to add fields by @lazebnyi in #409
  • feat(low-code cdk): add transform_before_filtering to partition router schema by @lazebnyi in #413

Full Changelog: v6.39.3...v6.40.0dev0

v6.39.3

13 Mar 15:07
9ad9e09

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code cdk): add StateDelegatingStream (#318)

Bug Fixes 🐛

  • fix: (CDK) (AsyncRetriever) - fix availability strategy issues, during check connection (#419)

v6.39.2

13 Mar 01:04
41bbd3b

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(file): Support column named type (#417)

v6.39.1

12 Mar 21:14
2607bcf

Choose a tag to compare

Changes

New Features ✨

  • chore: add deptry dependency analysis check (#408)

Bug Fixes 🐛

  • fix: (CDK) (HttpRequester) - fix trailing slash for url_base when no path has been provided (#412)

Under the Hood ⚙️

  • chore: add deptry dependency analysis check (#408)

v6.39.0

12 Mar 17:17
545e2ac

Choose a tag to compare

What's Changed

  • feat: Enable JobTracker limit configurability by @pnilan in #405

Full Changelog: v6.38.5...v6.39.0