|
6 | 6 | Changelog
|
7 | 7 | =========
|
8 | 8 |
|
| 9 | +5.1.0 |
| 10 | +----- |
| 11 | + |
| 12 | +Changes |
| 13 | +******* |
| 14 | + |
| 15 | +- Added support for Bazel 8 and dropped Bazel 6 support |
| 16 | +- Replaced deprecated ``rules_proto`` with ``protobuf`` |
| 17 | +- Added support for providing extra plugins to rules at runtime using the ``extra_plugins`` attribute |
| 18 | +- Fixed version skew between grpc-gateway protoc plugin and runtime |
| 19 | +- Added optional generation of ``.pyi`` files for Python |
| 20 | +- Switched Objective-C sources to use ``non_arc_srcs`` |
| 21 | +- Dropped C language support, as the μpb API is considered unstable and the C plugin is no longer |
| 22 | + publicly visible from the ``protobuf`` workspace |
| 23 | +- Removed usage of ``ctx.resolve_tools`` that is deprecated |
| 24 | +- Added Python 3.13 to supported list |
| 25 | +- Replaced custom grpclib plugin with ``py_console_script_binary`` |
| 26 | + |
| 27 | + |
| 28 | +Version Updates |
| 29 | +*************** |
| 30 | + |
| 31 | +- Updated Bazel ``apple_support`` to 1.22.0 |
| 32 | +- Updated Bazel ``buildifier_prebuilt`` to 8.0.3 |
| 33 | +- Updated Bazel ``gazelle`` to 0.43.0 |
| 34 | +- Updated Bazel ``grpc`` to 1.72.0 |
| 35 | +- Updated Bazel ``protobuf`` to 30.2 |
| 36 | +- Updated Bazel ``rules_cc`` to 0.1.1 |
| 37 | +- Updated Bazel ``rules_go`` to 0.54.0 |
| 38 | +- Updated Bazel ``rules_java`` to 8.11.0 |
| 39 | +- Updated Bazel ``rules_python`` to 1.4.1 |
| 40 | +- Updated Bazel ``rules_shell`` to 0.4.1 |
| 41 | +- Updated Bazel ``toolchains_protoc`` to 0.4.1 |
| 42 | +- Updated Buf to 1.54.0 |
| 43 | +- Updated Go ``google.golang.org/protobuf`` to v1.36.0 |
| 44 | +- Updated Go ``google.golang.org/grpc`` to v1.72.1 |
| 45 | +- Updated ``grpc-gateway`` to 2.26.3 |
| 46 | +- Updated Java ``com.google.protobuf:protobuf-java`` to 4.30.2 |
| 47 | +- Updated Java ``io.grpc:grpc-api`` to 1.72.0 |
| 48 | +- Updated Python ``grpcio`` to 1.71.0 |
| 49 | +- Updated Python ``grpclib`` to 0.4.8 |
| 50 | +- Updated Python ``protobuf`` to 6.30.2 |
| 51 | + |
| 52 | + |
9 | 53 | 5.0.1
|
10 | 54 | -----
|
11 | 55 |
|
|
0 commit comments