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

Bump prost from 0.9.0 to 0.13.0 #2629

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps prost from 0.9.0 to 0.13.0.

Release notes

Sourced from prost's releases.

prost-build-v0.11.1

  • Removes extra spaces in doc generation

prost-types-v0.11.1

  • Removes extra spaces in doc comments
Changelog

Sourced from prost's changelog.

PROST version 0.13.0

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

This major update brings new features and fixes:

Breaking changes

  • derive Copy trait for messages where possible (#950)

    prost-build will automatically derive trait Copy for some messages. If you manually implement Copy you should remove your implementation.

  • Change generated functions signatures to remove type parameters (#1045)

    The function signature of trait Message is changed to use impl Buf instead of a named generic type. If you implement trait Message, you should change the function signature.

  • Lightweight error value in TryFrom for enums (#1010)

    When a impl TryFrom<i32> is generated by prost derive macros, it will now return the error type UnknownEnumValue instead of DecodeError. 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

  • update env_logger requirement from 0.10 to 0.11 (#1074)
  • update criterion requirement from 0.4 to 0.5 (#1071)
  • Remove unused libz-sys (#1077)
  • build(deps): update itertools requirement from >=0.10, =0.10, <=0.13 (#1070)

Documentation

  • better checking of tag duplicates, avoid discarding invalid variant errs (#951)
  • docs: Fix broken link warnings (#1056)
  • Add missing LICENSE symlink (#1086)

Internal

  • workspace package metadata (#1036)
  • fix: Build error due to merge conflict (#1068)
  • build: Fix release scripts (#1055)
  • chore: Add ci to check MSRV (#1057)
  • ci: Add all tests pass job (#1069)
  • ci: Add Dependabot (#957)
  • ci: Ensure both README are the same and prost version is correct (#1078)
  • ci: Set rust version of clippy job to a fixed version (#1090)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested review from darach and Licenser as code owners July 9, 2024 04:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 9, 2024
@dependabot dependabot bot requested a review from mfelsche as a code owner July 9, 2024 04:46
@tremor-bot tremor-bot enabled auto-merge (rebase) July 9, 2024 04:46
@dependabot dependabot bot force-pushed the dependabot/cargo/prost-0.13.0 branch from 2bab7a5 to f8ba31f Compare July 9, 2024 04:57
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.97%. Comparing base (02a4d75) to head (e30b90a).

❗ There is a different number of reports uploaded between BASE (02a4d75) and HEAD (e30b90a). Click for more details.

HEAD has 8 uploads less than BASE
Flag BASE (02a4d75) HEAD (e30b90a)
tremorconnectorsaws 1 0
unittests 17 13
tremorconnectorsgcp 1 0
tremorconnectorsotel 1 0
tremorconnectors 1 0
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2629      +/-   ##
==========================================
- Coverage   91.27%   83.97%   -7.30%     
==========================================
  Files         309      305       -4     
  Lines       60870    54792    -6078     
==========================================
- Hits        55559    46014    -9545     
- Misses       5311     8778    +3467     
Flag Coverage Δ
e2e-command 11.12% <ø> (ø)
e2e-integration 51.81% <ø> (+<0.01%) ⬆️
e2e-unit 12.32% <ø> (ø)
e2etests 54.10% <ø> (+<0.01%) ⬆️
tremorapi 14.23% <ø> (ø)
tremorcodec 62.94% <ø> (ø)
tremorcommon 63.04% <ø> (ø)
tremorconnectors ?
tremorconnectorsaws ?
tremorconnectorsazure 4.95% <ø> (ø)
tremorconnectorsgcp ?
tremorconnectorsobjectstorage 0.06% <ø> (ø)
tremorconnectorsotel ?
tremorconnectorstesthelpers 60.56% <ø> (ø)
tremorinflux 87.72% <ø> (ø)
tremorinterceptor 54.33% <ø> (ø)
tremorpipeline 31.10% <ø> (ø)
tremorruntime 46.48% <ø> (+<0.01%) ⬆️
tremorscript 54.29% <ø> (ø)
tremorsystem 5.74% <ø> (ø)
tremorvalue 70.13% <ø> (-0.04%) ⬇️
unittests 70.36% <ø> (-17.91%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 72 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 02a4d75...e30b90a. Read the comment docs.

Bumps [prost](https://github.com/tokio-rs/prost) from 0.9.0 to 0.13.0.
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.9.0...v0.13.0)

---
updated-dependencies:
- dependency-name: prost
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/prost-0.13.0 branch from f8ba31f to e30b90a Compare July 9, 2024 05:38
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2024

Superseded by #2633.

@dependabot dependabot bot closed this Jul 10, 2024
auto-merge was automatically disabled July 10, 2024 04:32

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/prost-0.13.0 branch July 10, 2024 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant