Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.30.0
Changes
New Features ✨
- feat(low-code): added json.loads to jwt authenticator (#301)
Bug Fixes 🐛
- fix: make new datetime parse functions more permissive (#296)
v6.29.1
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
Changes
New Features ✨
- feat(low-code): add use check availability flag to dynamic check (#293)
v6.28.0
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
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
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
Changes
New Features ✨
- feat(low-code concurrent): Allow async job low-code streams that are incremental to be run by the concurrent framework (#228)