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 google-protobuf from 3.17.3 to 3.19.6 #35

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps google-protobuf from 3.17.3 to 3.19.6.

Release notes

Sourced from google-protobuf's releases.

Protocol Buffers v3.19.6

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

Protocol Buffers v3.19.5

C++

Protocol Buffers v3.19.4

Python

  • Make libprotobuf symbols local on OSX to fix issue #9395 (#9435)

Ruby

  • Fixed a data loss bug that could occur when the number of optional fields in a message is an exact multiple of 32. (#9440).

PHP

  • Fixed a data loss bug that could occur when the number of optional fields in a message is an exact multiple of 32. (#9440).

Protocol Buffers v3.19.3

Python

  • Fix missing Windows wheel for Python 3.10 on PyPI

Protocol Buffers v3.19.2

Java

Protocol Buffers v3.19.1

Bazel

  • Ensure that release archives contain everything needed for Bazel (#9131)
  • Align dependency handling with Bazel best practices (#9165)

JavaScript

  • Fix ReferenceError: window is not defined when getting the global object (#9156)

Ruby

  • Fix memory leak in MessageClass.encode (#9150)

... (truncated)

Commits
  • 5cba162 Updating version.json and repo version numbers to: 19.6
  • 40859fb Updating version.json and repo version numbers to: 19.5
  • 22d0e26 Update protobuf version for 3.19.4 (#9449)
  • aceff71 Fixed data loss bug in Ruby extension.
  • cc7b1b5 Update protobuf version
  • eb94f17 Update protobuf version
  • 0e02f95 Fix Ruby release build by pinning rake-compiler-dock version (#9372)
  • 9227f60 Merge branch '3.18.x' into merge-3.18.x
  • 1fe07f9 Cherry-pick fix from #9311 into 3.18.x (#9320)
  • 7c40b2d Update protobuf version (#9167)
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 8, 2024
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.17.3 to 3.19.6.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.17.3...v3.19.6)

---
updated-dependencies:
- dependency-name: google-protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/google-protobuf-3.19.6 branch from 9883dc7 to 0bfec60 Compare September 8, 2024 14:04
@joshfng joshfng merged commit 63fa201 into main Sep 8, 2024
2 checks passed
@joshfng joshfng deleted the dependabot/bundler/google-protobuf-3.19.6 branch September 8, 2024 14:05
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant