We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4efc70 commit fcb58ceCopy full SHA for fcb58ce
site/src/pages/release-notes/1.27.3.mdx
@@ -0,0 +1,20 @@
1
+---
2
+date: 2024-03-26
3
4
+
5
+## 🛠️ Bug fixes
6
7
+- You no longer see `NullPointerException` when creating Thrift clients in a multi-threaded environment. #5497
8
+- `IllegalReferenceCountException` no longer occurs during WebSocket handshake. #5495
9
+- When a client sends a `CLOSE` frame, the user provided subscription is correctly closed. #5482
10
11
+## 🙇 Thank you
12
13
+<ThankYou usernames={[
14
+ 'ikhoon',
15
+ 'jrhee17',
16
+ 'mauhiz',
17
+ 'minwoox',
18
+ 'tobias-',
19
+ 'trustin'
20
+]} />
0 commit comments