-
Notifications
You must be signed in to change notification settings - Fork 922
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
![Screenshot 2024-11-21 at 14-47-09 1 31 1 release notes — Armeria release notes](https://github.com/user-attachments/assets/a3804abd-08ad-466a-987d-ac375952c43f)
- Loading branch information
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
date: 2024-11-22 | ||
--- | ||
|
||
## 🛠️ Bug fixes | ||
|
||
- Fixed a race condition which intermittently prevented <type://RequestLog> from completing. #5981 #5986 | ||
- `armeria-grpc` no longer exposes `protobuf-java` 4.x as a compile-time dependency. #5990 #5992 | ||
|
||
## 📈 Improvements | ||
|
||
- Slightly improved performance when <type://AccessLogWriter#disabled()> is used. #5984 #5985 | ||
|
||
## 🙇 Thank you | ||
|
||
<ThankYou usernames={[ | ||
'anuraaga', | ||
'ikhoon', | ||
'jrhee17', | ||
'minwoox', | ||
'smax48', | ||
'trask', | ||
'trustin', | ||
'yzfeng2020' | ||
]} /> |