Releases: spiceai/docs
v1.0.3
What's Changed
- Docs for Perplexity LLM by @Jeadie in #838
- blog post update v1.0.2 by @karifabri in #839
- Add diagrams by @lukekim in #840
- Improve v1.0.2 release blogpost formatting by @sgrebnov in #841
- Fix k8s doc:
readynessProbe->readinessProbeby @Jeadie in #842 - Add tools under /docs/components by @Jeadie in #843
- docs: Add troubleshooting page by @peasee in #845
- Add explain sql reference doc by @Sevenannn in #846
- Add subqueries sql reference by @Sevenannn in #848
- Update openapi.json by @Jeadie in #850
- Fix typo in xAI model reference by @Advayp in #851
- Update Docker Deployment Docs by @Advayp in #852
- Fix image link in "Introducing Spice.ai - open source, time series AI for developers" post by @phillipleblanc in #854
- Add a deployment comment only if the workflow is running on the PR branch by @ewgenius in #855
- Add
accelerated_refreshtospice tracedocumentation by @Jeadie in #853 - Rename
invalid_type_actiontounsupported_type_actionby @phillipleblanc in #857 - Add model grading docs by @Sevenannn in #856
- Update Helm - Kubernetes docs by @sgrebnov in #849
- Tweaks to models grading by @lukekim in #858
- Add operators SQL references by @Sevenannn in #844
- Add information schema sql reference by @Sevenannn in #847
- docs: Update banner for release by @peasee in #859
- Update acknowledgments by @phillipleblanc in #860
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- blog post for v1.0.1 by @karifabri in #821
- docs: Update Windows install by @peasee in #823
- fix: dataset load parallelism by @peasee in #825
- Improve Filesystem Models documentation by @sgrebnov in #827
- docs: Release Spice Cloud Catalog Beta by @peasee in #824
- Improve Huggingface model / embedding documentation by @Sevenannn in #826
- Promote hugging face model provider to rc by @Sevenannn in #830
- Promote Filesystem model provider to RC by @sgrebnov in #828
- remove 'tools: builtin' by @Jeadie in #829
- Add upgrade instruction in release note blog by @Sevenannn in #822
- release: Bump docs banner by @peasee in #831
- Update openapi.json by @Jeadie in #832
- Add deployment architectures by @lukekim in #833
- CLI docs for spice trace by @Jeadie in #834
- Update acknowledgements (1.0.2) by @sgrebnov in #835
- Add HubSpot script by @ewgenius in #837
- blog post for v1.0.2 by @karifabri in #836
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Improving docs by @phillipleblanc in #796
- Improve spice install & upgrade documentation by @Sevenannn in #798
- [blog] 1.0-stable release post by @karifabri in #797
- Add X link by @lukekim in #799
- Fix blog fetch URL by @lukekim in #800
- Add profile to authors.yml by @Sevenannn in #801
- Update releases by sgrebnov by @sgrebnov in #802
- Image updates and improvements by @lukekim in #803
- broken links by @Jeadie in #804
- Add CF generate-image by @lukekim in #806
- Bump undici from 5.28.4 to 5.28.5 in /website in the npm_and_yarn group across 1 directory by @dependabot in #805
- Update Wrangler CD by @lukekim in #807
- Update v1.0-stable release notes by @sgrebnov in #810
- Add
website/public/openapi.jsonby @Jeadie in #809 - Use custom font in OG image by @ewgenius in #808
- [Blog] 1.0-stable announcement by @lukekim in #782
- Set OG images for pages by @ewgenius in #812
- Add deepseek and delta lake in docs cookbook by @Sevenannn in #811
- Fix sharepoint documentation by @Sevenannn in #814
- Update Iceberg catalog docs for Glue example by @phillipleblanc in #815
- docs: Update spicepy SDK docs by @peasee in #818
- Update banner to v1.0.1 by @ewgenius in #819
- Update acknowledgement in docs for 1.0.1 release by @Sevenannn in #820
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
-
Stable Data Connectors: The following data connectors have graduated to Stable:
-
Stable Data Accelerators: The following data accelerators have graduated to Stable:
-
Unity Catalog Connector: Graduated to Stable.
-
Databricks (mode: spark_connect) Data Connector: Graduated to Beta.
-
Beta Catalog Connectors: The Iceberg and Databricks catalog connectors graduated to Beta.
-
OpenAI Model & Embeddings Provider: Graduated to Release Candidate (RC).
-
Alpha Model Providers: The Anthropic and xAI (Grok) model providers graduated to Alpha.
Breaking Changes
-
Default Runtime Version: The CLI will install the GPU accelerated AI-capable Runtime by default, when running
spice installorspice 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
spicedprocess as thenobodyuser 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_httpis 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 upgradeHomebrew:
brew upgrade spiceai/spiceai/spiceDocker:
Pull the spiceai/spiceai:1.0.0 image:
docker pull spiceai/spiceai:1.0.0For available tags, see DockerHub.
Helm:
helm repo update
helm upgrade spiceai spiceai/spiceaiContributors
What's Changed
- feat: Update load test criteria, testoperator updates by @peasee in spiceai/spiceai#4311
- Update helm for v1.0.0-rc.5 by @ewgenius in spiceai/spiceai#4313
- Update spicepod.schema.json by @github-actions in spiceai/spiceai#4318
- Bump version to v1.0.0, update SECURITY.md by @ewgenius in spiceai/spiceai#4314
- Initial criteria for models, embeddings by @Jeadie in spiceai/spiceai#4223
- Update benchmark snapshots by @github-actions in spiceai/spiceai#4321
- Add dremio param for running load test by @Sevenannn in spiceai/spiceai#4315
- Promote Databricks (mode: delta_lake) connector to stable by @Sevenannn in spiceai/spiceai#4328
- Handle failed query in load test by @Sevenannn in spiceai/spiceai#4327
- feat: Use load test hours for baseline query sets by @peasee in spiceai/spiceai#4334
- Fix typo in 1.0.0-rc.5 release notes by @ewgenius in spiceai/spiceai#4329
- feat: add testoperator data consistency by @peasee in spiceai/spiceai#4319
- docs: Release DuckDB connector stable by @peasee in spiceai/spiceai#4335
- Fix DocumentDB -> DynamoDB by @lukekim in spiceai/spiceai#4339
- Update benchmark snapshots by @github-actions in spiceai/spiceai#4337
- fix: Download hits.parquet from MinIO for benchmark by @peasee in spiceai/spiceai#4338
- Update openapi.json by @github-actions in spiceai/spiceai#4341
- Remove evil averages by @lukekim in spiceai/spiceai#4343
- Don't run builds on non-code changes by @phillipleblanc in spiceai/spiceai#4344
- Remove streaming requirement from Databricks spark Beta and Spark connector Beta by @ewgenius in spiceai/spiceai#4345
- Update s3 tpcds spicepods by @ewgenius in spiceai/spiceai#4346
- Explicitly set required scale factor for throughput and load tests by @ewgenius in spiceai/spiceai#4347
- Fix s3 tpcds dataset name by @ewgenius in spiceai/spiceai#4348
- Promote Iceberg Catalog Connector to Beta by @phillipleblanc in spiceai/spiceai#4350
- Update s3 clickbench benchmark snapshots by @ewgenius in spiceai/spiceai#4351
- fix: DuckDB clickbench on zero results by @peasee in spiceai/spiceai#4349
- Add integration test with snapshots for databricks catalog connector by @Sevenannn in spiceai/spiceai#4353
- refactor: Remove on zero results from benchmarks, add data consistency workflow by @peasee in spiceai/spiceai#4354
- Fix Bug: No field named body_embedding when do vector search with refresh sql containing subset of columns by @sgrebnov in spiceai/spiceai#4297
- docs: Update roadmap by @peasee in spiceai/spiceai#4364
- feat: Release accelerators stable by @peasee in spiceai/spiceai#4361
- Add TPCH/TPCDS test spicepods for MySQL by @phillipleblanc in spiceai/spiceai#4365
- Catch when an insecure (http) S3 and ABFS data connectors endpoint is used without specifying the
allow_httpparameter by @ewgenius in spiceai/spiceai#4363 - Update ROADMAP - Iceberg catalog alpha for v1.0 by @ewgenius in spiceai/spiceai#4367
- Promote databricks catalog and databricks (spark_connect) connector to beta by @Sevenannn in spiceai/spiceai#4369
- Update Roadmap - Iceberg beta by @ewgenius in spiceai/spiceai#4373
- Build CUDA binaries for Linux by @Jeadie in spiceai/spiceai#4320
- Promote Nvidia NIM as Alpha by @phillipleblanc in spiceai/spiceai#4380
- Promote xai to alpha by @Sevenannn in spiceai/spiceai#4381
- Update stable criteria for object store based connectors by @ewgenius in spiceai/spiceai#4383
- Testoperator: http consistency and overhead tests, fixes and ci by @ewgenius in spiceai/spiceai#4382
- Promote S3 Data Connector to Stable by @ewgenius in spiceai/spiceai#4385
- Download platform-supported CUDA binary version on Linux by @sgrebnov in spiceai/spiceai#4356
- Fix http consistency test workflow, add overhead workflow by @ewgenius in spiceai/spiceai#4387
- feat: Add Postgres test spicepods by @peasee in spiceai/spiceai#4388
- Fix typos + specific in model criteria; Make explicit alpha/beta tests for LLMS in
crates/llms/tests. by @Jeadie in spiceai/spiceai#4377 - Fix federation bug for correlated subqueries of deeply nested Dremio tables by @phillipleblanc in spiceai/spiceai#4389
- Fix http overhead workflow by @ewgenius in spiceai/spiceai#4390
- Tweak model tests, fix embedding input by @ewgenius in spiceai/spiceai#4391
- Promote Dremio to Stable quality by @Sevenannn in spiceai/spiceai#4392
- Add beta functionality tests for embedding models. by @Jeadie in spiceai/spiceai#4352
- docs: Release postgres connector stable by @peasee in spiceai/spiceai#4398
- Increase timeout for model response in E2E tests by @sgrebnov in spiceai/spiceai#4399
- Disable ident normalization (i.e.
SELECT MyColumn from tableworks) by @phillipleblanc in <ht...
v1.0.0-rc.5.5
What's Changed
- Add blog post for v1.0.0-rc.5 by @karifabri in #753
New Contributors
- @karifabri made their first contribution in #753
Full Changelog: v1.0.0-rc.5.4...v1.0.0-rc.5.5
v1.0.0-rc.5.4
What's Changed
Full Changelog: v1.0.0-rc.5.3...v1.0.0-rc.5.4
v1.0.0-rc.5.3
What's Changed
Full Changelog: v1.0.0-rc.5.2...v1.0.0-rc.5.3
v1.0.0-rc.5.2
v1.0.0-rc.5.1
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 datasetdocumentation by @Advayp in #734 - Improve
spice connectdocumentation by @Advayp in #733 - Improve
spice catalogdocumentation 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
What's Changed
- Update DynamoDB docs by @phillipleblanc in #727
- Release Dremio to RC by @Sevenannn in #726
- Update README to match GitHub updates by @lukekim in #729
- Improvements and clarifications to
spice addby @Advayp in #731 - Improve
spice versiondocumentation by @Advayp in #730 - Improve docs for
spice initby @Advayp in #738 - docs: Update AI docs for flow and information availability by @peasee in #737
- Add blog by @lukekim in #735
- Promote Spice.ai to Beta by @phillipleblanc in #741
- Promote File Data Connector to Stable. Add a note about performance limitation. by @ewgenius in #740
- Document memory limitation for databricks data connector (mode: delta_lake) by @Sevenannn in #744
- Promote Spark Data Connector to Beta by @ewgenius in #742
- Promote Snowflake to Beta by @phillipleblanc in #739
- Add documentation for databricks catalog connector limitation & Promote databricks catalog connnector to beta by @Sevenannn in #725
- Add Cookbook page by @lukekim in #743
New Contributors
Full Changelog: v1.0.0-rc.4.1...v1.0.0-rc.5