Skip to content

Commit 3d5fce3

Browse files
authored
chore: add changelog for 1.39.0 (coder#1213)
1 parent d7a12b3 commit 3d5fce3

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

changelog/1.39.0.md

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

manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,12 @@
948948
"path": "./changelog/index.md",
949949
"icon_path": "./assets/images/icons/paper.svg",
950950
"children": [
951+
{
952+
"path": "./changelog/1.39.0.md",
953+
"children": [],
954+
"title": "1.39.0",
955+
"description": "Released on 01/25/2023"
956+
},
951957
{
952958
"path": "./changelog/1.38.0.md",
953959
"children": [

0 commit comments

Comments
 (0)