Skip to content

Releases: airbytehq/airbyte-python-cdk

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)

v6.6.0

14 Nov 09:56
39786d2
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(airbyte-cdk): add gzipjson decoder (#20)

Under the Hood ⚙️

  • chore(deps): bump tiktoken from 0.4.0 to 0.8.0 (#29)

v6.5.5

13 Nov 17:13
d626e8d
Compare
Choose a tag to compare

Changes

Under the Hood ⚙️

  • ci: fix version ref in github publish action (#48)

v6.5.4

13 Nov 16:28
c353761
Compare
Choose a tag to compare

Changes

New Features ✨

  • feat(airbyte-cdk): update datamodel_code_generator to 0.26.3 (#31)

Bug Fixes 🐛

  • fix(airbyte-cdk): Fix Record Filter Validation in ConcurrentDeclarativeSource (#45)

Under the Hood ⚙️

  • ci: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 (#4)
  • chore(deps): bump cryptography from 42.0.8 to 43.0.3 (#30)
  • chore(deps): Bump genson from 1.2.2 to 1.3.0 (#8)
  • chore(deps): Bump wcmatch from 8.4 to 10.0 (#9)
  • ci: replace faker with hardcoded source (#42)
  • ci: use new --use-local-cdk method for testing connectors (#40)
  • ci: fix trailing double quote issue (#36)
  • CI: update test workflows (#26)
  • chore: update dependabot rules (#27)

Documentation 📖

  • docs: link to release notes from changelog (#25)

v6.5.3

12 Nov 03:12
2edf3fa
Compare
Choose a tag to compare

This is a maintenance release. There are no new features - only a small amount of internal refactoring, linting, formatting, and CI workflow changes. This is also the first release from the new arybte-python-cdk GitHub repo.

Under the Hood ⚙️

  • chore: delete duplicate project file (#23)
  • chore: apply Prettier auto-formatting to codebase (#17)
  • chore: resolve ruff lint issues (#16)
  • chore: set line length 100 (#14)
  • chore: fix formatting and update slash commands (#13)
  • ci: fix release drafter change template (#15)
  • ci: fix mypy script reference to main branch (#18)
  • ci: add GitHub workflows, including testing, linting, release drafting, and documentation generation (#2)