v0.5.0
github-actions
released this
22 Feb 20:36
·
179 commits
to refs/heads/main
since this release
✨ New Features:
- Streamline stream selection and support for
select_streams("*")
(#52) - Replace Parquet File Writer with Gzipped Jsonl File Writer (#60)
- Combine
CacheConfig
into theCache
classes to reduce number ofimport
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)