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.4.0
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.5.0
Choose a head ref
  • 6 commits
  • 11 files changed
  • 4 contributors

Commits on Jan 28, 2022

  1. chore(main): release 2.4.1-SNAPSHOT (#697)

    🤖 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 Jan 28, 2022
    Configuration menu
    Copy the full SHA
    233f4ae View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. feat: add limit support to ReadChannel (#688)

    Add new methods to ReadChannel to allow limiting of the channel independent of any chunk sizes or buffers.
    
    ###### Motivation
    GCS supports range reads of objects, ReadChannel currently has `seek` to allow settings the begin offset, but doesn't provide limit to allow setting the end offset. The only alternative is to provide manually sized ByteBuffer(s) to read into that would have to track size externally.
    
    This new feature allows the Channel itself to absorb the burden and prevent reading more bytes than necessary from GCS.
    BenWhitehead authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    476109e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. deps: update dependency com.google.api:gax-bom to v2.12.0 (#698)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.api:gax-bom](https://togithub.com/googleapis/gax-java) | `2.11.0` -> `2.12.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.12.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.12.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.12.0/compatibility-slim/2.11.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.api:gax-bom/2.12.0/confidence-slim/2.11.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/gax-java</summary>
    
    ### [`v2.12.0`](https://togithub.com/googleapis/gax-java/blob/HEAD/CHANGELOG.md#&#8203;2120-httpsgithubcomgoogleapisgax-javacomparev2110v2120-2022-01-28)
    
    [Compare Source](https://togithub.com/googleapis/gax-java/compare/v2.11.0...v2.12.0)
    
    ##### Features
    
    -   add REST interceptors infrastructure ([#&#8203;1607](https://togithub.com/googleapis/gax-java/issues/1607)) ([0572eed](https://togithub.com/googleapis/gax-java/commit/0572eed8aa29879c74794b22e8ae79e414dd5821))
    
    </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/dashboard#github/googleapis/java-core).
    renovate-bot authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c10aab8 View commit details
    Browse the repository at this point in the history
  2. deps: update dependency com.google.protobuf:protobuf-bom to v3.19.4 (#…

    …699)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.19.3` -> `3.19.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.19.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.19.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.19.4/compatibility-slim/3.19.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-bom/3.19.4/confidence-slim/3.19.3)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>protocolbuffers/protobuf</summary>
    
    ### [`v3.19.4`](https://togithub.com/protocolbuffers/protobuf/releases/v3.19.4)
    
    [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.19.3...v3.19.4)
    
    ### Python
    
    -   Make libprotobuf symbols local on OSX to fix issue [#&#8203;9395](https://togithub.com/protocolbuffers/protobuf/issues/9395) ([#&#8203;9435](https://togithub.com/protocolbuffers/protobuf/issues/9435))
    
    ### Ruby
    
    -   Fixed a data loss bug that could occur when the number of `optional` fields in a message is an exact multiple of 32. ([#&#8203;9440](https://togithub.com/protocolbuffers/protobuf/issues/9440)).
    
    ### PHP
    
    -   Fixed a data loss bug that could occur when the number of `optional` fields in a message is an exact multiple of 32. ([#&#8203;9440](https://togithub.com/protocolbuffers/protobuf/issues/9440)).
    
    </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/dashboard#github/googleapis/java-core).
    renovate-bot authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    5d163f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24146a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. chore(main): release 2.5.0 (#700)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [2.5.0](v2.4.0...v2.5.0) (2022-02-02)
    
    
    ### Features
    
    * add limit support to ReadChannel ([#688](#688)) ([476109e](476109e))
    
    
    ### Bug Fixes
    
    * **java:** Initialize AsyncSSLPrivateKeyMethod (a grpc netty class) at run-time ([#702](#702)) ([24146a3](24146a3))
    
    
    ### Dependencies
    
    * update dependency com.google.api:gax-bom to v2.12.0 ([#698](#698)) ([c10aab8](c10aab8))
    * update dependency com.google.protobuf:protobuf-bom to v3.19.4 ([#699](#699)) ([5d163f5](5d163f5))
    
    ---
    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 Feb 3, 2022
    Configuration menu
    Copy the full SHA
    8cffa1f View commit details
    Browse the repository at this point in the history
Loading