Skip to content

Commit

Permalink
Update grpc version to 1.59.1 and protobuf to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aman1309 committed Jun 17, 2024
1 parent 7da84c9 commit 8a7ab58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and what APIs have changed, if applicable.

## [Unreleased]

## [29.57.1-rc.1] - 2024-06-17
- Update grpc version to 1.59.1 and protobuf to 3.24.0

## [29.57.0] - 2024-06-16
- Add xds client metric for receiving invalid resource

Expand Down Expand Up @@ -5701,7 +5704,8 @@ patch operations can re-use these classes for generating patch messages.

## [0.14.1]

[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.57.0...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.57.1-rc.1...master
[29.57.1-rc.1]: https://github.com/linkedin/rest.li/compare/v29.57.0...v29.57.1-rc.1
[29.57.0]: https://github.com/linkedin/rest.li/compare/v29.56.1...v29.57.0
[29.56.1]: https://github.com/linkedin/rest.li/compare/v29.56.0...v29.56.1
[29.56.0]: https://github.com/linkedin/rest.li/compare/v29.55.0...v29.56.0
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ project.ext.externalDependency = [
"classgraph": "io.github.classgraph:classgraph:4.8.149",

// for integrating with xDS service discovery
'grpcNettyShaded': 'io.grpc:grpc-netty-shaded:1.45.1',
'grpcProtobuf': 'io.grpc:grpc-protobuf:1.45.1',
'grpcStub': 'io.grpc:grpc-stub:1.45.1',
'protoc': 'com.google.protobuf:protoc:3.21.7',
'protobufJava': 'com.google.protobuf:protobuf-java:3.21.7',
'protobufJavaUtil': 'com.google.protobuf:protobuf-java-util:3.21.7',
'grpcNettyShaded': 'io.grpc:grpc-netty-shaded:1.59.1',
'grpcProtobuf': 'io.grpc:grpc-protobuf:1.59.1',
'grpcStub': 'io.grpc:grpc-stub:1.59.1',
'protoc': 'com.google.protobuf:protoc:3.24.0',
'protobufJava': 'com.google.protobuf:protobuf-java:3.24.0',
'protobufJavaUtil': 'com.google.protobuf:protobuf-java-util:3.24.0',
'envoyApi': 'io.envoyproxy.controlplane:api:0.1.35',
];

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=29.57.0
version=29.57.1-rc.1
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down

0 comments on commit 8a7ab58

Please sign in to comment.