Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.12.3

20 Dec 16:36
ae1211f
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (DeclarativeOAuthFlow) - allow DeclarativeOauth2Authenticator to use access_token directly when no token_refresh_endpoint or refresh_token values are provided. (#182)

v6.12.2

20 Dec 12:15
f8054a8
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(HttpComponentsResolver): added stream slices to HttpComponentsResolver (#175)

Under the Hood ⚙️

  • chore(deps): bump pytz from 2024.1 to 2024.2 (#56)
  • ci(deps): bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the minor-and-patch group (#160)

v6.12.1

19 Dec 16:47
57e1b52
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(Low-Code Concurrent CDK): Refactor the low-code AsyncRetriever to use an underlying StreamSlicer (#170)

v6.12.1dev0

18 Dec 19:10
Compare
Choose a tag to compare
v6.12.1dev0 Pre-release
Pre-release
Added unit tests

v6.12.0

18 Dec 16:54
9563c33
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code cdk): add schema transformation to dynamic schema loader (#176)
  • feat(low-code cdk): add FlattenFields transformation (#181)
  • feat(low-code cdk): add KeyToSnakeCase transformation (#178)

Bug Fixes 🐛

  • fix: (HttpClient) rate limit fix unlimited tries (#171)

v6.11.1

13 Dec 21:04
216cd43
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (Low-Code) (DeclarativeOAuthFlow) - fix tooltip examples and labels representation to show values instead of full object (#172)

v6.11.0

12 Dec 18:04
ceebfda
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code cdk): add config component resolver (#149)
  • feat(low-code cdk): add dynamic schema loader (#104)

v6.10.0

11 Dec 20:36
ed9a5e7
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add unit test fixtures for manifest-only connectors to CDK (#121)

Under the Hood ⚙️

  • ci: change dependabot github actions to monthly (#159)

Documentation 📖

  • docs: add SDM release troubleshooting info (#157)

v6.9.2

09 Dec 17:20
a712441
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: make SDM image rootless (#147)

This SDM image published for this version is incompatible with Airbyte < v0.64.

v6.9.1

09 Dec 17:07
547a4a2
Compare
Choose a tag to compare

Changes

  • ci: update publish workflows, removing old workflow, tweaking main workflow for usability, and updating release docs (#151)

Bug Fixes 🐛

  • fix(concurrent): Fix memory issue following concurrency in source-jira (#150)
  • fix(concurrent): Ensure default concurrency level does not generate deadlock (#148)
  • fix(concurrent): Reduce occurrences of database table is locked errors (#146)

Under the Hood ⚙️

  • ci: add poe install definition to save some keystrokes (#154)
  • ci: make it easier to find the connector test report url upon failure (#153)
  • chore: revert SDM image change (#145)
  • chore: update SDM image to be rootless (#143)
  • ci: update connector-tests.yml worfklow to use dev binary of airbyte-ci (#131)