Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.48.2
29 Apr 11:46
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
feat(property chunking): Allow PropertiesFromEndpoint to be defined on HttpRequester (#507 )
v6.47.2
28 Apr 20:36
Compare
Sorry, something went wrong.
No results found
Changes
New Features ✨
feat(cdk): connector builder support for file uploader (#503 )
v6.47.1
28 Apr 14:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
feat: do not reset semaphore when duplicate partitions (#509 )
v6.47.0dev0
26 Apr 16:36
Compare
Sorry, something went wrong.
No results found
v6.46.2
26 Apr 16:27
Compare
Sorry, something went wrong.
No results found
Changes
Under the Hood ⚙️
chore: revert generate unique partitions added in #508 (#510 )
v6.46.1
26 Apr 11:03
Compare
Sorry, something went wrong.
No results found
Changes
Bug Fixes 🐛
fix: yield partitions for unique stream slices in StreamSlicerPartitionGenerator (#508 )
v6.46.0
25 Apr 16:26
Compare
Sorry, something went wrong.
No results found
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 )