Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 21:25
· 62 commits to refs/heads/main since this release
80c8cd1

👀 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!