Skip to content

v2.30.0

Compare
Choose a tag to compare
@release-please release-please released this 04 Dec 18:14
0831187

2.30.0 (2023-12-01)

Features

Bug Fixes

  • Fix JSON read handling when socket broken resulting in partial bytes copied (#2303) (d4bfcf0), closes #2301
  • Fix Storage#readAllBytes to allow reading compressed bytes (#2304) (68b96a9)
  • Update implementation of readAllBytes and downloadTo to be more robust to retryable errors (#2305) (21821da)

Dependencies

  • Update actions/github-script action to v7 (#2300) (062df62)
  • Update actions/setup-java action to v4 (#2315) (5791470)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20231117-2.0.0 (#2320) (b5a34d8)
  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.20.0 (#2316) (49cdc20)
  • Update dependency net.jqwik:jqwik to v1.8.2 (#2312) (70d1d1c)
  • Update dependency org.junit.vintage:junit-vintage-engine to v5.10.1 (#2292) (7471a7c)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.40.0 (#2306) (29f4ea6)
  • Update junit-platform.version to v5.10.1 (#2293) (6e36cc4)

Documentation

  • Add @TransportCompatibility to StorageBatch (#2276) (d3b7bb3)