Skip to content

Releases: airbytehq/PyAirbyte

v0.7.2

28 Feb 23:14
edf2314
Compare
Choose a tag to compare

⚙️ Under the Hood

  • Refactor anonymous usage stats, ensure errors and record counts are properly reported (#62)

v0.7.1

28 Feb 14:52
d1d12d6
Compare
Choose a tag to compare

🐛 Fixes

  • Resolve issue where method to_sql_table() fails if called from a cached dataset (#76)

v0.7.0

27 Feb 22:47
8ebc28f
Compare
Choose a tag to compare

✨ New Features

  • Add support for rendering records as LLM documents (#48)
  • Add BigQuery cache support (#65)

🐛 Fixes

  • Fix IPython rendering bug when using a TTY (#65)
  • Fixed ability to pass streams list within get_source()(#71)

v0.6.0

23 Feb 21:57
797e657
Compare
Choose a tag to compare

Note: This may be a breaking change due to the downgrade in our underlying DuckDB version used in cache creation. Read below for more information.

✨ New Features

⚙️ Under the Hood

  • Downgraded from DuckDB v0.10.0 to v0.9.2. This may require you to rebuild your local cache files. See the DuckDB v0.10.0 blog post for information on backwards and forwards DuckDB compatibility between versions.

v0.5.0

22 Feb 20:36
7b527d0
Compare
Choose a tag to compare

✨ New Features:

  • Streamline stream selection and support for select_streams("*") (#52)
  • Replace Parquet File Writer with Gzipped Jsonl File Writer (#60)
  • Combine CacheConfig into the Cache classes to reduce number of import statements needed (#59)

🐛 Fixes

  • Resolved issues where empty data nodes would cause failure when writing to Parquet (#60)

✍️ Docs:

  • Replace changelog link with link to GitHub Releases (#47)

v0.4.0

22 Feb 20:20
81d1b9c
Compare
Choose a tag to compare

(This is a maintenance release. Please see v0.5.0 release notes for the combined changelog of v0.4.0 and v0.5.0.)

v0.2.0

17 Feb 15:07
9becf13
Compare
Choose a tag to compare

Project codename "AirbyteLib" is now PyAirbyte! 🎉

You can install PyAirbyte with:

pip install airbyte

And import PyAirbyte as:

import airbyte

Or using our shorthand convention:

import airbyte as ab

Star our new PyAirbyte GitHub repo and follow release notifications on GitHub for updates.

❗Breaking Changes

  • Project codename "AirbyteLib" is now PyAirbyte! 🎉
    • To install: pip install airbyte
    • To import: import airbyte or import airbyte as ab
    • For a full list of changes, see the PR: #40

🚀 New Features

🐛 Bug Fixes

  • Fix issue where No-Such-Table-Error is raised if a stream sends zero records (airbytehq/airbyte#35311)
  • Suppress DuckDB reflection warnings (airbytehq/airbyte#35300)
  • Improve JSON Schema type detection and reduce warnings of unknown types

✍️ Documentation Updates

🔎 Full Changelog

v0.1.0...v0.2.0

v0.1.0

17 Feb 14:39
Compare
Choose a tag to compare