Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
v0.28.0
v0.27.0
Changes
- Feat: Add support for Snowflake key-pair authentication (#702) - Thanks, @Alioune05!
v0.26.0
v0.25.2
✨ New Features
- feat: Allow configuring dataset location in BigQueryCache (#689) - Thanks, @honzabilek4!
⚙️ CI Updates (Under the Hood)
Show/Hide
- ci: Bump actions/create-github-app-token from 1 to 2 (#690)
- ci: Use GitHub App token for CI workflow (#687)
- ci: use pre-built 'get-pr' action (#686)
- ci: update checks-action to post status to the Airbyte repository (#685)
- ci: add check statuses to PRs from slash command execution (#683)
- ci: Add JUnit XML output to pytest and publish test results to PRs (#677)
- ci: add "not flaky" condition to on-demand test workflow (#678)
v0.25.1
🐛 Fixes
- fix: Resolve failures when a long-running session would time-out in the DB connection after more than 4+ hours (#676) - Thanks, @benjaminwilen!
🔃 Refactoring
- refactor(internal): SQL backends now take a SQLConfig object instead of SQL Engine, allowing deferred SQL engine creation (#676) - Thanks, @benjaminwilen!
⚙️ Under the Hood
- ci(workflow): Fix auto-merge notification workflow @devin-ai-integration[bot] (#672)
v0.25.0
v0.24.2
v0.24.1
v0.24.0
✨ New Features
- feat: add
AIRBYTE_PRINT_FULL_ERROR_LOGS
option to auto-print full log file text, enabled by default in CI environments (#637) - feat: add create_source_tables method to Cache classes, creates all tables without requiring running a sync (#631)
🐛 Fixes
- fix: add explicit docker volume mapping (resolves
permission denied
errors) - fix: remove 'cdk:low-code' logic with false-positives for manifest-only connector detection
⚙️ Under the Hood
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)