Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v7.3.4
Changes
New Features ✨
- feat: Add CustomErrorHandler to CompositeErrorHandler list (#786)
v7.3.3
feat: pagination reset 781
v7.3.2
Changes
Bug Fixes 🐛
- fix: query properties for custom requesters (#783)
- fix(IncrementingCountCursor): Raise a better error when users attempt to use IncrementingCountCursor with partition router (#784)
Pagination reset
This release is for us to create the PR for source-freshdesk until this PR gets approves
v7.3.1
Changes
Under the Hood ⚙️
- chore(file-based-cdk): add UploadableRemoteFile, refactor upload method (#780)
v7.3.0
Changes
New Features ✨
- feat(jwt authenticator): Allow configuring the signed JWT token to be injected as a request_option for JwtAuthenticator (#776)
v7.2.3
Changes
Bug Fixes 🐛
- fix: noproxy that breaks regression tests (#777)
v7.2.2
Changes
New Features ✨
- feat(dynamic-streams): Avoid parsing strings in ConfigComponentResolver (#769)
v7.2.1
Changes
Bug Fixes 🐛
- fix: properly handle multi-line secrets in secret masking (#774)