Skip to content

Releases: airbytehq/airbyte-python-cdk

v7.1.1

22 Sep 19:10
a1428bf
Compare
Choose a tag to compare

Changes

  • feat(requests-ca): respect REQUESTS_CA_BUNDLE environment variable (#755)

New Features ✨

  • feat: support state migrations that affects parent streams (#770)

v7.1.0

17 Sep 17:39
e7f1e4c
Compare
Choose a tag to compare

What's Changed

  • fix: update deprecated jsonschema import to use protocols module by @aaronsteers in #763
  • chore(deps): Update whenever package version by @bosper351 in #759
  • chore: exclude auto-generated OpenAPI file and GitHub workflows from YAML formatting by @aaronsteers in #741
  • feat(http_client): respective failure_type is raised after exhausting request attempts and failing w/ backoff exception by @pnilan in #762

New Contributors

Full Changelog: v7.0.5...v7.1.0

v7.0.5

15 Sep 21:50
1b42145
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(concurrent cdk): Emit incomplete status for missing streams (#754)

Bug Fixes 🐛

  • fix(low-code CDK): reference to the DeclarativeStreamModel which is the actual type passed in (#722)

v7.0.4

11 Sep 20:12
9a075a1
Compare
Choose a tag to compare

What's Changed

  • feat: additional interpolation contexts for download step of async job by @dbgold17 in #757

Full Changelog: v7.0.3...v7.0.4

v7.0.3

11 Sep 14:30
e9d1ff0
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: support CustomRetriever with partition router (#753)

Under the Hood ⚙️

  • chore: minor improvements to working on manifest only connectors locally (#756)

v7.0.2

10 Sep 18:09
e7db857
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: do not break on bad cursor value in perpartition cursor (#758)

v7.0.1

05 Sep 20:27
ae0e8aa
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: regenerate manifest-server openapi spec (#750)
  • chore: replace maintenance PATs with octavia-bot GitHub App authentication (#748)

v7.0.0

05 Sep 19:03
c40125a
Compare
Choose a tag to compare

What's Changed

  • chore: remove declarative stream by @maxi297 in #707
  • feat: add trace tags for manifest-server by @pedroslopez in #744
  • fix(manifest-server): descriptor can be dict by @pedroslopez in #745
  • chore: clean up ConcurrentDeclarativeSource only processing DefaultStream and streamline inheritance to Source interface by @brianjlai in #743

Full Changelog: v6.61.6...v7.0.0

Dev release to test ConcurrentDeclarativeSource refactor

04 Sep 23:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.61.6...v6.62.0dev4

v6.61.6.post3.dev17473738577

04 Sep 19:23
dd52cfe
Compare
Choose a tag to compare
Pre-release
fix(manifest-server): descriptor can be dict (#745)