Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.60.13

18 Aug 20:49
3244eec
Compare
Choose a tag to compare

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

07 Aug 16:20
f0a8f30
Compare
Choose a tag to compare

Changes

Documentation 📖

  • docs: adjust descriptions of page token option (#701)

v6.60.11

06 Aug 15:05
e1664ec
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: have declarative availability check support AbstractStream (#686)

v6.60.10

06 Aug 00:25
e849b98
Compare
Choose a tag to compare

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

05 Aug 21:05
f4141a8
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: url and path joining for cursor paginators (#695)

v6.60.8

05 Aug 01:07
f976c72
Compare
Choose a tag to compare

Changes

  • fix: revert builder concurrency and pagination url changes (#694)

v6.60.7

04 Aug 21:49
db1e4c0
Compare
Choose a tag to compare

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

03 Aug 01:37
6c0d36d
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: state migration (#690)

v6.60.5

01 Aug 15:09
cb193ab
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: make incremental_sync not linkable (#687)

v6.60.4

31 Jul 23:31
d2262a5
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: migrate client side filtering to concurrent cursor (#679)