Skip to content

Releases: airbytehq/airbyte-python-cdk

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)