CHANGELOG: note the peer map reuse

Updates #3417
This commit is contained in:
Kristoffer Dalby
2026-09-10 10:56:26 +00:00
parent 4c6a2dff52
commit f91702d7ec
+1
View File
@@ -44,6 +44,7 @@ keys remain all-access.
- Expiring or deleting a non-existent pre-auth key now returns an error instead of silently succeeding [#3324](https://github.com/juanfont/headscale/pull/3324)
- Improve systemd service file hardening [#3341](https://github.com/juanfont/headscale/pull/3341)
- The peer map is keyed by node ID and reused for writes that cannot change peer visibility, so a routine map request no longer rebuilds it. Adds `headscale_nodestore_snapshot_builds_total` [#3417](https://github.com/juanfont/headscale/issues/3417) [#3450](https://github.com/juanfont/headscale/pull/3450)
- Headscale now requires Go 1.27 to build
## 0.29.4 (unreleased)