Skip to content

Releases: airbytehq/airbyte-python-cdk

v6.7.0

02 Dec 15:09
d242f79
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat: Remove low-code cursor usage (#62)

v6.6.9

02 Dec 14:54
f95652b
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: add request count with eviction for not retriable requests to fix memory problem (#92)

v6.6.8

29 Nov 12:24
65ed26f
Compare
Choose a tag to compare

Changes

  • feat: add sorting import option for ruff (#94)
  • CI: Follow-up PR for SDM workflow (#85)
  • tests: add sdm unit tests from source-declarative-manifest connector directory (#82)

New Features ✨

  • feat: (Airbyte Python CDK) - extend the error_message info for the ResponseAction.FAIL request scenario (#87)

Bug Fixes 🐛

  • fix: update source-declarative-manifest entrypoint (#84)

Under the Hood ⚙️

  • CI: move SDM image publish to dedicated step (#83)
  • ci: disable SDM publish step (#81)

v6.6.7

20 Nov 21:39
bbf704e
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • ci: add environment declaration for DockerhHub publish, fix dockerhub tag logic (#78)

v6.6.6

20 Nov 21:03
b276f10
Compare
Choose a tag to compare

⚙️ Under the Hood

  • ci: add step to publish SDM to DockerHub (#77)

v6.6.5

20 Nov 18:00
a2aef16
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix: set interpolation macro/filter titles to match the actual function name (#74)

v6.6.4

19 Nov 06:36
19afe5a
Compare
Choose a tag to compare

Changes

New Features ✨

  • Feat: Incorporate SDM in CDK and add publish workflow (#58)

Under the Hood ⚙️

  • chore(deps): bump jsonschema to "~4.17.3" (#68)

v6.6.3

18 Nov 18:53
72117aa
Compare
Choose a tag to compare

Changes

Bug Fixes 🐛

  • fix(manifest-connectors): resolve pre-release version parsing errors when comparing CDK version and connector manifest versions (#38)

v6.6.2

18 Nov 18:36
4592368
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • chore(deps): bump nltk from 3.8.1 to 3.9.1 (#43)

v6.6.1

14 Nov 20:01
e27cb81
Compare
Choose a tag to compare

Changes

  • fix(concurrent cursor): Ensure than when start and state are provided to ConcurrentCursor, sequential state value is initial state if first slice is not closed (#52)

Under the Hood ⚙️

  • chore(refactor): refactor partition generator to take any stream slicer (#39)
  • chore(refactor): Remove Partition.close (#32)