Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@bergsieker bergsieker released this 10 Sep 13:37
· 43 commits to main since this release
e956416

What's Changed

  • ExecutedActionMetadata: Allow adding auxiliary metadata by @EdSchouten in #154
  • Document that Execute() is permitted to run actions more than once by @EdSchouten in #179
  • Fix go bindings generation by @mostynb in #182
  • Add additional optional metadata fields by @illicitonion in #186
  • Add BuildBuddy to README.md by @siggisim in #180
  • Add support for transferring compressed blobs via ByteStream by @mostynb in #168
  • Add bazel-remote to server implementations in README.md by @mostynb in #190
  • Clarify WriteRequest.write_offset spec for compressed blobs by @nodirg in #193
  • Update embedded go bindings. by @rubensf in #194
  • Add support for the Deflate compression algorithm by @EdSchouten in #189
  • update rules_go by @atetubou in #195
  • Tweak go toolchain declaration to appease rules_go. by @rubensf in #196
  • Pluralize repeated field names by @EdSchouten in #205
  • Make it explicit that the timeout may not be in real time by @EdSchouten in #204
  • Advise cache clients not to inline data when uploading ActionResult messages by @mostynb in #208
  • Document that ExecutionStages don't always transition forward by @EdSchouten in #197
  • Add support for inlined compressed data (minimal changes) by @mostynb in #202
  • Require that early-return compressed-blobs bytestream uploads set committed_size -1 by @mostynb in #213
  • Tidy up the semantics of Command.arguments[0] by @EdSchouten in #210

New Contributors

Full Changelog: v2.2.0...v2.3.0