We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e6a1c1 commit f306945Copy full SHA for f306945
changelog/1.27.2.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.27.2"
3
+description: "Released on 02/15/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.27.2.
9
10
+### Features ✨
11
12
+There are no new features in 1.27.2.
13
14
+### Bug fixes 🐛
15
16
+- web: fixed issue where workspaces turned off during active use.
17
+- infra: fixed `envbox` Docker permissions.
18
19
+### Security updates 🔐
20
21
+- web: added authentication requirement when auto-creating dev URLs.
manifest.json
@@ -522,6 +522,9 @@
522
{
523
"path": "./changelog/1.27.0.md",
524
"children": [
525
+ {
526
+ "path": "./changelog/1.27.2.md"
527
+ },
528
529
"path": "./changelog/1.27.1.md"
530
}
0 commit comments