Releases: googleapis/java-storage
Releases · googleapis/java-storage
v2.25.0
2.25.0 (2023-07-24)
Features
- BlobWriteChannelV2 - same throughput less GC (#2110) (1b52a10)
- Update Storage.createFrom(BlobInfo, Path) to have 150% higher throughput (#2059) (4c2f44e)
Bug Fixes
- Update BlobWriteChannelV2 to properly carry forward offset after incremental flush (#2125) (c099a2f)
- Update GrpcStorageImpl.createFrom(BlobInfo, Path) to use RewindableContent (#2112) (c805051)
Documentation
Dependencies
- test: Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.37.0 (#2130) (9e8b6d3)
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.1 (#2129) (a7e854e)
- Update dependency org.junit.vintage:junit-vintage-engine to v5.10.0 (#2132) (f5477e4)
- Update junit-platform.version to v5.10.0 (#2133) (3d22686)
v2.24.0
2.24.0 (2023-07-11)
Features
- Add validation around bytes received vs bytes expected (#2078) (45d142a)
- Initial Preview of Transfer Manager #2105 (8b17574)
Bug Fixes
- Update grpc upload logic to follow hashing behavior of json (#2107) (ed05232)
- Update UploadCallable to use createFrom to avoid NPE trying to resolve resulting object (#2086) (6769a2b)
Documentation
- Javadocs for remainder of Transfer Manager (#2097) (0362e80)
- Javadocs for TransferManager interface and ParallelUploadConfig (#2094) (63d8ed3)
- samples: Add storage_grpc_quickstart samples (#2041) (5f916fb)
Dependencies
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.12.0 (#2088) (18adb5a)
- Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.13.0 (#2106) (734dee0)
- Update dependency io.grpc:grpc-bom to v1.56.1 (#2101) (3102941)
- Update dependency net.jqwik:jqwik to v1.7.4 (#2103) (c681ccf)
- Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.36.0 (#2080) (ba5c11a)
v2.22.6
v2.22.5
v2.23.0
v2.22.4
v2.22.3
v2.22.2
v2.22.1
v2.22.0
2.22.0 (2023-04-12)
Features
- Add matchGlob parameter to BlobListOption (#1965) (93be97a)
- Handle generation numbers in BlobId#{to,from}GsUtilUri (#1929) (0a033b3)
- Implement GrpcStorageImpl#{get,list,create,delete}Notification (#1958) (830052b)
- Make it possible to disable the buffer of ReadChannels returned from Storage.reader (#1974) (702ab2b)
Bug Fixes
Documentation
- Update spec for WriteObjectRequest.object_size to clarify that it applies to both one-shot and resumable writes (#1976) (7354e19)