File tree 3 files changed +35
-23
lines changed
3 files changed +35
-23
lines changed Original file line number Diff line number Diff line change 14
14
15
15
## Announcements 📣
16
16
17
+ #### 2023/12/14 - Version 4.6.0
18
+
19
+ [ Version 4.6.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.6.0 ) ,
20
+ which contains a few bug fixes for Bazel 7 support. ** Note that this is likely to be the last
21
+ WORKSPACE supporting release of rules_proto_grpc** , as new bzlmod supporting rules are introduced
22
+ in the next major release
23
+
17
24
#### 2023/09/12 - Version 4.5.0
18
25
19
26
[ Version 4.5.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.5.0 ) ,
20
27
which contains a number of version updates, bug fixes and usability improvements over 4.4.0.
21
28
Additionally, the Rust rules contain a major change of underlying gRPC and Protobuf library; the
22
29
rules now use Tonic and Prost respectively
23
30
24
- #### 2023/05/03 - Version 4.4.0
25
-
26
- [ Version 4.4.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.4.0 ) ,
27
- which mainly contains fixes for build edge-cases and wider compatibility
28
-
29
- #### 2022/12/04 - Version 4.3.0
30
-
31
- [ Version 4.3.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.3.0 ) ,
32
- which contains support for more plugins features, fixes for proto paths containing special
33
- characters and updates to the core dependencies
34
-
35
31
36
32
## Usage
37
33
Original file line number Diff line number Diff line change 6
6
Changelog
7
7
=========
8
8
9
+ 4.6.0
10
+ -----
11
+
12
+ General
13
+ *******
14
+
15
+ - Fixed incompatibility with Bazel 7 for the C, C++ and Objective-C rules.
16
+ `#298 <https://github.com/rules-proto-grpc/rules_proto_grpc/pull/298 >`__
17
+
18
+ Rust
19
+ ****
20
+
21
+ - **Breaking change **: The ``preserve_proto_field_names `` option is no longer set on the Serde
22
+ plugin by default, as it cannot then be disabled. If you need this option, set if manually with
23
+ the ``options `` attr.
24
+ `#297 <https://github.com/rules-proto-grpc/rules_proto_grpc/pull/297 >`__
25
+ - Disabled Clippy lints in generated code.
26
+ `#296 <https://github.com/rules-proto-grpc/rules_proto_grpc/pull/296 >`__
27
+
28
+
9
29
4.5.0
10
- -------
30
+ -----
11
31
12
32
General
13
33
*******
Original file line number Diff line number Diff line change 14
14
15
15
## Announcements 📣
16
16
17
+ #### 2023/12/14 - Version 4.6.0
18
+
19
+ [ Version 4.6.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.6.0 ) ,
20
+ which contains a few bug fixes for Bazel 7 support. ** Note that this is likely to be the last
21
+ WORKSPACE supporting release of rules_proto_grpc** , as new bzlmod supporting rules are introduced
22
+ in the next major release
23
+
17
24
#### 2023/09/12 - Version 4.5.0
18
25
19
26
[ Version 4.5.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.5.0 ) ,
20
27
which contains a number of version updates, bug fixes and usability improvements over 4.4.0.
21
28
Additionally, the Rust rules contain a major change of underlying gRPC and Protobuf library; the
22
29
rules now use Tonic and Prost respectively
23
30
24
- #### 2023/05/03 - Version 4.4.0
25
-
26
- [ Version 4.4.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.4.0 ) ,
27
- which mainly contains fixes for build edge-cases and wider compatibility
28
-
29
- #### 2022/12/04 - Version 4.3.0
30
-
31
- [ Version 4.3.0 has been released] ( https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.3.0 ) ,
32
- which contains support for more plugins features, fixes for proto paths containing special
33
- characters and updates to the core dependencies
34
-
35
31
36
32
## Usage
37
33
You can’t perform that action at this time.
0 commit comments