Skip to content

Commit 0fd3d07

Browse files
corylanouclaude
andauthored
Fix: Revert docs to v0.3.13 and add v0.5.0 feature notices (#88)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent a080d16 commit 0fd3d07

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

content/guides/nats/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ menu:
88
weight: 470
99
---
1010

11-
This guide will show you how to use NATS JetStream Object Store as a replica
12-
destination for Litestream. You will need a NATS server with JetStream enabled
11+
> **⚠️ Note:** NATS JetStream support is available in Litestream v0.5.0+. This feature is not available in v0.3.13.
12+
13+
This guide will show you how to use NATS JetStream Object Store as a replica
14+
destination for Litestream. You will need a NATS server with JetStream enabled
1315
to complete this guide.
1416

1517
## Setup

content/reference/mcp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ menu:
88
weight: 525
99
---
1010

11-
The `mcp` server provides Model Context Protocol integration, allowing AI assistants
11+
> **⚠️ Note:** MCP support is available in Litestream v0.5.0+. This feature is not available in v0.3.13.
12+
13+
The `mcp` server provides Model Context Protocol integration, allowing AI assistants
1214
to interact with Litestream databases and replicas through a standardized HTTP API.
1315

1416
## Configuration

content/tips/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ is one hour then you will see a rolling set of 24 snapshots for your replica.
118118

119119
## Disable autocheckpoints for high write load servers
120120

121+
> **Note:** Checkpoint detection improvements in v0.5.0+ reduce the need for full snapshots when checkpoints occur.
122+
121123
By default, SQLite allows any process to perform a checkpoint. A checkpoint is
122124
when pages that are written to the WAL are copied back to the main database
123125
file. Litestream works by controlling this checkpointing process and

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
params:
2-
litestreamVersion: 0.5.0
2+
litestreamVersion: 0.3.13

0 commit comments

Comments
 (0)