-
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.53.1
head repository: googleapis/java-storage
compare: v2.53.2
- 13 commits
- 42 files changed
- 7 contributors
Commits on Jun 18, 2025
-
chore(main): release 2.53.2-SNAPSHOT (#3155)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a407c78 - Browse repository at this point
Copy the full SHA a407c78View commit details -
samples(storagecontrol): add AnywhereCache samples (#3123)
* storage_control_create_anywhere_cache * storage_control_disable_anywhere_cache * storage_control_get_anywhere_cache * storage_control_list_anywhere_cache * storage_control_pause_anywhere_cache * storage_control_resume_anywhere_cache * storage_control_update_anywhere_cache
Configuration menu - View commit details
-
Copy full SHA for 0c10a6d - Browse repository at this point
Copy the full SHA 0c10a6dView commit details
Commits on Jun 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b3a9501 - Browse repository at this point
Copy the full SHA b3a9501View commit details
Commits on Jun 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d5b4baa - Browse repository at this point
Copy the full SHA d5b4baaView commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 41a1030 - Browse repository at this point
Copy the full SHA 41a1030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a4aa0d - Browse repository at this point
Copy the full SHA 9a4aa0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22a131 - Browse repository at this point
Copy the full SHA c22a131View commit details -
chore: add fast crc32c concat implementation (#3148)
This new implementation provides a constant time computation regardless of the length of B, rather than the previous implementation which took linear time relative to the length of B. #### Benchmark summary CPU: AMD Ryzen Threadripper PRO 3945WX 12-Cores OS: Debian Testing ``` # JMH version: 1.37 # VM version: JDK 11.0.17, OpenJDK 64-Bit Server VM, 11.0.17+8 # VM invoker: /home/benwhitehead/opt/java/jdk-11.0.17+8/bin/java # VM options: -Xms1g -Xmx1g -XX:+AlwaysPreTouch # Blackhole mode: full + dont-inline hint (auto-detected, use -Djmh.blackhole.autoDetect=false to disable) # Warmup: 4 iterations, 30 s each # Measurement: 8 iterations, 30 s each # Timeout: 10 min per iteration # Threads: 1 thread, will synchronize iterations # Benchmark mode: Sampling time ``` ``` Benchmark (objectSize) Mode Cnt Score Error Units Crc32cBenchmark.concatCrc32c 131072 sample 9243752 0.074 ± 0.001 us/op Crc32cBenchmark.concatCrc32c 262144 sample 9015106 0.078 ± 0.001 us/op Crc32cBenchmark.concatCrc32c 524288 sample 9010257 0.074 ± 0.001 us/op Crc32cBenchmark.concatCrc32c 1048576 sample 9165519 0.074 ± 0.001 us/op Crc32cBenchmark.concatCrc32c 2097152 sample 8993038 0.075 ± 0.001 us/op Crc32cBenchmark.crc32cCombineGoogle 131072 sample 2070639 115.806 ± 0.018 us/op Crc32cBenchmark.crc32cCombineGoogle 262144 sample 1029209 233.019 ± 0.045 us/op Crc32cBenchmark.crc32cCombineGoogle 524288 sample 516517 464.360 ± 0.106 us/op Crc32cBenchmark.crc32cCombineGoogle 1048576 sample 262118 915.067 ± 0.354 us/op Crc32cBenchmark.crc32cCombineGoogle 2097152 sample 131385 1825.685 ± 0.834 us/op ```
Configuration menu - View commit details
-
Copy full SHA for b956eb9 - Browse repository at this point
Copy the full SHA b956eb9View commit details
Commits on Jun 25, 2025
-
chore: Update generation configuration at Wed Jun 25 15:48:09 UTC 2025 (
#3169) * chore: Update generation configuration at Wed Jun 25 15:48:09 UTC 2025 * chore: generate libraries at Wed Jun 25 15:48:39 UTC 2025 * chore(deps(storagecontrol)): add com.google.api:gax-httpjson test(deps): add com.google.api:gax:testlib test(deps): add com.google.api:gax-httpjson:testlib * test(deps): add com.google.http-client:google-http-client * chore: revert unintended downgrade, fix in #3170 --------- Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33ad28d - Browse repository at this point
Copy the full SHA 33ad28dView commit details -
chore: manage hermetic_library_generation action version via Hermetic…
… Build only (#3170) The fix googleapis/sdk-platform-java#3800 was meant for GraalVM image versions. The regression in #3169, however, affects the hermetic_library_generation GH action instead, which is not in the sdk-platform-java template, but java-storage does not consume the renovate.json template as per its owlbot.py.
Configuration menu - View commit details
-
Copy full SHA for 626499d - Browse repository at this point
Copy the full SHA 626499dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6b7cb - Browse repository at this point
Copy the full SHA aa6b7cbView commit details -
fix: fix Journaling BlobWriteSessionConfig to properly handle multipl…
…e consecutive retries (#3166) * Clear copy buffer used to load bytes from the recovery file so, we don't have dangling bytes from a previous retry * Do not add to the cumulative crc32c when retrying. The bytes have already been added in the first attempt.
Configuration menu - View commit details
-
Copy full SHA for 895bfbd - Browse repository at this point
Copy the full SHA 895bfbdView commit details
Commits on Jun 26, 2025
-
chore(main): release 2.53.2 (#3163)
* chore(main): release 2.53.2 * chore: generate libraries at Wed Jun 25 22:14:47 UTC 2025 --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Configuration menu - View commit details
-
Copy full SHA for f456cc0 - Browse repository at this point
Copy the full SHA f456cc0View 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.53.1...v2.53.2