Skip to content

Releases: buchgr/bazel-remote

v2.3.5

15 Mar 21:04
Compare
Choose a tag to compare

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

23 Feb 19:35
Compare
Choose a tag to compare

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

26 Dec 23:05
Compare
Choose a tag to compare

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

07 Dec 21:43
Compare
Choose a tag to compare

Externally visible changes since v2.3.0:

  • Fixed a segfault when validating malformed ActionResult messages.

v.2.3.0

13 Nov 20:39
Compare
Choose a tag to compare

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

08 Oct 23:29
Compare
Choose a tag to compare

This adds support for compressed inlined data in BatchReadBlobs and BatchUpdateBlobs.

v1.3.3

23 Sep 19:12
Compare
Choose a tag to compare

Externally visible changes since v1.3.2:

  • Fix another goroutine leak in bytestream Write.

v2.1.4

23 Sep 19:25
Compare
Choose a tag to compare

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

09 Sep 20:02
Compare
Choose a tag to compare

This is a bugfix release, which resolves the following issue:

  • .htpasswd authentication not working when using allow_unauthenticated_reads: true (#468)

v2.1.2

06 Sep 22:50
Compare
Choose a tag to compare

Notable changes since v2.1.1:

  • Upgrade minio-go to v7.0.13 for an IMDSv2 fix. (#465)
  • Remove some dead code found by linters.
  • Optimise FindMissingBlobs. (#408)
  • Push both amd64 and arm64 images to dockerhub. (#450)
  • Fix a segfault when unable to create a temporary file. (#451)