Skip to content

Releases: airbytehq/airbyte-python-cdk

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)

v6.9.0

05 Dec 23:51
5c4be66
Compare
Choose a tag to compare

Changes

  • chore(docs): purge sphinx documentation and related dependencies (#129)
  • ci(deps): bump poetry version used by CI to 1.8.4 (#128)
  • fix: bring poetry.lock back in sync with pyproject.toml (#126)

New Features ✨

  • feat(low-code cdk): add component resolver and http component resolver (#88)

Bug Fixes 🐛

  • fix(concurrent-cdk): Move the grouping of concurrent and synchronous streams into the read and discover commands instead of when initializing the source (#130)

Under the Hood ⚙️

  • ci(deps): bump peter-evans/create-pull-request from 6 to 7 (#112)
  • ci: update pytest workflow to trigger on all pull requests, including forks (#141)
  • ci: add poetry check step (#140)
  • ci: fix CI reports not uploading (#138)
  • chore: fix typing issues (#135)
  • ci: dont create builder pr if sdm publish fails (#124)

v6.8.1

05 Dec 00:04
3c146c7
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • ci: auto-publish sdm for each release (#122)
  • chore: make full CDK codebase compliant with mypy (#105)

Documentation 📖

  • docs: updated readme, contributing, and release docs (#120)

v6.8.0

04 Dec 13:14
ac6cf92
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code concurrent): Concurrent execution for streams without partition routers nor cursor (#61)
  • feat(Low-Code Concurrent CDK): Allow non-incremental substreams and list based partition router streams with parents to be processed by the concurrent cdk (#89)
  • feat(concurrent): do not raise when record does not have cursor value in concurrent cursor (#96)

Bug Fixes 🐛

  • fix: gracefully continue on tempfile cleanup failure (#103)

Under the Hood ⚙️

  • ci(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 in the minor-and-patch group (#80)
  • ci: Don't bump Connector Builder to prerelease CDK versions (#109)
  • ci: create unified cdk, sdm, and builder publish flow (#107)

v6.7.2

03 Dec 13:56
c90eea1
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add download_decoder + download_extractor (#50)

Bug Fixes 🐛

  • fix: ensure SDM image maintains airbyte-ci compatibility (#90)

Under the Hood ⚙️

  • ci: reorder job steps (#102)
  • chore(documentation): Fix header for CDK migration 6.0.0 (#95)
  • ci: run airbyte connector tests from master branch (#99)
  • ci: skip downstream connector tests if no source code is changed (#101)
  • ci: allow test matrix to always run, reporting success when skipped (#100)

v6.7.1

02 Dec 17:15
98aadfe
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: (Low-Code CDK) - extend the OAuthConfigSpecification with the OauthConnectorInputSpecification components (#93)