sbt/util-cache/src
eugene yokota ac320c7fd0
[2.x] fix: ByteStream chunked upload/download (#9298)
**Problem**

BatchUpdateBlobsRequest suffers from gRPC's message size limitation.

**Solution**

For larger files, we switch to using the ByteStream API, chunked to 1MB at a time.
2026-06-07 15:17:20 -04:00
..
main [2.x] fix: ByteStream chunked upload/download (#9298) 2026-06-07 15:17:20 -04:00
test/scala [2.x] fix: Report a missing input file clearly instead of an opaque SerializationException (#9271) 2026-05-30 19:29:41 -04:00