This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed burst itinerary edits that previously timed out silently, added clear rate‑limited errors, and ensured day sections include the missing text field.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Rate‑limit rejections that exhaust retries now return a clear `rate_limited` error instead of hanging. Rate‑limit rejections that exhaust retries now return a clear `rate_limited` error instead of hanging. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Burst edits no longer die with opaque timeouts; server retries with backoff and surfaces rate_limit errors. Burst edits no longer die with opaque timeouts; server retries with backoff and surfaces rate_limit errors. Source: llm_adapter@2026-06-10 Confidence: low |
— |
| Bugfix | Low |
Day sections from `wanderlog_update_trip_dates` now include the missing `text` field to match native section shape. Day sections from `wanderlog_update_trip_dates` now include the missing `text` field to match native section shape. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Low |
Burst itinerary edits are rate‑limited; mutations retry with backoff (2s/4s/8s). Burst itinerary edits are rate‑limited; mutations retry with backoff (2s/4s/8s). Source: granite4.1:30b@2026-06-10-audit Confidence: low |
— |
Full changelog
Fixed
- Burst edits no longer die with opaque timeouts. Wanderlog rate-limits rapid itinerary edits (~9 ops in quick succession) — exactly what an LLM does when building a full trip. The server's rejection frame was being silently dropped, so each affected edit failed with a 10-second "Submit op timeout". Mutations now retry automatically with backoff (2s/4s/8s) and wait out the rate-limit window.
- Rate-limit rejections that exhaust retries surface as a clear
rate_limitederror instead of a hang. - Day sections created by
wanderlog_update_trip_datesnow match Wanderlog's native section shape exactly (added thetextfield real sections carry).
Full Changelog: https://github.com/shaikhspeare/wanderlog-mcp/compare/v0.3.0...v0.3.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About shaikhspeare/wanderlog-mcp
MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes, hotels, checklists, and date updates.
Related context
Beta — feedback welcome: [email protected]