Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.60.13
Changes
- fix: revert remerge concurrent cdk builder change because of flaky test (#705)
New Features ✨
- feat(debug log): enable debug log through environment variable and have HTTP request/responses being logged as airbyte messages (#711)
Bug Fixes 🐛
- fix(connector-builder): remerge concurrent cdk builder changes (#699)
v6.60.12
Changes
Documentation 📖
- docs: adjust descriptions of page token option (#701)
v6.60.11
Changes
Under the Hood ⚙️
- chore: have declarative availability check support AbstractStream (#686)
v6.60.10
Changes
New Features ✨
- feat: Add --no-creds option to connector and image test commands (#698)
Documentation 📖
- docs: Document
/poe build
slash command. (#682)
v6.60.9
Changes
Bug Fixes 🐛
- fix: url and path joining for cursor paginators (#695)
v6.60.8
Changes
- fix: revert builder concurrency and pagination url changes (#694)
v6.60.7
Changes
New Features ✨
- feat(connector builder): allow connector builder to process requests through the concurrent CDK by reworking message routing and order through the queue and message repositories (#688)
Bug Fixes 🐛
- fix(connector-builder): add normalize and migrate options back for the builder (#693)
- fix: properly join url and path when calculating full url (#692)
v6.60.6
Changes
Bug Fixes 🐛
- fix: state migration (#690)
v6.60.5
Changes
Bug Fixes 🐛
- fix: make incremental_sync not linkable (#687)
v6.60.4
Changes
Under the Hood ⚙️
- chore: migrate client side filtering to concurrent cursor (#679)