chore: release v0.3.1 -- federation auth hotfix

This commit is contained in:
Brian Krabach
2026-04-08 23:17:55 -07:00
parent d541612843
commit 9424dcff5b
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## v0.3.1 (2026-04-08)
### Bug Fixes
- **Federation auth stale key** -- the auth middleware now reads the federation key fresh from disk on each request instead of caching it at startup; key generation and rotation no longer require a server restart
- **Settings sync silent push failures** -- the PUT response from `/api/settings/sync` is now checked; 409 (remote newer) is handled gracefully, other errors are logged
## v0.3.0 (2026-04-08)
### Features