Releases: airbytehq/PyAirbyte
Releases · airbytehq/PyAirbyte
v0.22.0
v0.21.0
v0.20.3
🐛 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
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)