Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
v0.23.0
✨ New Features
- Added Python 3.12 support (#596) 🚀
⚙️ Under the Hood
- Chore(deps-dev): Bump poethepoet from 0.26.1 to 0.31.1 (#558)
- Chore(deps): Bump airbyte-api from 0.52.1 to 0.52.2 (#560)
- ci: fix poetry lock workflow for missing/blank file (#593)
- chore: update Poetry version to 2.0.1 in CI workflows (#587)
- ci: fix Poetry builds and snowflake tests (#595)
📖 Documentation
- docs: add
cli
module to api docs (#564)
v0.22.0
✨ New Features
- Add
check
feature for Cloud connectors. (#562)
📖 Documentation
- Add usage examples and improved docs for
airbyte.cloud
module. (#562)
v0.21.0
v0.20.3
🐛 Fixes
- Fix: Resolve issue where special characters in stream names cause illegal file names (#545) - Thanks, @tinomerl!
⚙️ Under the Hood
Show/Hide
- Chore: Only import submodules at type checking level @aaronsteers (#553)
- ci: use case-insensitive semantic pr checks @aaronsteers (#554)
- Revert "CI: Fix flaky no-code verifications, add native GitHub Actions success notification for
/test-pr
slash command (#283)" @aaronsteers (#551) - Chore: Analyze dependency and imports using
deptry
@aaronsteers (#534)
v0.20.2
v0.20.1
Under the Hood
- Chore(deps): Bump CDK, nltk, and python-ulid to latest @aaronsteers (#537)
- Chore(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 @dependabot (#448)
- Chore(deps): Bump snowflake-connector-python from 3.12.2 to 3.12.3 in the pip group @dependabot (#437)
- Chore(deps): Bump duckdb-engine from 0.13.3 to 0.13.4 @dependabot (#434)
- Chore(deps): Bump rich from 13.9.2 to 13.9.4 @dependabot (#438)
- Chore(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 @dependabot (#439)
- Chore(deps): Bump sqlalchemy-bigquery from 1.11.0 to 1.12.0 @dependabot (#435)
v0.20.0
New Features ✨
- Adds "Config Write-Back" feature via the new
config_change_callback
option inget_source()
andget_destination()
(#440) - Thanks, @tcboles!
v0.19.1
✨ New Features
- Introducing
AIRBYTE_OFFLINE_MODE
for air-gapped environments (#432) - Thanks, @niyasrad!