Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
v0.17.9
✨ New Features
- Use Airbyte Connector Registry web endpoints to download connector YAML manifests when available, adding support for pinning versions and downloading prior versions (#394)
⬆️ Dependency Updates
v0.17.8
v0.17.7
✨ New Features
- Adds
AIRBYTE_TEMP_DIR
override, which allows users to modify how temporary file mounts are handled (#368, #370) - Thanks, @niyasrad!
🐛 Fixes
- Remove hard-coded preference for docker when installing destinations (#366)
⚙️ Under the Hood
- Improve alignment with Airbyte Cloud when tracking data volumns and MB/s (#369)
v0.17.6
✨ New Features
- Added
use_host_network
param toget_destination()
(#364) - Thanks, @niyasrad! - Added persistent cache capabilities in Google Colab with new
get_colab_cache()
helper function (#361)
v0.17.5
v0.17.4
✨ New Features
- The lazy record generator
Source.get_records()
can now be configured to normalize field names and ignore undeclared fields. (#359)
🐛 Fixes
- Resolve issues in Postgres when column or table names are >63 characters (#359)
- Resolve issue where PyAirbyte would fail if property names contain the dot character (
'.'
), e.g. withsource-google-ads
(#343) - Thanks, @sukantaroy01!
v0.17.3
v0.17.2
v0.17.1
v0.17.0
👀 Breaking Changes
- The
0.17.0
version drops Python 3.9 support in order to be compatible with Python 3.10+ libraries. If you require Python 3.9 support, please use PyAirbyte<0.17.0
until you are able to upgrade to Python 3.10 or greater. (#340)
🐛 Fixes
- Resolve updated handling for Manifest-only connector definitions. (#340)
- Resolve issue where schema names may not have been properly normalized according to casing requirements. (#296) - Thanks, @nakamichiworks!