Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions website/blog/releases/v1.0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ authors: [sgrebnov]
tags: [release, duckdb, iceberg, awsglue, acceleration]
---

Announcing the release of Spice v1.0.6 ⚡

# Spice v1.0.6 (Mar 17, 2025)
Announcing the release of Spice v1.0.6 ⚡

Spice v1.0.6 improves stability for DuckDB acceleration, Iceberg Data/Catalog connector improvements when using AWS Glue, and fixes an issue with the `ready_state: on_registration` federation fallback when using DuckDB. In addition, redundant data refreshes on startup are avoided for accelerations with persistent data.

Expand All @@ -27,7 +25,7 @@ Spice v1.0.6 improves stability for DuckDB acceleration, Iceberg Data/Catalog co
To maintain the previous behavior and always refresh on every startup, set:

```yaml
acceleration:
acceleration:
refresh_on_startup: always
```

Expand All @@ -44,7 +42,7 @@ To maintain the previous behavior and always refresh on every startup, set:
Starting from v1.0.6 when using persistent (file-mode) acceleration without a defined refresh interval, Spice performs a full refresh at startup only if no previously accelerated data is available. To maintain the previous behavior and always refresh on every startup, set:

```yaml
acceleration:
acceleration:
refresh_on_startup: always
```

Expand Down
Loading