Releases: airbytehq/airbyte-python-cdk
Releases · airbytehq/airbyte-python-cdk
Dev release in order to test with a couple of sources
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
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
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
Changes
Under the Hood ⚙️
- chore: update generated openapi spec (#730)
v6.61.3
Changes
New Features ✨
- feat: add manifest server (#719)
v6.61.2
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
Changes
New Features ✨
- feat: add suggestions for datetime based cursor fields (#721)
v6.61.0
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
Changes
Under the Hood ⚙️
- chore: incremental without partition router as defaultstream (#697)
v6.60.15
Changes
Bug Fixes 🐛
- fix: revert connector builder limitation wrongly applied to all the streams (#716)