Skip to content

Releases: airbytehq/airbyte-python-cdk

v7.0.1

05 Sep 20:27
ae0e8aa
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: regenerate manifest-server openapi spec (#750)
  • chore: replace maintenance PATs with octavia-bot GitHub App authentication (#748)

v7.0.0

05 Sep 19:03
c40125a
Compare
Choose a tag to compare

What's Changed

  • chore: remove declarative stream by @maxi297 in #707
  • feat: add trace tags for manifest-server by @pedroslopez in #744
  • fix(manifest-server): descriptor can be dict by @pedroslopez in #745
  • chore: clean up ConcurrentDeclarativeSource only processing DefaultStream and streamline inheritance to Source interface by @brianjlai in #743

Full Changelog: v6.61.6...v7.0.0

Dev release to test ConcurrentDeclarativeSource refactor

04 Sep 23:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.61.6...v6.62.0dev4

v6.61.6.post3.dev17473738577

04 Sep 19:23
dd52cfe
Compare
Choose a tag to compare
Pre-release
fix(manifest-server): descriptor can be dict (#745)

Dev release in order to test with a couple of sources

29 Aug 14:01
Compare
Choose a tag to compare

This entirely removes the use of DeclarativeStream for declarative sources and exclusively use DefaultStream

This release is a dev release in order to test with some sources

v6.61.6

29 Aug 23:12
e5a1fc2
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(concurrent_declarative_source): set None defaults for optional constructor args, remove unnecessary Generic implementation (#738)
  • fix: update jsonschema constraint to allow 4.20.0+ for fastmcp compatibility (#737)

v6.61.5

29 Aug 18:45
9ef1a3d
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add datadog support to manifest-server (#739)
  • feat: add Python 3.12 and 3.13 support (#684)
  • feat: add manifest-server references to auto platform CDK version bump (#731)

Bug Fixes 🐛

  • fix: avoid using globals for record counting during concurrent declarative stream reads (#732)
  • fix(extra_fields): Fix issue with substream partition router picking extra fields (#727)
  • fix: replace flaky setup-poetry action with install-poetry (#733)

v6.61.4

27 Aug 23:17
784bdb3
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: update generated openapi spec (#730)

v6.61.3

27 Aug 15:59
e80c173
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add manifest server (#719)

v6.61.2

26 Aug 20:10
2aa7b58
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: parameters propagation issues for concurrent cursors (#726)
  • fix: monkey patch SQLiteDict in order to fix sqlite3.InterfaceError (#725)

Under the Hood ⚙️

  • chore(concurrent_declarative_source): Integrate ManifestDeclarativeSource into ConcurrentDeclarativeSource (#704)