Skip to content

Releases: airbytehq/PyAirbyte

v0.19.0

22 Oct 16:07
02f5ede

Choose a tag to compare

✨ New Features

🐛 Fixes

⚙️ Under the Hood

  • Code cleanup: Remove imports only used in TYPE_CHECKING clauses (#421) - Thanks, jj.lee (@jx2lee)!

v0.18.1

09 Oct 23:08
f3bc4c6

Choose a tag to compare

✨ New Features

  • Add pip_url arg support in CLI validate command (#416)

v0.18.0

09 Oct 22:05
919a812

Choose a tag to compare

✨ New Features

  • Add new experimental PyAirbyte CLI for connector validation and benchmarking. Run pyairbyte --help or pyab --help for more info. (#411, #415)
  • Add helper functions for testing and performance benchmarking: get_noop_destination() and get_benchmark_source() (#411)
  • Add new execute_sql() method on caches (#407)
  • Add DuckDB WAL cleanup step to explicitly flush the WAL log after successful read() operations (#407)

v0.17.9

23 Sep 23:36
4cd8167

Choose a tag to compare

✨ 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

  • Bump CDK dependency, DuckDB, Postgres, Pandas, and others (#383)
  • Bump SSQLAlchemy to 2.0 (#396)
  • Bump grpcio from 1.64.3 to 1.66.1 (#393)
  • Bump google-auth from 2.34.0 to 2.35.0 (#390)
  • Bump pyarrow from 16.1.0 to 17.0.0 (#391)

v0.17.8

20 Sep 23:24
2fae5a3

Choose a tag to compare

🐛 Fixes

  • More accurate perf metrics for slow-starting streams (#385)

⚙️ Under the Hood

v0.17.7

17 Sep 23:29
e305043

Choose a tag to compare

✨ New Features

🐛 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

16 Sep 15:51
f10933f

Choose a tag to compare

✨ New Features

v0.17.5

12 Sep 22:29
c5fea25

Choose a tag to compare

✨ New Features

  • Add performance stats and logging (#360)

v0.17.4

09 Sep 20:44
ddbf6f4

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, Sukanta Roy (@sukantaroy01)!

v0.17.3

02 Sep 20:19
7488afb

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)