-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update Rust crate prost to 0.13 #983
base: main
Are you sure you want to change the base?
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #983 +/- ##
==========================================
+ Coverage 60.12% 69.13% +9.01%
==========================================
Files 88 125 +37
Lines 12356 16687 +4331
Branches 2010 2798 +788
==========================================
+ Hits 7429 11537 +4108
- Misses 3238 5150 +1912
+ Partials 1689 0 -1689
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a2ee2ec
to
c2e8f4d
Compare
0938e1b
to
6827988
Compare
2ed30d9
to
2db7e37
Compare
39a5df1
to
a61df4a
Compare
a61df4a
to
6966114
Compare
6966114
to
9fcb6e1
Compare
9fcb6e1
to
03faecd
Compare
03faecd
to
1c63acb
Compare
1c63acb
to
2f67177
Compare
359c8bf
to
b683d37
Compare
3024850
to
28a8b1e
Compare
28a8b1e
to
20c5452
Compare
8564d7e
to
958536e
Compare
958536e
to
f0065c5
Compare
This PR contains the following updates:
0.11
->0.13
Release Notes
tokio-rs/prost (prost)
v0.13.3
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.Features
normalized
functions (#1158)Bug Fixes
derived(Copy)
on boxed fields (#1157)Documentation
cargo add
in example (#1149)Styling
Path::display()
when printing a path (#1150)MessageGraph::new()
can't actually fail (#1151)Self
inas_str_name
(#1154)Testing
skip_debug
forprost::Oneof
(#1148)Build
protoc
from same repo as .proto-files (#1136)v0.13.2
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.Features
Bug Fixes
Styling
Testing
parse_date
fuzzing target (#1127)parse_duration
fuzzing target (#1129)Miscellaneous Tasks
cargo test
withoutall-targets
(#1118)Build
proc-macro
in Cargo.toml (#1102)tests
crates (#1101)cmake
(#1137)v0.13.1
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.Bug fixes
v0.13.0
Compare Source
note: this version was yanked in favor of 0.13.1
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.This major update brings new features and fixes:
Breaking changes
derive Copy trait for messages where possible (#950)
prost-build
will automatically derivetrait Copy
for some messages. If you manually implementCopy
you should remove your implementation.Change generated functions signatures to remove type parameters (#1045)
The function signature of
trait Message
is changed to useimpl Buf
instead of a named generic type. If you implementtrait Message
, you should change the function signature.Lightweight error value in TryFrom for enums (#1010)
When a
impl TryFrom<i32>
is generated byprost
derive macros, it will now return the error typeUnknownEnumValue
instead ofDecodeError
. The new error can be used to retreive the integer value that failed to convert.Features
fix: Only touch include file if contents is changed (#1058)
Most generated files are untouched when the contents doesn't change. Use the same mechanism for include file as well.
Dependencies
Documentation
Internal
v0.12.6
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.This patch update fixes a regression:
error_message_protoc_not_found
,protoc_from_env
&protoc_include_from_env
(#1063)v0.12.5
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.This patch update brings new fixes:
Self
after stripping enum type prefix (#998)Documentation
Internal
Syntax
to a separate file (#1029)CodeGenerator::boxed
method (#1019)BytesType and MapType
into acollections
module. (#1030)Config
andModule
into a separate module and files (#1020)taplo
(#1034)v0.12.4
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.This patch update brings new features and fixes:
prost-derive
toderive
(#992)Dependencies
Documentation
Internal
v0.12.3
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.This patch updates brings a few new fixes:
v0.12.2
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.This patch updates brings a few new features and fixes:
v0.12.1
Compare Source
v0.12.0
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.This patch updates brings a few new features and fixes:
syn
to version 2TryFrom<i32>
for enumsAny
andName
impl/traits.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.