Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.25.1dev0

23 Jan 23:13
Compare
Choose a tag to compare
v6.25.1dev0 Pre-release
Pre-release

Full Changelog: v6.25.1...v6.25.1dev0

v6.25.0

23 Jan 16:46
5cc9840
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): add profile assertion flow to oauth authenticator component (#236)

v6.24.0

23 Jan 08:59
4459243
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(Low-Code Concurrent CDK): Add ConcurrentPerPartitionCursor (#111)
  • feat(concurrent cursor): attempt at clamping datetime (#234)

Bug Fixes 🐛

  • fix: don't mypy unit_tests (#241)
  • fix: handle backoff_strategies in CompositeErrorHandler (#225)

v6.23.0

22 Jan 03:09
83dba91
Compare
Choose a tag to compare

New Features ✨

  • Add support for custom Python components passed in source-declarative-manifest config (#174, #243)

Under the Hood ⚙️

  • CI: Use ubuntu-24.04 in GitHub Actions explicitly (resolves CI warnings) (#244)
  • Chore(deps): bump avro from 1.11.3 to 1.12.0 (#133)
  • Chore: move ruff configuration to dedicated ruff.toml file (#237)

Documentation 📖

  • Add comments on what the Dockerfile is for (#240)

v6.22.0

20 Jan 15:21
17dd71f
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): add DpathFlattenFields (#227)

Under the Hood ⚙️

  • chore(deps): bump xmltodict from 0.13.0 to 0.14.2 (#55)

v6.21.0

17 Jan 22:57
d2016c6
Compare
Choose a tag to compare

What's Changed

  • chore: sanitize transformation error message to hide record values by @ChristoGrab in #221
  • feat: Adds ZipfileDecoder component by @pnilan in #169

Full Changelog: v6.20.1...v6.21.0

v6.20.1

16 Jan 17:34
c55fbbe
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): added condition to TypesMap of DynamicSchemaLoader (#224)

v6.20.0

16 Jan 16:26
d08f1ae
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): add check dynamic stream (#223)

v6.19.1

16 Jan 15:00
2185bd9
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): pass refresh headers to oauth (#219)

v6.18.2

15 Jan 22:53
c109297
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(file-based): changes for not mirroring paths (#205)