Releases: bazelbuild/remote-apis
Releases · bazelbuild/remote-apis
v2.12.0
What's Changed
- README.md: remove goma by @benjaminp in #317
- Update the doc of ExecuteOperationMetadata by @vanja-p in #320
- Fix typo'd references in remote_execution.proto by @jamesreprise in #322
- Update generated code with previous changes by @mostynb in #324
- remote_execution: add routing header to ByteStream by @sluongng in #303
- [remote asset api] Clarify encoding of checksum.sri by @malt3 in #330
- Add max_cas_blob_size_bytes to CacheCapabilities message (continuation) by @axeluhlig in #328
- Add blob split and splice API by @roloffs in #282
- Clean up the split/splice documentation by @mostynb in #337
- Update README.md with Nativelink's commercial status-change by @MarcusSorealheis in #338
- Update siso URL by @ukai in #343
- Add load() directives to keep Bazel 9.0.0rc1 happy by @EdSchouten in #348
- Update CODEOWNERS. by @tjgq in #342
- Rename CacheCapabilities' blob_split_support to split_blob_support and blob_splice_support to splice_blob_support by @mostynb in #340
- Also include @werkt in CODEOWERS. by @tjgq in #350
- Make SpliceBlobRequest.blob_digest mandatory by @tyler-french in #356
- Add GITSHA1 digest function. by @jgalmes2 in #352
- Turn the list of servers implementing REv2 into a nice table by @EdSchouten in #359
- Update
SplitandSplicedocs by @tyler-french in #353 - Update EngFlow REAPI version compatibility in RE service table by @armandomontanez in #362
- feat(SplitBlob/SpliceBlob): add chunking algorithm by @tyler-french in #357
- Fix typos by @tyler-french in #365
- chore: re-generate code and add CI check by @tyler-french in #363
- Bump Bazel to 9.0.0 and update dependencies by @tyler-french in #366
New Contributors
- @benjaminp made their first contribution in #317
- @vanja-p made their first contribution in #320
- @jamesreprise made their first contribution in #322
- @malt3 made their first contribution in #330
- @axeluhlig made their first contribution in #328
- @roloffs made their first contribution in #282
- @MarcusSorealheis made their first contribution in #338
- @tyler-french made their first contribution in #356
- @jgalmes2 made their first contribution in #352
- @armandomontanez made their first contribution in #362
Full Changelog: v2.11.0-rc2...v2.12.0
v20250211-rc1
What's Changed
- README.md: remove goma by @benjaminp in #317
- Update the doc of ExecuteOperationMetadata by @vanja-p in #320
- Fix typo'd references in remote_execution.proto by @jamesreprise in #322
- Update generated code with previous changes by @mostynb in #324
New Contributors
- @benjaminp made their first contribution in #317
- @vanja-p made their first contribution in #320
- @jamesreprise made their first contribution in #322
Full Changelog: v2.11.0-rc2...2025021
v2.11.0
What's Changed
- Regenerate .pb.go by @hunshcn in #299
- Add a .gitattributes file to enable Github search on 'build' by @sluongng in #300
- chore: add Aspect Build to server providers by @CaerusKaru in #302
- Migrate remote-apis to bzlmod, drop legacy support by @philwo in #307
- Bzlmod tidying by @mostynb in #310
- Use the go_grpc_v2 compiler for generating gRPC service bindings by @EdSchouten in #308
- ExecuteActionMetadata requires digest_function by @werkt in #311
- Improve phrasing of digest_function added in #311 by @EdSchouten in #312
New Contributors
- @hunshcn made their first contribution in #299
- @CaerusKaru made their first contribution in #302
- @philwo made their first contribution in #307
Full Changelog: v2.10.0-rc1...v2.11.0-rc2
v2.11.0-rc1
What's Changed
- Regenerate .pb.go by @hunshcn in #299
- Add a .gitattributes file to enable Github search on 'build' by @sluongng in #300
- chore: add Aspect Build to server providers by @CaerusKaru in #302
- Migrate remote-apis to bzlmod, drop legacy support by @philwo in #307
- Bzlmod tidying by @mostynb in #310
- Use the go_grpc_v2 compiler for generating gRPC service bindings by @EdSchouten in #308
- ExecuteActionMetadata requires digest_function by @werkt in #311
New Contributors
- @hunshcn made their first contribution in #299
- @CaerusKaru made their first contribution in #302
- @philwo made their first contribution in #307
Full Changelog: v2.10.0-rc1...v2.11.0-rc1
v2.10.0
What's Changed
Full Changelog: v2.9.0-rc1...v2.10.0-rc1
v2.9.0
What's Changed
- Clarify how Digest.hash is encoded generally. by @tjgq in #285
- Update Turbo Cache name and repo to NativeLink in README. by @blakehatch in #292
- Add readme notes for worker apis by @cpratt34 in #290
- inline hinting for ExecuteRequest by @werkt in #287
New Contributors
- @tjgq made their first contribution in #285
- @blakehatch made their first contribution in #292
- @cpratt34 made their first contribution in #290
Full Changelog: v2.8.0-rc1...v2.9.0-rc1
v2.8.0
What's Changed
- Add value for BLAKE3 hash function by @tylerwilliams in #248
- replace
base 64withbase64by @atetubou in #249 - Clarify that the syntax of
instance_nameis decided by the server by @Yannic in #245 - Mention that predefined properties can be added by filing issues by @EdSchouten in #247
- Add buck2 to the list of clients. by @sluongng in #254
- Add BLAKE3 to Go code by @sluongng in #260
- Add justbuild to the list of clients and servers by @oreiche in #256
- add deprecate annotation by @sluongng in #261
- Document NOT_FOUND Execution error reporting by @werkt in #259
- Document Fix typo by @lgalfaso in #266
- Add Reclient to the list of RE clients by @bozydarsz in #267
- Add Siso and Kajiya to the list of RE clients/servers by @ukai in #270
- Upgrade rules_go, Gazelle, Go SDK, googleapis, com_google_protobuf by @linzhp in #269
- Allow emitting output directories as plain Directory messages by @EdSchouten in #258
New Contributors
- @tylerwilliams made their first contribution in #248
- @oreiche made their first contribution in #256
- @lgalfaso made their first contribution in #266
- @bozydarsz made their first contribution in #267
- @ukai made their first contribution in #270
- @linzhp made their first contribution in #269
Full Changelog: v2.7.0-rc1...v2.8.0-rc1
v2.7.0-rc1
DO NOT USE: This release was ultimately bundled into 2.5.0.
What's Changed
- Support multiple remote execution digest functions by @EdSchouten in #236
Full Changelog: v2.6.0-rc1...v2.7.0-rc1
v2.6.0-rc1
DO NOT USE: This release was ultimately bundled into 2.5.0.
What's Changed
New Contributors
Full Changelog: v2.5.0-rc1...v2.6.0-rc1
v2.5.0-rc3
What's Changed
- Add Turbo Cache as a server implementation by @allada in #231
- Remove RBE Cloud Alpha from the public list of RE implementations. by @bergsieker in #234
- Add value for brotli compression by @Yannic in #241
- platform.md: Add LoongArch ISA name
la64v100by @cheese in #237 - [remote asset api] mention RESOURCE_EXHAUSTED with other error status codes by @mostynb in #239
- Add SHA256TREE: a version of SHA-256 that supports chunking by @EdSchouten in #235
- Embed partial ExecutedActionMetadata in ExecuteOperationMetadata by @roitk in #238
- Support multiple remote execution digest functions by @EdSchouten in #236
New Contributors
- @allada made their first contribution in #231
- @cheese made their first contribution in #237
- @roitk made their first contribution in #238
Full Changelog: v2.4.0-rc1...v2.5.0-rc3