v0.7.4
·
268 commits
to refs/heads/main
since this release
🐛 Fixes
- Resolves issue where mixed-case stream properties would result in missing data (#114)
- Resolves issue where loads would fail if records contained conflicting data types (#67)
- Fixes an issue where
array
types would fail to parse if the subtype definition was invalid (#113)
⚙️ Under the hood
- Cleans up public-facing API (#109)
- Removes dependency on PyArrow, resulting in reduced errors and faster read speeds (#67)
📘 Documentation Updates
- New and improved API Reference Docs (#109)
- Adds usage samples for each cache option, including Snowflake, DuckDB, Postgres, BigQuery, and MotherDuck (#112)