Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
v6.59.1
Changes
Bug Fixes 🐛
- fix: add array type to field_pointers items (#658)
v6.59.0
What's Changed
- chore: reorder inject_into in RequestOption and fix title and description in refresh token updater by @lmossman in #635
- feat: support custom config transformations by @ChristoGrab in #653
- fix(low-code cdk): Add literal type for ConfigNormalizationRules components by @brianjlai in #649
Full Changelog: v6.58.1...v6.59.0
v6.58.1
Changes
Under the Hood ⚙️
- chore: Update source-declarative-manifest base docker image to use python-connector-base 4.0.2 (#651)
v6.58.0
Changes
New Features ✨
- feat(property-chunking): Allow the definition of query_properties on the HttpRequester component (#638)
Bug Fixes 🐛
- fix: properly set token_expiry_is_time_of_expiration and mask access token when logging (#637)
v6.57.3
Changes
Bug Fixes 🐛
- fix(sql): Add fallback to
source_defined_primary_key
when evaluating primary keys in CatalogProvider
(#627)
Test Suites 🧪
- tests: improve fast tests error logging, skip 'read' on destinations (#644)
v6.57.2
Changes
Under the Hood ⚙️
- chore: add unidecode dep to python CDK (#628)
- ci: temporarily remove source-amplitude from CDK connector tests (#643)
- ci: add PR welcome message workflow (#640)
v6.57.0
Changes
New Features ✨
- feat(low-code): camel_case_to_snake_case macros (#617)
- feat: make use_parent_params configurable (#633)
- feat(connector-builder): stop setting the staging_file_url and file_size_bytes fields for the case of a Builder test read. (#631)
Under the Hood ⚙️
- chore: reorder and modify title/defaults for partition router fields (#626)
v6.56.8
Changes
Bug Fixes 🐛
- fix: request_body GraphQL implementation (#629)
- fix: update log in
DpathValidator
(#625)
Documentation 📖
- docs: add Readme for sdm commands (#620)
v6.56.7
Changes
Bug Fixes 🐛
- fix: manifest normalization (#599)
Under the Hood ⚙️
- tests: add debug option for entrypoint wrapper (#618)