Prepare 4.6.0 release
This commit is contained in:
parent
72e5f39e8d
commit
c77d668709
18
README.md
18
README.md
|
@ -14,6 +14,13 @@
|
|||
|
||||
## Announcements 📣
|
||||
|
||||
#### 2023/12/14 - Version 4.6.0
|
||||
|
||||
[Version 4.6.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.6.0),
|
||||
which contains a few bug fixes for Bazel 7 support. **Note that this is likely to be the last
|
||||
WORKSPACE supporting release of rules_proto_grpc**, as new bzlmod supporting rules are introduced
|
||||
in the next major release
|
||||
|
||||
#### 2023/09/12 - Version 4.5.0
|
||||
|
||||
[Version 4.5.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.5.0),
|
||||
|
@ -21,17 +28,6 @@ which contains a number of version updates, bug fixes and usability improvements
|
|||
Additionally, the Rust rules contain a major change of underlying gRPC and Protobuf library; the
|
||||
rules now use Tonic and Prost respectively
|
||||
|
||||
#### 2023/05/03 - Version 4.4.0
|
||||
|
||||
[Version 4.4.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.4.0),
|
||||
which mainly contains fixes for build edge-cases and wider compatibility
|
||||
|
||||
#### 2022/12/04 - Version 4.3.0
|
||||
|
||||
[Version 4.3.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.3.0),
|
||||
which contains support for more plugins features, fixes for proto paths containing special
|
||||
characters and updates to the core dependencies
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -6,8 +6,28 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
4.6.0
|
||||
-----
|
||||
|
||||
General
|
||||
*******
|
||||
|
||||
- Fixed incompatibility with Bazel 7 for the C, C++ and Objective-C rules.
|
||||
`#298 <https://github.com/rules-proto-grpc/rules_proto_grpc/pull/298>`__
|
||||
|
||||
Rust
|
||||
****
|
||||
|
||||
- **Breaking change**: The ``preserve_proto_field_names`` option is no longer set on the Serde
|
||||
plugin by default, as it cannot then be disabled. If you need this option, set if manually with
|
||||
the ``options`` attr.
|
||||
`#297 <https://github.com/rules-proto-grpc/rules_proto_grpc/pull/297>`__
|
||||
- Disabled Clippy lints in generated code.
|
||||
`#296 <https://github.com/rules-proto-grpc/rules_proto_grpc/pull/296>`__
|
||||
|
||||
|
||||
4.5.0
|
||||
-------
|
||||
-----
|
||||
|
||||
General
|
||||
*******
|
||||
|
|
|
@ -14,6 +14,13 @@
|
|||
|
||||
## Announcements 📣
|
||||
|
||||
#### 2023/12/14 - Version 4.6.0
|
||||
|
||||
[Version 4.6.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.6.0),
|
||||
which contains a few bug fixes for Bazel 7 support. **Note that this is likely to be the last
|
||||
WORKSPACE supporting release of rules_proto_grpc**, as new bzlmod supporting rules are introduced
|
||||
in the next major release
|
||||
|
||||
#### 2023/09/12 - Version 4.5.0
|
||||
|
||||
[Version 4.5.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.5.0),
|
||||
|
@ -21,17 +28,6 @@ which contains a number of version updates, bug fixes and usability improvements
|
|||
Additionally, the Rust rules contain a major change of underlying gRPC and Protobuf library; the
|
||||
rules now use Tonic and Prost respectively
|
||||
|
||||
#### 2023/05/03 - Version 4.4.0
|
||||
|
||||
[Version 4.4.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.4.0),
|
||||
which mainly contains fixes for build edge-cases and wider compatibility
|
||||
|
||||
#### 2022/12/04 - Version 4.3.0
|
||||
|
||||
[Version 4.3.0 has been released](https://github.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.3.0),
|
||||
which contains support for more plugins features, fixes for proto paths containing special
|
||||
characters and updates to the core dependencies
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in New Issue