Skip to content

Releases: airbytehq/PyAirbyte

v0.22.0

17 Dec 00:19
ef7eb8f
Compare
Choose a tag to compare

✨ New Features

  • Add check feature for Cloud connectors. (#562)

📖 Documentation

v0.21.0

10 Dec 03:21
7e65ab3
Compare
Choose a tag to compare

✨ New Features

  • Adds Cloud deploy functionality (#419)

⚙️ Under the Hood

  • Update to CDK version to ^6.9.0 (#552)

v0.20.3

10 Dec 01:32
ea54711
Compare
Choose a tag to compare

🐛 Fixes

  • Fix: Resolve issue where special characters in stream names cause illegal file names (#545) - Thanks, @tinomerl!

⚙️ Under the Hood

Show/Hide
  • Chore: Only import submodules at type checking level @aaronsteers (#553)
  • ci: use case-insensitive semantic pr checks @aaronsteers (#554)
  • Revert "CI: Fix flaky no-code verifications, add native GitHub Actions success notification for /test-pr slash command (#283)" @aaronsteers (#551)
  • Chore: Analyze dependency and imports using deptry @aaronsteers (#534)

v0.20.2

03 Dec 00:06
ccc5c6a
Compare
Choose a tag to compare

🐛 Fixes

  • Handle missing config in CLI validate command for destinations (#546)

⚙️ Under the Hood

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)