Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.36.5dev

28 Feb 06:57
Compare
Choose a tag to compare
v6.36.5dev Pre-release
Pre-release

Testing for running mock server tests on manifest only sources

v6.36.4

27 Feb 15:26
406542d
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: (low-code cdk) datetime format with milliseconds (#369)

v6.36.3

26 Feb 13:13
a402288
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (CDK) (AsyncRetriever) - Improve UX on variable naming and interpolation (#368)

v6.37.0dev1

24 Feb 18:14
Compare
Choose a tag to compare
v6.37.0dev1 Pre-release
Pre-release

Full Changelog: v6.34.1...v6.37.0dev1

v6.37.0dev0

24 Feb 15:27
0cb72ed
Compare
Choose a tag to compare
v6.37.0dev0 Pre-release
Pre-release

for test only; version with enabled printbuffer at entrypoint

v6.36.2

24 Feb 15:41
4dbb6fe
Compare
Choose a tag to compare

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

21 Feb 19:06
c3efa4c
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: update csv parser for builder compatibility (#364)

v6.36.0dev0

21 Feb 14:36
Compare
Choose a tag to compare
v6.36.0dev0 Pre-release
Pre-release

What's Changed

  • feat(concurrent perpartition cursor): Refactor ConcurrentPerPartitionCursor by @tolik0 in #331

Full Changelog: v6.33.7...v6.36.0dev0

v6.36.0

20 Feb 19:12
665dc1f
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code cdk): add interpolation for limit field in Rate (#353)

v6.35.0

20 Feb 18:18
ef0ca58
Compare
Choose a tag to compare

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)