We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeba565 commit c175396Copy full SHA for c175396
changelog/1.33.1.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.33.1"
3
+description: "Released on 08/04/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.33.1.
9
10
+### Features ✨
11
12
+- web: updated Projector client to `1.8.0`.
13
+- infra: updated Projector server to `1.8.1`.
14
15
+### Bug fixes 🐛
16
17
+- infra: fixed an issue where idle connections would drop after 30 seconds.
18
19
+### Security updates 🔐
20
21
+There are no security updates in 1.33.1.
manifest.json
@@ -564,7 +564,12 @@
564
"path": "./changelog/index.md",
565
"children": [
566
{
567
- "path": "./changelog/1.33.0.md"
+ "path": "./changelog/1.33.0.md",
568
+ "children": [
569
+ {
570
+ "path": "./changelog/1.33.1.md"
571
+ }
572
+ ]
573
},
574
575
"path": "./changelog/1.32.0.md",
0 commit comments