Skip to content

Releases: airbytehq/airbyte-python-cdk

v7.6.5

16 Jan 03:05
c2db2a5

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(test): allow write access to config file in Docker tests (#879)

v7.6.4

15 Jan 21:24
d85cb1c

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(oauth): exclude client credentials from body when Authorization header is present and _emit_control_message (#877)
  • fix(deps): bump langchain-core to ^1.2.5 to address CVE-2025-68664 (AI-Triage PR) (#874)

v7.6.3

08 Jan 23:23
80bcfc5

Choose a tag to compare

Changes

New Features ✨

  • feat(file-based): Add Calamine-first with Openpyxl fallback for Excel parser (#850)

Bug Fixes 🐛

  • fix: do not advertise incremental sync mode for streams without cursor field (#876)

v7.6.2

08 Jan 00:49
a67a6cf

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: treat empty string cursor field as no cursor field (#875)

Under the Hood ⚙️

  • ci: fix release drafter race condition (#871)

Dev v7.6.2dev0 release to investigate issue empty cursor field issue

07 Jan 20:23

Choose a tag to compare

What's Changed

Full Changelog: v7.6.1...v7.6.2dev0

v7.6.1

11 Dec 19:13
452acd1

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: Respect explicit use_cache: false for parent streams in declarative sources (#864)

Under the Hood ⚙️

  • chore: Add workflow to auto-label community PRs from forks (#865)

v7.6.0

03 Dec 19:05
daf7d48

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code cursors): Support for low-code cursors to define a field to allow for user defined cursor fields in the catalog (#851)

v7.5.1dev0

20 Nov 17:29

Choose a tag to compare

v7.5.1dev0 Pre-release
Pre-release

dev release to test catalog defined cursor field key changes on cloud release of Hubspot

v7.5.1

19 Nov 15:26
80b7668

Choose a tag to compare

Changes

New Features ✨

  • feat(file-based): add configurable source uri to UploadableRemoteFile (#849)

v7.5.0

13 Nov 15:13
5d9125f

Choose a tag to compare

Changes

New Features ✨

  • feat(file-based): option to use only first found file for discover (#841)