-
Notifications
You must be signed in to change notification settings - Fork 84
Comparing changes
Open a pull request
base repository: googleapis/java-storage
base: v2.26.0
head repository: googleapis/java-storage
compare: v2.26.1
- 7 commits
- 17 files changed
- 4 contributors
Commits on Aug 8, 2023
-
chore(main): release 2.26.1-SNAPSHOT (#2155)
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for a7ac773 - Browse repository at this point
Copy the full SHA a7ac773View commit details
Commits on Aug 10, 2023
-
fix: make use of ImmutableMap.Builder#buildOrThrow graceful (#2159)
`buildOrThrow` was added in guava 31.0, and while we specify a min version >= 31.0, sometimes our library is used in environments that set different guava version (usually due to platform pinned versions). We do not strictly need this method, as it has the same behavior of `ImmutableMap.Builder#build()` but with a more clear name (`ImmutableMap.Builder` never allowed duplicate keys). Manually tested, but creating a separate project that did the following in its maven config: ``` <dependencyManagement> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>24.0-jre</version> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage-bom</artifactId> <version>2.26.1-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.google.cloud</groupId> <artifactId>google-cloud-storage</artifactId> <exclusions> <exclusion> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </exclusion> </exclusions> </dependency> </dependencies> ``` Then issuing any RPC.
Configuration menu - View commit details
-
Copy full SHA for e9746f8 - Browse repository at this point
Copy the full SHA e9746f8View commit details
Commits on Aug 11, 2023
-
fix: update gRPC writeAndClose to only set finish_write on the last m…
…essage (#2163) As of 2.26.0 it would set finish_write on every message emitted by writeAndClose Update ITGapicUnbufferedWritableByteChannelTest to also include checksum values in its requests/responses.
Configuration menu - View commit details
-
Copy full SHA for 95df758 - Browse repository at this point
Copy the full SHA 95df758View commit details
Commits on Aug 14, 2023
-
chore(deps): update dependency com.google.cloud:google-cloud-storage …
…to v2.26.0 (#2156) * chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.26.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8627f7b - Browse repository at this point
Copy the full SHA 8627f7bView commit details -
deps: update dependency org.graalvm.buildtools:native-maven-plugin to…
… v0.9.24 (#2158) * deps: update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.24 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f5682a - Browse repository at this point
Copy the full SHA 4f5682aView commit details -
chore(deps): update dependency com.google.cloud:libraries-bom to v26.…
…22.0 (#2160) * chore(deps): update dependency com.google.cloud:libraries-bom to v26.22.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a35d4ce - Browse repository at this point
Copy the full SHA a35d4ceView commit details -
chore(main): release 2.26.1 (#2161)
* chore(main): release 2.26.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0b4ef7 - Browse repository at this point
Copy the full SHA d0b4ef7View commit details
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.26.0...v2.26.1