Skip to content

Commit

Permalink
Add release notes for 1.27.3 (#5528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Mar 26, 2024
1 parent b4efc70 commit fcb58ce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions site/src/pages/release-notes/1.27.3.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
date: 2024-03-26
---

## 🛠️ Bug fixes

- You no longer see `NullPointerException` when creating Thrift clients in a multi-threaded environment. #5497
- `IllegalReferenceCountException` no longer occurs during WebSocket handshake. #5495
- When a client sends a `CLOSE` frame, the user provided subscription is correctly closed. #5482

## 🙇 Thank you

<ThankYou usernames={[
'ikhoon',
'jrhee17',
'mauhiz',
'minwoox',
'tobias-',
'trustin'
]} />

0 comments on commit fcb58ce

Please sign in to comment.