Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.61.5

29 Aug 18:45
9ef1a3d

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

Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: update generated openapi spec (#730)

v6.61.3

27 Aug 15:59
e80c173

Choose a tag to compare

Changes

New Features ✨

  • feat: add manifest server (#719)

v6.61.2

26 Aug 20:10
2aa7b58

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

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

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

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

Choose a tag to compare

Changes

Bug Fixes 🐛

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

v6.60.14

19 Aug 18:13
02246dc

Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore: non-incremental stream instantiated as defaultstream (#691)

v6.60.13

18 Aug 20:49
3244eec

Choose a tag to compare

Changes

  • fix: revert remerge concurrent cdk builder change because of flaky test (#705)

New Features ✨

  • feat(debug log): enable debug log through environment variable and have HTTP request/responses being logged as airbyte messages (#711)

Bug Fixes 🐛

  • fix(connector-builder): remerge concurrent cdk builder changes (#699)