Skip to content

Releases: airbytehq/airbyte-python-cdk

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)

v6.61.1

25 Aug 19:23
f525803
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: add suggestions for datetime based cursor fields (#721)

v6.61.0

25 Aug 18:17
56ab9b5
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: improve stream template info in declarative_component_schema (#717)
  • fix: zero out declarative cursor on concurrent streams (#723)
  • fix(connector-builder): Re-revert "fix: revert remerge concurrent cdk builder change because of flaky test" (#712)

v6.60.16

20 Aug 20:43
cd48741
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: incremental without partition router as defaultstream (#697)

v6.60.15

20 Aug 16:55
2ccff10
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: revert connector builder limitation wrongly applied to all the streams (#716)