Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.48.14
Changes
Bug Fixes 🐛
- fix(cdk): determine state from manager if not received a state in per partition router (#544)
v6.48.13
Changes
New Features ✨
- feat(low-code): pass top level params to PropertiesFromEndpoint requester (#543)
- feat: implement validators, validation strategies, and RemapField transformer (#533)
Bug Fixes 🐛
- fix(concurrent perpartition cursor): Increase throttle time to 10 minutes (#542)
v6.48.12
Changes
Bug Fixes 🐛
- fix(connector-builder): fix dynamic stream read with dynamic schema (#534)
v6.48.11
Changes
New Features ✨
- feat(AsyncRetriever): slice information during the polling request, Support creation_response interpolation in body (#541)
Bug Fixes 🐛
- fix(cdk): fix state emit for ConcurrentPerPartitionCursor (#539)
v6.48.10
Changes
Under the Hood ⚙️
- feat(cli): improve secrets fetch to handle disabled versions (#540)
v6.48.9
Changes
New Features ✨
- feat(low-code cdk): Allow for multiple schema_loaders to be defined for a stream (#536)
v6.48.8
Changes
Under the Hood ⚙️
- feat(cli): use new central
Dockerfile
locations, add capability to locate airbyte_repo_root
, use multi-purpose CONNECTOR
positional arg in CLI commands (#530)
- tests: handle case of
acceptance-test-config.yml
with no valid test cases (#531)
v6.48.7
Changes
Bug Fixes 🐛
- fix: (CDK) (BaseModelWithDeprecations) - filter the warnings to be shown, ignore the
SyntaxWarning
(#535)
- fix: parametrize the connector name in the template code documentation (#532)
Under the Hood ⚙️
- chore: fix more fields in declarative_component_schema (#525)
- ci: fix
airbyte-ci
installation in connector tests flows (#528)
v6.48.6
New Features ✨
- feat(cli): add support for building images for java connectors (#522)
v6.48.5
Changes
New Features ✨
- feat(cdk): allow empty secrets (bing-ads) (#519)