Skip to content

Releases: airbytehq/airbyte-python-cdk

v7.3.2

08 Oct 12:56
b28c6e3

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: query properties for custom requesters (#783)
  • fix(IncrementingCountCursor): Raise a better error when users attempt to use IncrementingCountCursor with partition router (#784)

Pagination reset

06 Oct 17:53

Choose a tag to compare

Pagination reset Pre-release
Pre-release

This release is for us to create the PR for source-freshdesk until this PR gets approves

v7.3.1

06 Oct 09:41
c67570b

Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore(file-based-cdk): add UploadableRemoteFile, refactor upload method (#780)

v7.3.0

30 Sep 19:24
7ab013d

Choose a tag to compare

Changes

New Features ✨

  • feat(jwt authenticator): Allow configuring the signed JWT token to be injected as a request_option for JwtAuthenticator (#776)

v7.2.3

30 Sep 17:40
8a01e33

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: noproxy that breaks regression tests (#777)

v7.2.2

29 Sep 07:19
25132b6

Choose a tag to compare

Changes

New Features ✨

  • feat(dynamic-streams): Avoid parsing strings in ConfigComponentResolver (#769)

v7.2.1

26 Sep 19:44
90fdec5

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: properly handle multi-line secrets in secret masking (#774)

v7.2.0

25 Sep 23:44
5b10ee9

Choose a tag to compare

What's Changed

  • feat(JwtAuthenticator): add passphrase support to jwt auth by @pnilan in #773

Full Changelog: v7.1.1...v7.2.0

v7.1.1

22 Sep 19:10
a1428bf

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

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