@@ -7,22 +7,28 @@ There are no breaking changes in 1.39.0.
7
7
### Features ✨
8
8
9
9
- Added the ability to set the maximum age for an API key in the Admin panel.
10
- - Added a toggle to the OIDC provider in the Admin panel to disable automatic user creation.
11
- When toggled on, users will have to be manually created by an administrator with an email
12
- that matches the value provided by the 'email' field in the OIDC payload. The login type
13
- of the user must be set to OIDC in order to successfully login.
10
+ - Added a toggle to the OIDC provider in the Admin panel to disable automatic
11
+ user creation.
12
+ When toggled on, users will have to be manually created by an administrator
13
+ with an email that matches the value provided by the 'email' field in the
14
+ OIDC payload. The login type of the user must be set to OIDC in order to
15
+ successfully login.
14
16
- Added a logout action to the audit log to track user logouts.
15
17
- Removed the hard limit on total number of images in a deployment.
16
18
17
19
### Bug fixes 🐛
18
20
19
- - Fixed an issue where users couldn't install the code-server PWA (Progressive Web App).
21
+ - Fixed an issue where users couldn't install the code-server PWA
22
+ (Progressive Web App).
20
23
- Fixed various paths where API Keys were not being audited.
21
24
- Fixed an issue where deleted users were not shown in the audit log.
22
25
- Fixed various UI inconsistencies around images and image tags.
23
- - Fixed an issue that could cause the dashboard to unnecessarily re-render multiple times.
26
+ - Fixed an issue that could cause the dashboard to unnecessarily re-render
27
+ multiple times.
24
28
25
29
### Security updates 🔐
26
30
27
- - Fixed an issue where exporting audit logs could be vulnerable to a CSV injection.
28
- - Websocket clients are now rejected if they supply an invalid 'sec-websocket-key' header value.
31
+ - Fixed an issue where exporting audit logs could be vulnerable to a CSV
32
+ injection.
33
+ - Websocket clients are now rejected if they supply an invalid
34
+ 'sec-websocket-key' header value.
0 commit comments