Skip to content

Releases: spiceai/docs

v1.0.3

11 Feb 02:59
6c8bc7b

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Feb 09:43
eaa8d96

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Jan 04:34
6ffd1dc

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Jan 11:23
f0a53e3

Choose a tag to compare

Spice v1.0-stable (Jan 20, 2025)

🎉 After 47 releases, Spice.ai OSS has reached production readiness with the 1.0-stable milestone!

The core runtime and features such as query federation, query acceleration, catalog integration, search and AI-inference have all graduated to stable status along with key component graduations across data connectors, data accelerators, catalog connectors, and AI model providers.

Highlights in v1.0-stable

Breaking Changes

  • Default Runtime Version: The CLI will install the GPU accelerated AI-capable Runtime by default, when running spice install or spice run.

  • Default OpenAI Model: The default OpenAI model has updated to gpt-4o-mini.

  • Identifier Normalization: Unquoted identifiers such as table names are no longer normalized to lowercase. Identifiers will now retain their exact case as provided.

  • Sandboxed Docker Image: The Runtime Docker Image now runs the spiced process as the nobody user in a minimal chroot sandbox.

  • Insecure S3 and ABFS endpoints: The S3 and ABFS connectors now enforce insecure endpoint checks, preventing HTTP endpoints unless allow_http is explicitly enabled. Refer to the documentation for details.

Dependencies

No major dependency changes.

Upgrading

To upgrade to v1.0.0, use one of the following methods:

CLI:

spice upgrade

Homebrew:

brew upgrade spiceai/spiceai/spice

Docker:

Pull the spiceai/spiceai:1.0.0 image:

docker pull spiceai/spiceai:1.0.0

For available tags, see DockerHub.

Helm:

helm repo update
helm upgrade spiceai spiceai/spiceai

Contributors

What's Changed

Read more

v1.0.0-rc.5.5

14 Jan 17:35
c70f557

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.5.4...v1.0.0-rc.5.5

v1.0.0-rc.5.4

14 Jan 13:53
957b6e0

Choose a tag to compare

What's Changed

  • Scope home page gloabal styles to fix dark mode in docs by @ewgenius in #752

Full Changelog: v1.0.0-rc.5.3...v1.0.0-rc.5.4

v1.0.0-rc.5.3

14 Jan 12:49
cbb8fcf

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.5.2...v1.0.0-rc.5.3

v1.0.0-rc.5.2

14 Jan 06:02
2ac6c57

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.5.1...v1.0.0-rc.5.2

v1.0.0-rc.5.1

14 Jan 05:32
7dbc94c

Choose a tag to compare

What's Changed

  • Add a note about correlated subqueries in Spark by @ewgenius in #746
  • Update acknowledgements for v1.0.0-rc.5 by @ewgenius in #745
  • Add V2Checkpoint limitation for unity catalog connector, delta lake connector, databricks connector (mode: delta lake) by @Sevenannn in #747
  • Improve spice dataset documentation by @Advayp in #734
  • Improve spice connect documentation by @Advayp in #733
  • Improve spice catalog documentation by @Advayp in #732
  • Update banner to 1.0.0-rc.5 by @phillipleblanc in #748

Full Changelog: v1.0.0-rc.5...v1.0.0-rc.5.1

v1.0.0-rc.5

13 Jan 23:29
6134eb9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.4.1...v1.0.0-rc.5