Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.29.1

30 Jan 17:43
33e9f5e

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(concurrent-partition-cursor): Fix cursor comparison error (#298)

Under the Hood ⚙️

  • ci: skip py3.12 in test matrix (#300)

v6.29.0

30 Jan 13:45
4e7f94a

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): add use check availability flag to dynamic check (#293)

v6.28.0dev0

30 Jan 12:34

Choose a tag to compare

v6.28.0dev0 Pre-release
Pre-release

Full Changelog: v6.28.0...v6.28.0dev0

v6.29.0dev0

29 Jan 12:33

Choose a tag to compare

v6.29.0dev0 Pre-release
Pre-release

v6.28.0

29 Jan 05:13
3af96dc

Choose a tag to compare

New Features ✨

  • feat: add Python 3.12 support (#291)

Under the Hood ⚙️

  • chore: remove pendulum dependency (#258)
  • chore: remove deprecated distutils references (#292)
  • ci: add pre-commit support (#259, #270)

v6.27.2

28 Jan 23:11
0b7d976

Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(low-code CDK): fix checkpointing for declarative streams (#177)

Under the Hood ⚙️

  • chore: add missing poetry-core constraint (<2.0), tighten python version constraint (<3.12) (#288)

v6.27.1

28 Jan 19:34
d318618

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code concurrent): Add use_global_cursor flag to ConcurrentPerPartitionCursor (#279)

Under the Hood ⚙️

  • ci: fix poetry lock workflow for missing/blank file (#284)
  • chore: add test_response.txt to gitignore (#269)

Documentation 📖

  • ci: migrate to Poetry 2.0 and remove --no-update references (#276)

v6.27.0

24 Jan 21:26
c964574

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code concurrent): Allow async job low-code streams that are incremental to be run by the concurrent framework (#228)

v6.26.1

24 Jan 18:57
0a12a58

Choose a tag to compare

Changes

New Features ✨

  • feat: combine slash command jobs into single job steps (#266)

Bug Fixes 🐛

  • fix(low-code): Fix declarative low-code state migration in SubstreamPartitionRouter (#267)

v6.26.0

24 Jan 06:22
4ea9d94

Choose a tag to compare

Changes

New Features ✨

  • feat(low-code): add items and property mappings to dynamic schemas (#256)
  • feat: add help response for unrecognized slash commands (#264)

Under the Hood ⚙️

  • ci: post direct links to html connector test reports (#252) (#263)