Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
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!
v0.16.4
v0.16.3
v0.16.2
🐛 Fixes
- Add handling for new "generations" feature: default sync IDs, generation IDs, and min generation IDs (#330)
- Resolve issue where stream success statuses were not sent by PyAirbyte when syncing from the cache to a destination (#330)
🛠️ Internal Tooling
- Add script for PyAirbyte performance profiling option without caching (#323)