Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/java-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.6
Choose a base ref
...
head repository: googleapis/java-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.7
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 21, 2021

  1. chore: release 2.1.7-SNAPSHOT (#568)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c5d70f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. deps: update dependency io.grpc:grpc-bom to v1.41.0 (#569)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [io.grpc:grpc-bom](https://togithub.com/grpc/grpc-java) | `1.40.1` -> `1.41.0` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.41.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.41.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.41.0/compatibility-slim/1.40.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.41.0/confidence-slim/1.40.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.41.0`](https://togithub.com/grpc/grpc-java/releases/v1.41.0)
    
    [Compare Source](https://togithub.com/grpc/grpc-java/compare/v1.40.1...v1.41.0)
    
    ##### API Changes
    
    -   stub: Mark Stub-based MetadataUtils methods deprecated ([#&#8203;8395](https://togithub.com/grpc/grpc-java/issues/8395)). The interceptor-based versions have been stable for a long time and are preferred
    
    ##### Bug Fixes
    
    -   census: Fixed a data race in CensusStatsModule which in rare cases may cause NullPointerException ([#&#8203;8459](https://togithub.com/grpc/grpc-java/issues/8459))
    -   xds: Fixed a bug in SharedCallCounterMap which in rare cases may cause NullPointerException ([#&#8203;8397](https://togithub.com/grpc/grpc-java/issues/8397))
    -   core: `ServerCall.isCancelled()` and `ServerCallStreamObserver.isCancelled()` implementations no longer incorrectly return true at the end of every RPC ([#&#8203;8408](https://togithub.com/grpc/grpc-java/issues/8408))
    -   core: ManagedChannel no longer immediately exits idle mode after an `enterIdle()` call when it has any calls in progress
    -   netty-shaded: Modify the shading operation to transform native-image resources so they correctly reference shaded class names ([#&#8203;7540](https://togithub.com/grpc/grpc-java/issues/7540))
    -   netty-shaded: Rename native-image resources to avoid collisions with Netty’s copy, which were modified starting in 1.39.0
    -   rls: avoid NullPointerException in RLS in certain circumstances when calling `channel.getState(true)` or if a parent load balancer requests a connection ([#&#8203;8379](https://togithub.com/grpc/grpc-java/issues/8379))
    
    ##### New Features
    
    -   xds: xDS-based TLS security (gRFC 29) is now stable
    -   util: Added new classes AdvancedTlsX509TrustManager and AdvancedTlsX509KeyManager, which support reloading keys and trust roots as they change. They also can make custom verification easier by handling the hostname verification. ([#&#8203;8175](https://togithub.com/grpc/grpc-java/issues/8175))
    -   xds: Added `XdsNameResolverProvider.createForTest()` to allow using a different bootstrap configuration in tests ([#&#8203;8358](https://togithub.com/grpc/grpc-java/issues/8358))
    
    ##### Behavior Changes
    
    -   rls: migrated the deprecated server and path fields in RouteLookupRequest to using the new extra_keys field in RLS config
    
    ##### Improvements
    
    -   api: Document that NameResolvers shouldn’t block within their methods ([#&#8203;8398](https://togithub.com/grpc/grpc-java/issues/8398)). The offload executor should be used for blocking operations
    -   stub: Document StreamObserver is an async API, and how it internally may buffer ([#&#8203;8449](https://togithub.com/grpc/grpc-java/issues/8449))
    
    ##### Dependencies
    
    -   Upgraded error_prone_annotations to 2.9.0
    -   cronet: Cronet upgraded to version 92.4515.131
    
    </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, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-core).
    renovate-bot authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    36703e9 View commit details
    Browse the repository at this point in the history
  2. chore: release 2.1.7 (#571)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ### [2.1.7](https://www.github.com/googleapis/java-core/compare/v2.1.6...v2.1.7) (2021-09-23)
    
    
    ### Dependencies
    
    * update dependency io.grpc:grpc-bom to v1.41.0 ([#569](https://www.github.com/googleapis/java-core/issues/569)) ([36703e9](https://www.github.com/googleapis/java-core/commit/36703e9a1f2d97d465a13220027a27f813da14a8))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Sep 23, 2021
    Configuration menu
    Copy the full SHA
    8d6210f View commit details
    Browse the repository at this point in the history
Loading