Skip to content

Commit

Permalink
Release notes for 1.31.1 (#5995)
Browse files Browse the repository at this point in the history
![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
jrhee17 authored Nov 22, 2024
1 parent dc99553 commit ffe68f4
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
5 changes: 4 additions & 1 deletion dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,10 @@ version.ref = "protobuf-gradle-plugin"
[libraries.protobuf-jackson]
module = "org.curioswitch.curiostack:protobuf-jackson"
version.ref = "protobuf-jackson"
exclusions = "javax.annotation:javax.annotation-api"
exclusions = [
'com.google.protobuf:protobuf-java',
"javax.annotation:javax.annotation-api",
]
javadocs = "https://developers.curioswitch.org/apidocs/java/"

[libraries.reactor-core]
Expand Down
4 changes: 1 addition & 3 deletions grpc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ dependencies {
optionalImplementation libs.grpc.kotlin
optionalImplementation libs.kotlin.coroutines.core

api(libs.protobuf.jackson) {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
api libs.protobuf.jackson

testImplementation(libs.gax.grpc) {
exclude group: 'com.google.protobuf', module: 'protobuf-java'
Expand Down
25 changes: 25 additions & 0 deletions site/src/pages/release-notes/1.31.1.mdx
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'
]} />

0 comments on commit ffe68f4

Please sign in to comment.