Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.60.0

22 Jul 22:23
51cfea5
Compare
Choose a tag to compare

What's Changed

  • fix: class AirbyteOutputException initialization by @pnilan in #665
  • feat: add condition to component mapping definition by @pnilan in #667

Full Changelog: v6.59.2...v6.60.0

v6.59.2

18 Jul 21:02
14bef12
Compare
Choose a tag to compare

Changes

  • chore: ignore .tool-versions for asdf (#662)

New Features ✨

  • feat: mark more fields linkable (#664)

Bug Fixes 🐛

  • fix: fast tests conditionally skip streams (#654)
  • fix: add interpolation_context to auth fields (#659)
  • fix: remove reference to deleted cloud wrapper Dockerfile in CDK publish workflow (#656)

Under the Hood ⚙️

  • chore: update descriptions and examples of complex fields (#661)
  • fix: fast tests conditionally skip streams (#654)

v6.59.1

16 Jul 21:26
c700900
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: add array type to field_pointers items (#658)

v6.59.0

15 Jul 18:01
b711cd6
Compare
Choose a tag to compare

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

11 Jul 19:42
940e1fc
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: Update source-declarative-manifest base docker image to use python-connector-base 4.0.2 (#651)

v6.58.0

08 Jul 01:29
88f8256
Compare
Choose a tag to compare

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

04 Jul 02:18
9ec30dc
Compare
Choose a tag to compare

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

03 Jul 19:07
e24160e
Compare
Choose a tag to compare

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.1

02 Jul 20:57
a562875
Compare
Choose a tag to compare

What's Changed

  • feat: adds dateparser dependency for parsing timezone abbrs. by @pnilan in #636

Full Changelog: v6.57.0...v6.57.1

v6.57.0

01 Jul 23:08
cc93e62
Compare
Choose a tag to compare

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)