Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.31.1
Changes
Bug Fixes 🐛
- fix: (OAuthAuthenticator) - get the
access_token
, refresh_token
, expires_in
recursively from response
(#285)
v6.31.0
Changes
New Features ✨
- feat: use create_concurrent_cursor_from_perpartition_cursor (#286)
AsyncRetriever
will use ConcurrentPerPartitionCursor
if combination of stream_slicer
+ DateTimeBasedCursor
is met
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)