Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.29.1
30 Jan 17:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changes
New Features ✨
feat(low-code): add use check availability flag to dynamic check (#293 )
v6.28.0dev0
30 Jan 12:34
Compare
Sorry, something went wrong.
No results found
v6.29.0dev0
29 Jan 12:33
Compare
Sorry, something went wrong.
No results found
v6.28.0
29 Jan 05:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )