prost

PROST! a Protocol Buffers implementation for the Rust Language

APACHE-2.0 License

Downloads
378.7M
Stars
3.5K
Committers
146

Bot releases are hidden (Show)

prost - v0.12.4 Latest Release

Published by LucioFranco 7 months ago

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

This patch update brings new features and fixes:

  • Bump MSRV to 1.70 (minimum supported Rust version)
  • Rename cargo feature prost-derive to derive (#992)
  • Add @generated comment on top of generated files (#935)
  • Optimize implementation of prost::Name when generated by prost-build (#956)

Dependencies

  • build(deps): Allow itertools 0.12 (#948)
  • build(deps): Allow heck 0.5 (#1012)
  • build(deps): Allow multimap 0.10 (#1013)

Documentation

  • Improve protoc not found error message (#937)
  • build: Add development container config (#949)
  • docs: Fixed README typos (#952 / #967 / #970)

Internal

  • chore: Fix minimal versions (#920)
  • fix: fq_message_name should begin with one dot (#981)
  • improve encode_varint performance by bounding its loop (#940)
  • style: Remove duplicate function call (#989)
  • test: Improve test decode_varint_slow (#977)
  • chore: Add dep: prefix to feature dependencies (#919)
  • Minor clippy lint fixes. (#1006)
  • chore: Use taiki-e/install-action to setup cargo-machete (#909)
  • chore: Remove which dependency. (#962)
  • chore: Update to actions/checkout@v4 (#910)
prost - v0.12.3

Published by LucioFranco 11 months ago

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

This patch updates brings a few new fixes:

prost - v0.12.2

Published by LucioFranco 11 months ago

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

This patch updates brings a few new features and fixes:

prost - v0.12.0

Published by LucioFranco about 1 year ago

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

This patch updates brings a few new features and fixes:

  • Bump syn to version 2
  • Bump MSRV to 1.64
  • Added TryFrom<i32> for enums
  • Optional debug implementations
  • Initial generic Any and Name impl/traits.
prost - v0.11.9

Published by LucioFranco over 1 year ago

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

This patch updates brings a few new features and fixes:

  • build: Support boxing fields via Config::boxed (#802)
prost - v0.11.8

Published by neoeinstein over 1 year ago

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

This patch updates brings a few new features and fixes:

  • types: Fix unintentional change in compiler module visibility #824

prost-types 0.11.7 was yanked due to the above unintentional semver breakage.

prost - v0.11.6

Published by LucioFranco almost 2 years ago

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

This patch updates brings a few new features and fixes:

prost - v0.11.5

Published by LucioFranco almost 2 years ago

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

This patch updates brings a few new features and fixes:

prost - v0.11.4

Published by LucioFranco almost 2 years ago

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

This patch updates brings a few new features and fixes:

  • build: Add clippy allow lint to all code generated prost structs
prost - v0.11.3

Published by LucioFranco almost 2 years ago

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

This patch updates brings a few new features and fixes:

  • build: Use log to print error logs.
  • build: Remove accidentally included prints.
  • build: Improve debian error message hint.
prost - v0.11.2

Published by LucioFranco almost 2 years ago

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

This patch updates brings a few new features and fixes:

  • build: Improve protoc sourcing instructions in error messages.
  • build: Add Clone to Service types.
  • build: Sort modules to produce deterministic include files.
  • core: Tuple struct support.
  • build: Allow generated code derive path's to be changed.
  • build: Allow changing prost crate path.
  • build: Add code formatting support.
prost - prost-types-v0.11.1

Published by LucioFranco about 2 years ago

  • Removes extra spaces in doc comments
prost - prost-build-v0.11.1

Published by LucioFranco about 2 years ago

  • Removes extra spaces in doc generation
prost - v0.11.0

Published by LucioFranco about 2 years ago

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 - v0.10.4

Published by LucioFranco over 2 years ago

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

Small fix for compiling protoc from source to speed up compile times.

prost - v0.10.3

Published by LucioFranco over 2 years ago

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

This release reverts #605 and contains some typo fixes.

(this release is actually the v0.10.2 release but prost-build had to be yanked because of a local publish issue)

prost - v0.10.2

Published by LucioFranco over 2 years ago

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

This release reverts #605 and contains some typo fixes.

(this release was yanked due to missing third-party source, v0.10.3 is now the active release for this)

prost - v0.10.1

Published by LucioFranco over 2 years ago

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

This minor release brings no new code changes but symlinks license files in all the crates.

prost - v0.10.0

Published by LucioFranco over 2 years ago

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

Release 0.10 brings a few new ....

  • protoc is no longer bundled but is now compiled from bundled source
  • Minor performance improvements
  • Methods exposed to allow third party protobuf generation libraries
prost - v0.9.0

Published by LucioFranco about 3 years ago

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

Release 0.9.0 brings in many helpful changes and fixes, here are a few highlights:

  • Apple silicon support
  • Improve encode/decode varint performance
  • Support no package declaration
  • Support single include files
  • Fix multiple attribute support