Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.57.1

02 Jul 20:57
a562875
Compare
Choose a tag to compare

What's Changed

  • feat: adds dateparser dependency for parsing timezone abbrs. by @pnilan in #636

Full Changelog: v6.57.0...v6.57.1

v6.57.0

01 Jul 23:08
cc93e62
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): camel_case_to_snake_case macros (#617)
  • feat: make use_parent_params configurable (#633)
  • feat(connector-builder): stop setting the staging_file_url and file_size_bytes fields for the case of a Builder test read. (#631)

Under the Hood ⚙️

  • chore: reorder and modify title/defaults for partition router fields (#626)

v6.56.8

01 Jul 16:21
2e13549
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: request_body GraphQL implementation (#629)
  • fix: update log in DpathValidator (#625)

Documentation 📖

  • docs: add Readme for sdm commands (#620)

v6.56.7

27 Jun 17:11
2bf39e9
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: manifest normalization (#599)

Under the Hood ⚙️

  • tests: add debug option for entrypoint wrapper (#618)

v6.56.6

26 Jun 15:53
c357b4c
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(low-code): handle ScannerError in ConfigComponentsResolver (#614)

v6.56.5

25 Jun 20:21
0afea4a
Compare
Choose a tag to compare

What's Changed

  • feat: enable custom validation strategies by @pnilan in #610
  • fix: override configure method in ManifestDeclarativeSource to set transformed config in entrypoint by @pnilan in #611

Full Changelog: v6.56.4...v6.56.5

v6.56.4

24 Jun 22:53
8e36382
Compare
Choose a tag to compare

What's Changed

  • fix: config remap fields component to provide correct config context by @pnilan in #608

Full Changelog: v6.56.3...v6.56.4

v6.56.3

24 Jun 13:20
9b2de4f
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(low-code): sync records without cursor field in ConcurrentPerPartitionCursor (#605)

v6.56.2

23 Jun 18:21
577f9a7
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(tests): resolve issue with 'exception' status raising failure of FAST container tests (#606)

v6.56.1

18 Jun 16:07
37cf511
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: Update protocol version (#601)

Bug Fixes 🐛

  • fix(cli): resolve issue in connector dir discovery (#603)