Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.38.5

12 Mar 16:49
f0a57f1

Choose a tag to compare

Changes

New Features ✨

  • feat(file-based): new AbstractFileBasedStreamPermissionsReader (#402)

Bug Fixes 🐛

  • fix: (CDK) (manifest-only) - add ability to debug manifest-only sources / destinations (#407)
  • fix: (CDK) (DpathExtractor) - fix schema causing the typescript type generation in the FE (#406)

Test file based CDK fix

11 Mar 13:40

Choose a tag to compare

Pre-release
v6.38.5dev0

Support column named type

v6.38.4

10 Mar 17:22
969dec1

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: fix PrintBuffer logic (#336)

v6.38.3

07 Mar 19:16
0895115

Choose a tag to compare

Changes

New Features ✨

  • feat(test): Allow mock server tests for manifest only sources (#371)

Bug Fixes 🐛

  • fix(concurrent-cdk): StreamPartition handles AirbyteRecords (#392)

v6.38.2

07 Mar 18:35
4f9fd20

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: (CDK) (AsyncRetriever) - Use the Nested Decoders to decode the streaming responses, instead of ResponseToFileExtractor (#378)

v6.38.1

06 Mar 19:25
fe2f9a5

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: prevent raw decoder from closing before sync completion (#366)

v6.38.0

06 Mar 18:51
69ba54d

Choose a tag to compare

Changes

New Features ✨

  • feat: add formatting for epoch_microseconds (#388)

v6.37.3

06 Mar 16:53
0252d56

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code cdk): remove unnecessary manifest print (#390)

Under the Hood ⚙️

  • ci: add Docker build workflow for PR checks (#385)

v6.38.0.dev0

04 Mar 15:28
a5cabc2

Choose a tag to compare

v6.38.0.dev0 Pre-release
Pre-release

fix printbuffer logic

v6.37.2

04 Mar 22:12
ab4a8ee

Choose a tag to compare

Changes

  • build: update pyarrow to ^19.0.0 (#379)

Bug Fixes 🐛

  • fix: Update DEFAULT_ERROR_MAPPING for InvalidURL to RETRY (#384)
  • fix: update cryptography package to latest version to address CVE (#377)
  • fix: (CDK) (HttpRequester) - Make the HttpRequester.path optional (#370)

Under the Hood ⚙️

  • chore: use python base image 4.0.0 in SDM (#382)
  • ci: add check for 'do not merge' in PR titles (#383)
  • chore: remove embedded module (#380)