Skip to content

v0.8.1

Latest
Compare
Choose a tag to compare
@acquamarin acquamarin released this 21 Feb 07:42
· 3 commits to master since this release
0ddf628

We're just a couple months into 2025, and we are happy to announce a new minor release: v0.8.1. This release is feature-packed, warranting its own blog post. One of the highlights is the introduction of the unity_catalog extension, which allows you to scan/copy from Delta Lake tables managed by Unity Catalog.

We've also improved our existing extensions. For those of you on Google Cloud, we have some exciting news! We now support scanning/copying from/writing to files hosted on Google Cloud Storage(GCS) filesystem. This update leverages our existing httpfs extension. Another useful new feature is that our CLI now explicitly excludes confidential information such as S3 access keys from being stored in the command history file. This helps prevent accidental leakage of sensitive data into your command line history and ensures your credentials remain secure.

Our full-text search extension now supports customizing the stopwords table used in full-text search, which can be helpful in your custom domains where specific words not in the default list need to be excluded from the index.

From a performance perspective, we’ve significantly improved our execution of distinct aggregation queries via a new parallel distinct hash aggregation mechanism.

Please check our release post for more details. Hope you enjoy this release!

What's Changed

Full Changelog: v0.8.0...v0.8.1