Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare 0.11 release #692

Merged
merged 1 commit into from Jul 29, 2022
Merged

Conversation

LucioFranco
Copy link
Member

PROST! is a Protocol Buffers implementation for the
Rust Language. prost generates simple, idiomatic Rust code from proto2 and
proto3 files.

Relase 0.11 brings a few breaking changes and changes to how prost
sources protoc.

  • prost-build now requires protoc to be available in the path or set
    via the PROTOC env var.
  • prost-types now contains new Timestamp/Duration FromStr implementations.
  • MSRV bump to 1.56 and all crates have been moved to edition 2021

Notible changes that are not breaking:

  • prost-build now has a cleanup-markdown feature for cleaining up
    code blocks from protobuf files so that they work under rustdoc tests.
  • prost-build now generates as_str_name for message types.

 _PROST!_ is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the
[Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and
`proto3` files.

Relase 0.11 brings a few breaking changes and changes to how prost
sources protoc.

- `prost-build` now requires `protoc` to be available in the path or set
  via the `PROTOC` env var.
- `prost-types` now contains new `Timestamp`/`Duration` `FromStr` implementations.
- MSRV bump to `1.56` and all crates have been moved to edition 2021

Notible changes that are not breaking:

- `prost-build` now has a `cleanup-markdown` feature for cleaining up
  code blocks from protobuf files so that they work under rustdoc tests.
- `prost-build` now generates `as_str_name` for message types.
@LucioFranco LucioFranco merged commit 4459a1e into master Jul 29, 2022
@LucioFranco LucioFranco deleted the lucio/prepare-0.11-release branch July 29, 2022 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant