Updated to the any-sync v0.12 protocol
All self-hosted node services now run on the any-sync v0.12 protocol line (any-sync v0.12.14).
| service | previous | new |
|---|---|---|
| any-sync-node | v0.11.1 | v0.12.1 |
| any-sync-filenode | v0.11.1 | v0.12.0 |
| any-sync-coordinator | v0.9.1 | v0.12.0 |
| any-sync-consensusnode | v0.7.2 | v0.12.0 |
The coordinator and consensusnode version numbers jump several minors because they were renumbered to match the any-sync protocol line they build against — this is a version alignment, not that many releases of accumulated change. Alongside the protocol update, this release brings a coordinator fix that binds invite files to ACL invites and deletes them on revoke, and a node fix for a panic in calcMedian on empty input.
Upgrading
No configuration changes are required — .env.example and the compose file are otherwise unchanged.
git pull
make update
make start resolves service versions from the prod compatibility channel on every run, so existing deployments already track these versions; this release updates the pinned defaults for fresh installs. You can also refresh an existing .env at any time with ./update-versions.sh.
Verified locally: the full stack starts on these images with all healthchecks passing and any-sync-netcheck reporting success.
What's Changed
- chore: bump service versions to any-sync v0.12 releases by @requilence in #196
New Contributors
- @requilence made their first contribution in #196
Full Changelog: v7.0.1...v7.1.0