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 2313cef commit 14e37bdCopy full SHA for 14e37bd
changelog/1.26.3.md
@@ -0,0 +1,20 @@
1
+---
2
+title: "1.26.3"
3
+description: "Released on 03/11/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.26.3.
9
10
+### Features ✨
11
12
+- infra: added debug level logging for Docker in CVM outer container.
13
14
+### Bug fixes 🐛
15
16
+- infra: fixed memory leak when a client connects to a workspace.
17
18
+### Security updates 🔐
19
20
+There are no security updates in 1.26.3.
manifest.json
@@ -565,6 +565,9 @@
565
{
566
"path": "./changelog/1.26.0.md",
567
"children": [
568
+ {
569
+ "path": "./changelog/1.26.3.md"
570
+ },
571
572
"path": "./changelog/1.26.2.md"
573
},
0 commit comments