Skip to content

Commit

Permalink
Update grpc version to 1.59.1 and protobuf to 3.24.0 (#1008)
Browse files Browse the repository at this point in the history
* Update grpc version to 1.59.1 and protobuf to 3.24.0

* remove rc version

* bump version

* update changelog
  • Loading branch information
aman1309 authored Jun 27, 2024
1 parent bba13f9 commit 0d3b91c
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.2] - 2024-06-17
- Update grpc version to 1.59.1 and protobuf to 3.24.0

## [29.57.1] - 2024-06-24
- Cancel xds stream ready timeout when the stream is closed. Correct xds connection status metric.

Expand Down Expand Up @@ -5704,7 +5707,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.1...master
[Unreleased]: https://github.com/linkedin/rest.li/compare/v29.57.2...master
[29.57.2]: https://github.com/linkedin/rest.li/compare/v29.57.1...v29.57.2
[29.57.1]: https://github.com/linkedin/rest.li/compare/v29.57.0...v29.57.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
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.1
version=29.57.2
group=com.linkedin.pegasus
org.gradle.configureondemand=true
org.gradle.parallel=true
Expand Down

0 comments on commit 0d3b91c

Please sign in to comment.