Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.48.2

29 Apr 11:46
a1dd40b

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (CDK) (Manifest Migration) - correct the migration versions to v6.48.2 (#518)
  • fix: (CDK) (Manifest) - Add deprecations support and handle deprecation warnings; deprecate url_base, path, request_body_json and request_body_data for HttpRequester (#486)

v6.48.1

29 Apr 10:21
8ef954c

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(low-code): set transform_before_filtering from manifest if client_side_incremental_sync=true (#515)
  • fix: (CDK) (Declarative) - Add Manifest Migration module (#485)

v6.48.0

28 Apr 22:52
0006ceb

Choose a tag to compare

Changes

  • feat(property chunking): Allow PropertiesFromEndpoint to be defined on HttpRequester (#507)

v6.47.2

28 Apr 20:36
0a5dee2

Choose a tag to compare

Changes

New Features ✨

  • feat(cdk): connector builder support for file uploader (#503)

v6.47.1

28 Apr 14:01
3a9d54b

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(low-code cdk): pass state_migrations when creating concurrent cursor in _group_streams (#513)

v6.47.0

26 Apr 17:41
4a96a2a

Choose a tag to compare

Changes

  • feat: do not reset semaphore when duplicate partitions (#509)

v6.47.0dev0

26 Apr 16:36

Choose a tag to compare

v6.47.0dev0 Pre-release
Pre-release

Full Changelog: v6.46.2...v6.47.0dev0

v6.46.2

26 Apr 16:27
2fd2492

Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: revert generate unique partitions added in #508 (#510)

v6.46.1

26 Apr 11:03
d665ca0

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: yield partitions for unique stream slices in StreamSlicerPartitionGenerator (#508)

v6.46.0

25 Apr 16:26
4bd6048

Choose a tag to compare

Changes

New Features ✨

  • feat: new airbyte-cdk CLI:
    • airbyte-cdk connector test, airbyte-cdk secrets fetch (#493)
    • airbyte-cdk image build (#504)
  • feat: remove 1-or-more stream validation (#496)

Bug Fixes 🐛

  • fix: (CDK) (Manifest) - Add Manifest Normalization module (reduce commonalities + handle schema $refs) (#447)
  • fix: (CDK) (design) correct field titles/orders in declarative_component_schema.yaml (#480)

Under the Hood ⚙️

  • ci: add /poe slash command for CDK PRs and Issues (#505)