date: 2025-12-16 title: 'Spice v1.10.1 (Dec 15, 2025)' type: blog authors: [jeadie] tags: [release, cayenne, acceleration, sdk, security]
Announcing the release of Spice v1.10.1! 🚀
v1.10.1 is a patch release with Cayenne accelerator improvements including configurable compression strategies and improved partition ID handling, isolated refresh runtime for better query API responsiveness, and security hardening. In addition, the GO SDK, gospice v8 has been released.
Several improvements and bug fixes for the Cayenne data accelerator:
cayenne_compression_strategy parameter enables choosing between zstd for compact storage or btrblocks for encoding-efficient compression.Example spicepod.yaml configuration:
For more details, refer to the Cayenne Data Accelerator Documentation.
Refresh tasks now run on a separate Tokio runtime isolated from the main query API. This prevents long-running or resource-intensive refresh operations from impacting query latency and ensures the /health endpoint remains responsive during heavy refresh workloads.
Multiple security improvements have been implemented:
/v1/spicepods endpoint now returns summarized information instead of full spicepod.yaml representations, preventing potential sensitive information leakage.The Spice Go SDK has been upgraded to v8 with a cleaner API, parameterized queries, and health check methods: gospice v8.0.0.
Key Features:
Sql() and SqlWithParams() methods with more intuitive naming.Decimal128Param, TimestampParam, and more.IsSpiceHealthy() and IsSpiceReady() methods for instance monitoring.Example usage with a local Spice runtime:
Upgrade:
For more details, refer to the Go SDK Documentation.
/v1/spicepods no longer returns the full spicepod.yaml JSON representation. A summary is returned instead. See #8404.No major cookbook updates.
The Spice Cookbook includes 82+ recipes to help you get started with Spice quickly and easily.
To upgrade to v1.10.1, use one of the following methods:
CLI:
Homebrew:
Docker:
Pull the spiceai/spiceai:1.10.1 image:
For available tags, see DockerHub.
Helm:
AWS Marketplace:
🎉 Spice is now available in the AWS Marketplace!
DistributeFileScanOptimizer plans by @mach-kernel in #8581