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 4f74267 commit 55d1406Copy full SHA for 55d1406
changelog/1.31.3.md
@@ -0,0 +1,21 @@
1
+---
2
+title: "1.31.3"
3
+description: "Released on 08/15/2022"
4
5
+
6
+### Breaking changes ❗
7
8
+There are no breaking changes in 1.31.3.
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.31.3.
manifest.json
@@ -560,6 +560,9 @@
560
{
561
"path": "./changelog/1.31.0.md",
562
"children": [
563
+ {
564
+ "path": "./changelog/1.31.3.md"
565
+ },
566
567
"path": "./changelog/1.31.2.md"
568
},
0 commit comments