Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
v0.20.1
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
New Features ✨
- Adds "Config Write-Back" feature via the new
config_change_callback
option inget_source()
andget_destination()
(#440) - Thanks, @tcboles!
v0.19.1
✨ New Features
- Introducing
AIRBYTE_OFFLINE_MODE
for air-gapped environments (#432) - Thanks, @niyasrad!
v0.19.0
v0.18.1
v0.18.0
✨ New Features
- Add new experimental PyAirbyte CLI for connector validation and benchmarking. Run
pyairbyte --help
orpyab --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
✨ 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
v0.17.8
v0.17.7
✨ New Features
- Adds
AIRBYTE_TEMP_DIR
override, which allows users to modify how temporary file mounts are handled (#368, #370) - Thanks, @niyasrad!
🐛 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
✨ New Features
- Added
use_host_network
param toget_destination()
(#364) - Thanks, @niyasrad! - Added persistent cache capabilities in Google Colab with new
get_colab_cache()
helper function (#361)