Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions changelog/1.27.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "1.27.2"
description: "Released on 02/15/2022"
---

### Breaking changes ❗

There are no breaking changes in 1.27.2.

### Features ✨

There are no new features in 1.27.2.

### Bug fixes 🐛

- web: fixed issue where workspaces turned off during active use.
- infra: fixed `envbox` Docker permissions.

### Security updates 🔐

- web: added authentication requirement when auto-creating dev URLs.
3 changes: 3 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,9 @@
{
"path": "./changelog/1.27.0.md",
"children": [
{
"path": "./changelog/1.27.2.md"
},
{
"path": "./changelog/1.27.1.md"
}
Expand Down