Announcing the release of Spice v1.3.2! ❄️
Spice v1.3.2 is a patch release with fixes to the DuckDB data accelerator and Snowflake data connector.
Changes:
DuckDB Data Accelerator: Supports ORDER BY rand()
for randomized result ordering and ORDER BY NULL
for SQL compatibility.
Snowflake Data Connector: Adds TIMESTAMP_NTZ(0)
type for timestamps with seconds precision.
No breaking changes.
No new cookbook recipes.
The Spice Cookbook now includes 67 recipes to help you get started with Spice quickly and easily.
To upgrade to v1.3.2, use one of the following methods:
CLI:
Homebrew:
Docker:
Pull the spiceai/spiceai:1.3.2
image:
For available tags, see DockerHub.
Helm:
No major dependency changes.
ORDER BY rand()
and ORDER BY NULL
(#6071) by @phillipleblanc in #6071Full Changelog: https://github.com/spiceai/spiceai/compare/v1.3.1...v1.3.2