Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.36.5dev
Testing for running mock server tests on manifest only sources
v6.36.4
Changes
New Features ✨
- feat: (low-code cdk) datetime format with milliseconds (#369)
v6.36.3
Changes
Bug Fixes 🐛
- fix: (CDK) (AsyncRetriever) - Improve UX on variable naming and interpolation (#368)
v6.37.0dev0
for test only; version with enabled printbuffer at entrypoint
v6.36.2
Changes
New Features ✨
- feat(concurrent perpartition cursor): Add parent state updates (#343)
Bug Fixes 🐛
- fix: (CDK) (ConnectorBuilder) - Add
auxiliary requests
to slice; support TestRead
for AsyncRetriever (part 1/2) (#355)
- fix: (CDK) (AsyncRetriever) - Add the request and response to each async operations (#356)
v6.36.1
Changes
Bug Fixes 🐛
- fix: update csv parser for builder compatibility (#364)
v6.36.0
Changes
New Features ✨
- feat(low-code cdk): add interpolation for limit field in Rate (#353)
v6.35.0
Changes
New Features ✨
- feat(low-code cdk): add AbstractStreamFacade processing as concurrent streams in declarative source (#347)
Bug Fixes 🐛
- fix: (CDK) (CsvParser) - Fix the
\\
escaping when passing the delimiter
from Builder's UI (#358)