|
15 | 15 | </div>
|
16 | 16 |
|
17 | 17 | > [!IMPORTANT]
|
18 |
| -> The `master` branch now contains the Bzlmod-only update of the rules that'll be released in |
| 18 | +> The `master` branch now contains the Bzlmod-only update of the rules released in |
19 | 19 | > version 5.0.0. If you need to see the WORKSPACE based rules used in version 4.x.x, please see
|
20 |
| -> the [`legacy` branch](https://github.com/rules-proto-grpc/rules_proto_grpc/tree/legacy). For |
21 |
| -> tracking the status of language support with the Bzlmod rules, please see |
22 |
| -> [#299](https://github.com/rules-proto-grpc/rules_proto_grpc/issues/299) |
| 20 | +> the [`legacy` branch](https://github.com/rules-proto-grpc/rules_proto_grpc/tree/legacy) |
23 | 21 |
|
24 | 22 | ## Announcements 📣
|
25 | 23 |
|
| 24 | +#### 2024/07/31 - Version 5.0.0 |
| 25 | + |
| 26 | +[Version 5.0.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/5.0.0), |
| 27 | +which rewrites the rules to support Bzlmod only. Moving to Bzlmod provides a huge improvement in the |
| 28 | +stability and maintainability of these rules, as third-party transitive dependency management has |
| 29 | +been handed off to Bazel and new versions of gRPC and Protobuf should hopefully be able to be |
| 30 | +supported more rapidly. |
| 31 | + |
| 32 | +At present not all languages supported by the 4.x.x |
| 33 | +are supported by this release, with support for the remaining languages being tracked |
| 34 | +[here](https://github.com/rules-proto-grpc/rules_proto_grpc/issues/299). For these unsupported |
| 35 | +languages - or for WORKSPACE repos - it is recommended you continue using the 4.x.x releases. |
| 36 | + |
| 37 | +The way you use these rules is largely unchanged, but unfortunately the paths used for load of the |
| 38 | +rules will have changed due to the splitting into language-specific modules. Please see |
| 39 | +[the docs](https://rules-proto-grpc.com/en/latest/) for details of how to migrate your usage to |
| 40 | +these new rules, in particular the |
| 41 | +[release notes](https://rules-proto-grpc.com/en/latest/changelog.html). |
| 42 | + |
26 | 43 | #### 2023/12/14 - Version 4.6.0
|
27 | 44 |
|
28 | 45 | [Version 4.6.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.6.0),
|
|
0 commit comments