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

Update Protocol Buffers (patch) #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.protobuf 0.8.18 -> 0.8.19 age adoption passing confidence
com.google.protobuf:protoc (source) 3.20.1 -> 3.20.3 age adoption passing confidence
com.google.protobuf:protobuf-java-util (source) 3.20.1 -> 3.20.3 age adoption passing confidence
com.google.protobuf:protobuf-java (source) 3.20.1 -> 3.20.3 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

protocolbuffers/protobuf (com.google.protobuf:protoc)

v3.20.3: Protocol Buffers v3.20.3

Java

  • Refactoring java full runtime to reuse sub-message builders and prepare to
    migrate parsing logic from parse constructor to builder.
  • Move proto wireformat parsing functionality from the private "parsing
    constructor" to the Builder class.
  • Change the Lite runtime to prefer merging from the wireformat into mutable
    messages rather than building up a new immutable object before merging. This
    way results in fewer allocations and copy operations.
  • Make message-type extensions merge from wire-format instead of building up
    instances and merging afterwards. This has much better performance.
  • Fix TextFormat parser to build up recurring (but supposedly not repeated)
    sub-messages directly from text rather than building a new sub-message and
    merging the fully formed message into the existing field.
  • This release addresses a Security Advisory for Java users

v3.20.2: Protocol Buffers v3.20.2

C++


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies An update to project dependencies label Feb 1, 2023
@renovate renovate bot requested a review from rpatel-figure as a code owner February 1, 2023 21:11
@github-actions
Copy link

github-actions bot commented Feb 1, 2023

Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit a190b28.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch 3 times, most recently from 07324b0 to c04df78 Compare February 9, 2023 16:29
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch 2 times, most recently from 4756dc1 to 747ed34 Compare February 16, 2023 23:42
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch 2 times, most recently from 9fb7698 to 0595945 Compare March 4, 2023 01:55
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (903dc3c) 79.54% compared to head (8f94148) 79.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #59   +/-   ##
=======================================
  Coverage   79.54%   79.54%           
=======================================
  Files          19       19           
  Lines         709      709           
  Branches      170      170           
=======================================
  Hits          564      564           
  Misses         70       70           
  Partials       75       75           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from 0595945 to 566f2d9 Compare March 9, 2023 23:13
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from 566f2d9 to 4220505 Compare April 19, 2023 18:50
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) May 8, 2023
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from 4220505 to 36efdab Compare May 12, 2023 23:14
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from 36efdab to 8f94148 Compare May 31, 2023 00:40
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) May 31, 2023
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from 8f94148 to 8990300 Compare May 31, 2023 13:43
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) May 31, 2023
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from 8990300 to 2beb7be Compare May 31, 2023 13:50
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) May 31, 2023
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from 2beb7be to ad15623 Compare May 31, 2023 15:45
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) May 31, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) May 31, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) May 31, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 1, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 1, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 1, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 1, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 1, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 2, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 2, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 2, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 2, 2023
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from ad15623 to cf5dd6f Compare June 2, 2023 20:50
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 3, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 3, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 3, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 3, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 3, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 4, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 4, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 4, 2023
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Jun 4, 2023
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Jun 4, 2023
@renovate renovate bot force-pushed the renovate/patch-protocol-buffers branch from cf5dd6f to a190b28 Compare August 11, 2023 19:31
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Feb 1, 2024
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Feb 2, 2024
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Feb 2, 2024
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Feb 2, 2024
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Feb 2, 2024
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Feb 3, 2024
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Feb 3, 2024
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Feb 4, 2024
@renovate renovate bot changed the title Update Protocol Buffers (patch) Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Feb 4, 2024
@renovate renovate bot changed the title Update Protocol Buffers from 3.20.1 to 3.20.3 (patch) Update Protocol Buffers (patch) Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies An update to project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant