Skip to content

4.5.0

Compare
Choose a tag to compare
@aaliddell aaliddell released this 12 Sep 12:01
· 330 commits to master since this release

General

  • Updated grpc to 1.54.1
  • Updated rules_proto to 5.3.0-21.7
  • Fixed passing extra options to the grpc-gateway plugin. #258
  • Removed header files from runfiles of cpp_grpc_library. #262
  • Added a path conversion from snake_case to dashed-case. #274
  • Fixed missing env var in documentation. #279

C++

  • Added support for NO_PREFIX output mode. #276

C#/F#

  • Updated gRPC to 2.53.0

Go

  • Updated rules_go to 0.39.1

Python

  • Added support for passing data attr to Python library rules. #257

Ruby

  • Updated rules_ruby to latest

Rust

  • Major change: Replaced Rust protobuf and gRPC libraries with Prost and Tonic respectively. See the Rust rules documentation for examples of how this change can be adopted. #265