Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
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)
v6.8.1
v6.8.0
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 ⚙️
v6.7.2
v6.7.1
v6.7.0
v6.6.9
v6.6.8
Changes
- feat: add sorting import option for
ruff
(#94) - CI: Follow-up PR for SDM workflow (#85)
- tests: add sdm unit tests from source-declarative-manifest connector directory (#82)
New Features ✨
- feat: (Airbyte Python CDK) - extend the
error_message
info for theResponseAction.FAIL
request scenario (#87)
Bug Fixes 🐛
- fix: update source-declarative-manifest entrypoint (#84)