Skip to content

Commit

Permalink
Release notes for 1.24.1 (#4977)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon authored Jun 21, 2023
1 parent e1cabd7 commit 3e619f0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions site/src/pages/release-notes/1.24.1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
date: 2023-06-21
---

## 🛠️ Bug fixes

- You can no longer see compilation errors when using <type://TextLogFormatterBuilder#build()> and
<type://JsonLogFormatterBuilder#build()>. #4975
- Armeria server does not accept a `ClientHello` message larger than 4096 bytes. #4974 ([CVE-2023-34462](https://github.com/netty/netty/security/advisories/GHSA-6mjq-h674-j845))

## 📃 Documentation

- You can now learn how to write a Thrift service and client with Armeria by walking through
[the Thrift tutorial](/tutorials/thrift/blog). #3987
- Special thanks to @haneepark who volunteered for this.

## Dependencies

- Netty 4.1.93 4.1.94

## 🙇 Thank you

<ThankYou usernames={[
'gsongson',
'haneepark',
'ikhoon',
'jrhee17',
'minwoox',
'trustin'
]} />

0 comments on commit 3e619f0

Please sign in to comment.