Releases: buchgr/bazel-remote
Releases · buchgr/bazel-remote
v2.3.6
Externally visible changes since v2.3.5:
- Update minio-go in the bazel build too (fix release binaries + docker images) (#534)
v2.3.5
Externally visible changes since v2.3.4:
- [grpc] Add basic bytestream QueryWriteStatus support (#528)
- Add a max proxy blob size option (#526)
- Update minio-go - fix for s3 IAM auth delays (#531)
- Improve GetValidatedActionResult() performance by validating action result blobs in parallel (#530)
v2.3.4
Externally visible changes since v2.3.3:
- Validate ActionResults more thoroughly
- Fix http: superfluous response.WriteHeader call logs
- Add gRPC health check service
- Implement unambiguous compressed blobs bytestream upload early return bazelbuild/remote-apis#213
v2.3.3
Externally visible changes since v2.3.1:
- Add new flags: --http_address, --grpc_address, --profile_address with support for unix sockets, and deprecate the corresponding host/port flags.
- Add linux and darwin arm64 release binaries.
- Avoid prometheus counter panic.
v2.3.1
Externally visible changes since v2.3.0:
- Fixed a segfault when validating malformed ActionResult messages.
v.2.3.0
Externally visible changes since v2.2.0:
- Limit the number of concurrent file removals #479
- Count hits/miss metrics for each cache entry kind separately #472
- Return a proper NotImplemented status for QueryWriteStatus #489
- Add support for reading credentials from AWS credentials file (as used by aws-cli) #492
- Add s3.auth_method (breaking change) #492
v2.2.0
This adds support for compressed inlined data in BatchReadBlobs and BatchUpdateBlobs.
v1.3.3
Externally visible changes since v1.3.2:
- Fix another goroutine leak in bytestream Write.
v2.1.4
This is a bugfix release, which resolves the following issue:
- bytestream write can leak goroutines if disk.Put doesn't drain the io.Reader (#473)
v2.1.3
This is a bugfix release, which resolves the following issue:
- .htpasswd authentication not working when using allow_unauthenticated_reads: true (#468)