Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.12.1
v6.12.1dev0
Added unit tests
v6.12.0
v6.11.1
v6.11.0
v6.10.0
v6.9.2
v6.9.1
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
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)