Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.34.1

20 Feb 16:36
978be1b
Compare
Choose a tag to compare

What's Changed

  • fix: update CDK migration for 6.34.0 by @pnilan in #348
  • feat: expose str_to_datetime jinja macro by @pnilan in #351

Full Changelog: v6.34.0...v6.34.1

v6.34.1dev1

20 Feb 02:55
052d5dd
Compare
Choose a tag to compare
v6.34.1dev1 Pre-release
Pre-release

v6.34.1dev0

19 Feb 20:08
Compare
Choose a tag to compare
v6.34.1dev0 Pre-release
Pre-release

Full Changelog: v6.29.1...v6.34.1dev0

v6.34.0

19 Feb 16:20
bc2a34e
Compare
Choose a tag to compare

What's Changed

  • feat(concurrent perpartition cursor): Refactor ConcurrentPerPartitionCursor by @tolik0 in #331
  • fix(declarative): Pass extra_fields in global_substream_cursor by @szubster in #195
  • feat: Removes stream_state interpolation from CDK by @pnilan in #320

New Contributors

Full Changelog: v6.33.7...v6.34.0

v6.33.7

17 Feb 15:43
263343a
Compare
Choose a tag to compare

Changes

  • chore: use certified source for manifest-only test (#338)

New Features ✨

  • feat(HttpMocker): adding support for PUT requests and bytes responses (#342)
  • feat: check for request_option mapping conflicts in individual components (#328)

v6.33.6

14 Feb 17:31
10c1085
Compare
Choose a tag to compare

Changes

New Features ✨

We will leverage DefaultFileBased stream and stream reader to reuse most of the logic for scrapping files and let connectors implement the logic from the domain they handle.

In the UI we will add a new Transfer Mode to Replicate Permissions ACL

  • Enhanced file transfer options now support permissions replication, enabling delivery of access permissions along with identity data.
  • Introduced an additional delivery method option to mirror source file permission restrictions and identity stream inclusion.

v6.33.5

14 Feb 10:08
d44aea8
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (CDK) (Connector Builder) - refactor the MessageGrouper > TestRead (#332)

v6.34.0dev0

13 Feb 15:29
7f8e0ac
Compare
Choose a tag to compare
v6.34.0dev0 Pre-release
Pre-release

Full Changelog: v6.33.4...v6.34.0dev0

v6.33.4

13 Feb 10:03
522caab
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): Add API Budget (#314)

Bug Fixes 🐛

  • fix(low code): Fix missing cursor for ClientSideIncrementalRecordFilterDecorator (#334)

v6.33.3

12 Feb 14:13
cb5a921
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore(decoder): clean decoders and make csvdecoder available (#326)

Note that this change is breaking but we expect this to only be breaking for source-amplitude which we will fix right away