Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.33.2
Changes
- fix: additional CsvParser test (#323)
New Features ✨
- feat(OAuth): allow for access_token without expiration from the API (#324)
Bug Fixes 🐛
- fix: (low code)run state migrations for concurrent streams (#316)
Under the Hood ⚙️
- ci(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the minor-and-patch group (#309)
v6.33.1dev2
Full Changelog: v6.33.1dev1...v6.33.1dev2
v6.33.1dev1
Full Changelog: v6.33.1dev0...v6.33.1dev1
v6.33.1
v6.33.1dev0
Full Changelog: v6.33.1...v6.33.1dev0
v6.33.0dev0
Full Changelog: v6.32.0...v6.33.0dev0
v6.33.0
Changes
New Features ✨
- feat: enable handling of nested fields when injecting request_option in request body_json (#201)
Bug Fixes 🐛
- fix(concurrent cdk): Properly call set_initial_state() on the cursor that is initialized on the ClientSideIncrementalRecordFilterDecorator (#310)
Under the Hood ⚙️
- chore: use python 3.11 for connector tests in CI (#313)
v6.32.0
Changes
New Features ✨
- feat(low-code): improve logging on async retriever errors (#307)
Bug Fixes 🐛
- fix(low-code): add wrong dynamic stream name type validation (#305)
- fix: Relocates
self._extract_slice_fields(stream_slice=stream_slice)
within conditional codeblock that uses it. (#304)
Documentation 📖
- docs: add migration note for pendulum removal (#308)
v6.31.1
v6.31.1dev0
chore: format code