Skip to content

Releases: airbytehq/PyAirbyte

v0.17.5

12 Sep 22:29
c5fea25
Compare
Choose a tag to compare

✨ New Features

  • Add performance stats and logging (#360)

v0.17.4

09 Sep 20:44
ddbf6f4
Compare
Choose a tag to compare

✨ 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. with source-google-ads (#343) - Thanks, @sukantaroy01!

v0.17.3

02 Sep 20:19
7488afb
Compare
Choose a tag to compare

✨ New Features

  • Add performance metrics and mb/s tracking (#356)

⚙️ Under the Hood

  • Rename module _future_cdk to shared (#354)
  • Remove unused cortex processor (#353)
  • Refactor destinations and caches with internal "Writers" interface (#326)

v0.17.2

02 Sep 01:38
fc18d0a
Compare
Choose a tag to compare

✨ New Features

  • File-based logging for PyAirbyte sync progress (#349)
  • File-based logging for each connector (#349)
  • Improved exception readability (#351)

📖 Documentation

v0.17.1

31 Aug 02:15
47d7c16
Compare
Choose a tag to compare

✨ New Features

  • Add ability to inspect GSM secret labels and save secret contents directly to files (#346)
  • Add version detection for manifest-only connectors (#318, #347)

🐛 Fixes

  • Auto-use manifests when declared in the connector registry (#347)

⚙️ Under the Hood

  • Remove Py39 styling (#341)

v0.17.0

19 Aug 21:25
80c8cd1
Compare
Choose a tag to compare

👀 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

10 Aug 00:17
94681b0
Compare
Choose a tag to compare

🧘 QoL Improvements

  • Add new configurable env var AIRBYTE_TEMP_FILE_CLEANUP (#336)
  • Process cache streams using deterministic (alpha-sorted) ordering (#335)

v0.16.3

09 Aug 23:20
23da920
Compare
Choose a tag to compare

🐛 Fixes

  • Improve log file handling for connectors (#333)
  • Fix spammy logs from grpcio (temporarily forces downgrade of grpcio) (#334)

v0.16.2

09 Aug 16:39
4c293d8
Compare
Choose a tag to compare

🐛 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)

v0.16.1

31 Jul 05:36
d7a42d3
Compare
Choose a tag to compare

This release makes destinations easier to use by defaulting to Docker-based executors when no other execution or installation method is provided.

▶️ Changes

  • Default to docker-based destination executors (#322)