Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

deps: update gRPC #2024

Merged
merged 3 commits into from
Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased


## 0.26.0 - 2020-04
- gRPC metrics collection now requires the
[`io.grpc:grpc-census`](https://github.com/grpc/grpc-java/releases/tag/v1.27.0)
artifact in addition to this module.

## 0.25.0 - 2020-02-12
- Add an experimental artifact `opencensus-contrib-observability-ready-util`, that allows users to
use OpenCensus easily.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ subprojects {
findBugsAnnotationsVersion = '3.0.1'
findBugsJsr305Version = '3.0.2'
errorProneVersion = '2.3.2'
grpcVersion = '1.25.0'
grpcVersion = '1.27.2'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgrading to grpcVersion will break grpc metrics collection using opencensus unless grpc-census package is included. See this release-note.

Please update the change.log for the dependency change and link to grpc release-note in the change.log.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

guavaVersion = '28.2-android'
googleAuthVersion = '0.20.0'
googleCloudBetaVersion = '0.100.0-beta'
Expand Down