You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -80,16 +80,21 @@ This will also affect the way you [reference users in policies](https://github.c
80
80
- Having usernames in magic DNS is no longer possible.
81
81
- Remove versions older than 1.56 [#2149](https://github.com/juanfont/headscale/pull/2149)
82
82
- Clean up old code required by old versions
83
+
- User gRPC/API [#2261](https://github.com/juanfont/headscale/pull/2261):
84
+
- If you depend on a Headscale Web UI, you should wait with this update until the UI have been updated to match the new API.
85
+
-`GET /api/v1/user/{name}` and `GetUser` have been removed in favour of `ListUsers` with and ID parameter
86
+
-`RenameUser` and `DeleteUser` now requires and ID instead of a name.
83
87
84
88
### Changes
85
89
86
-
- Improved compatibilty of built-in DERP server with clients connecting over WebSocket.
90
+
- Improved compatibilty of built-in DERP server with clients connecting over WebSocket[#2132](https://github.com/juanfont/headscale/pull/2132)
87
91
- Allow nodes to use SSH agent forwarding [#2145](https://github.com/juanfont/headscale/pull/2145)
88
92
- Fixed processing of fields in post request in MoveNode rpc [#2179](https://github.com/juanfont/headscale/pull/2179)
89
93
- Added conversion of 'Hostname' to 'givenName' in a node with FQDN rules applied [#2198](https://github.com/juanfont/headscale/pull/2198)
90
94
- Fixed updating of hostname and givenName when it is updated in HostInfo [#2199](https://github.com/juanfont/headscale/pull/2199)
91
95
- Fixed missing `stable-debug` container tag [#2232](https://github.com/juanfont/headscale/pr/2232)
92
-
- Loosened up `server_url` and `base_domain` check. It was overly strict in some cases.
96
+
- Loosened up `server_url` and `base_domain` check. It was overly strict in some cases. [#2248](https://github.com/juanfont/headscale/pull/2248)
97
+
- CLI for managing users now accepts `--identifier` in addition to `--name`, usage of `--identifier` is recommended [#2261](https://github.com/juanfont/headscale/pull/2261)
0 commit comments