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
* Fixes issue where certain input values would cause the activity log screen to stop rendering properly due to improper element encoding.
12
+
* Fixes improper display of unicode characters in console output.
13
+
* Fixes page number not resetting when toggling between "Show My Servers" and "Show All Servers" on the dashboard.
14
+
15
+
### Changed
16
+
* SFTP sessions are now revoked on nodes when a user changes their password or their account is deleted.
17
+
* Remote node access tokens are now scoped to only allow access to servers that belong to the same node. Previously a node could access information and control the installation status for any server in the system.
18
+
* The default rate limit for the client API was bumped from `128` to `256` requests per minute.
19
+
20
+
### Added
21
+
* HTTP responses now include default security headers if not otherwise set.
22
+
* Adds modal popup when running a Hytale server that requires additional auth.
23
+
* Adds support for administrators to view any application API key that has been created, regardless of the owning account.
0 commit comments