Skip to content

Sidewisp Plugin v0.2.17

Choose a tag to compare

@belbix belbix released this 19 Aug 05:04
· 2 commits to main since this release
04bad72

Fixes

  • Deletes acknowledged telemetry after backend ACK and reclaims SQLite pages continuously.
  • Migrates legacy spools to incremental auto-vacuum and compacts ACK-filled databases at startup.
  • Retries reclamation before enforcing the 64 MiB spool quota.
  • Isolates SpoolError and detached telemetry failures so they cannot terminate the OpenClaw gateway or interrupt a user turn.
  • Adds legacy migration and 2,500-event quota regression coverage.

Compatibility

Spool schema remains v1. Credentials, cursors, pending events, and dead letters remain compatible with v0.2.16. ACKed delivery tombstones are intentionally removed during upgrade.

Upgrade

openclaw plugins install git:github.com/golem-workers/sidewisp-plugin@v0.2.17 --force
openclaw gateway restart

Back up /root/.openclaw/sidewisp/spool.sqlite before upgrade. Rollback to v0.2.16 remains possible; pending events and credentials are preserved.

Verification

  • 99/99 tests pass
  • package syntax/check suite passes
  • isolated OpenClaw release installation passes
  • archive checksum is attached as SHA256SUMS