Skip to content

Releases: airbytehq/PyAirbyte

v0.20.1

18 Nov 20:06
c1f6ec1
Compare
Choose a tag to compare

Under the Hood

  • Chore(deps): Bump CDK, nltk, and python-ulid to latest @aaronsteers (#537)
  • Chore(deps): Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 @dependabot (#448)
  • Chore(deps): Bump snowflake-connector-python from 3.12.2 to 3.12.3 in the pip group @dependabot (#437)
  • Chore(deps): Bump duckdb-engine from 0.13.3 to 0.13.4 @dependabot (#434)
  • Chore(deps): Bump rich from 13.9.2 to 13.9.4 @dependabot (#438)
  • Chore(deps): Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 @dependabot (#439)
  • Chore(deps): Bump sqlalchemy-bigquery from 1.11.0 to 1.12.0 @dependabot (#435)

v0.20.0

09 Nov 00:08
Compare
Choose a tag to compare

New Features ✨

v0.19.1

01 Nov 20:01
7c703ac
Compare
Choose a tag to compare

✨ New Features

v0.19.0

22 Oct 16:07
02f5ede
Compare
Choose a tag to compare

✨ New Features

  • Add experimental CLI sync command (#417)
  • Add support for Snowflake's travel time feature (#414) - Thanks, @yohannj!

🐛 Fixes

  • Skip latest sqlalchemy release, resolving conflict with duckdb_engine (#429) - Thanks, @guenp!

⚙️ Under the Hood

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

v0.18.1

09 Oct 23:08
f3bc4c6
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

✨ New Features