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 protobuf from 3.15.8 to 3.17.1 #758

Merged
merged 1 commit into from
Jun 2, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 25, 2021

Bumps protobuf from 3.15.8 to 3.17.1.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v3.17.1

PHP

  • Fixed PHP memory leaks and arginfo errors. (#8614)
  • Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.

Ruby

  • Fixed memory bug: properly root repeated/map field when assigning. (#8639)
  • Fixed JSON parser to allow multiple values from the same oneof as long as all but one are null.

Protocol Buffers v3.17.0

Protocol Compiler

  • Fix the generated source information for reserved values in Enums.

C++

  • Fix -Wunused-parameter in map fields (fixes #8494) (#8500)
  • Use byteswap.h when building against musl libc (#8503)
  • Fix -Wundefined-inline error when using SharedCtor() or SharedDtor() (#8532)
  • Fix bug where Descriptor::DebugString() printed proto3 synthetic oneofs.
  • Provide stable versions of SortAndUnique().
  • Make sure to cache proto3 optional message fields when they are cleared.
  • Expose UnsafeArena methods to Reflection.
  • Use std::string::empty() rather than std::string::size() > 0.

Kotlin

  • Introduce support for Kotlin protos (#8272)
  • Restrict extension setter and getter operators to non-nullable T.

Java

  • updating GSON and Guava to more recent versions (#8524)
  • Reduce the time spent evaluating isExtensionNumber by storing the extension ranges in a TreeMap for faster queries. This is particularly relevant for protos which define a large number of extension ranges, for example when each tag is defined as an extension.
  • Fix java bytecode estimation logic for optional fields.
  • Optimize Descriptor.isExtensionNumber.

Python

  • Add MethodDescriptor.CopyToProto() (#8327)
  • Remove unused python_protobuf.{cc,h} (#8513)
  • Start publishing python aarch64 manylinux wheels normally (#8530)
  • Fix constness issue detected by MSVC standard conforming mode (#8568)
  • Make JSON parsing match C++ and Java when multiple fields from the same oneof are present and all but one is null.

Ruby

  • Add support for proto3 json_name in compiler and field definitions (#8356)
  • Fixed memory leak of Ruby arena objects. (#8461)
  • Fix source gem compilation (#8471)
  • Fix various exceptions in Ruby on 64-bit Windows (#8563)
  • Fix crash when calculating Message hash values on 64-bit Windows (#8565)

... (truncated)

Commits
  • 367e469 Fixed memory bug: properly root repeated/map field when assigning. (#8639)
  • 52784ce Update protobuf version (#8633)
  • 0b87475 Php & Ruby Cherry Picks for 3.17.1 (#8632)
  • 65abb64 Fixed syntax errors in bswap_64 (#8613)
  • 652d99a Update protobuf version (#8606)
  • ca29550 Make the dist_install test use Java 8 (#8609)
  • 0aabf89 Remove some redundant language prefixes from the changelog for 3.17
  • 5a9367a Update tests.sh to skip the Kotlin tests on Oracle 7
  • a4866d3 Updated .gitignore to include Kotlin directories
  • ca7f54a Fix -Wunused-parameter in java_names.h (#8601)
  • 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 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)

@fredfalcon fredfalcon temporarily deployed to bugheist-dependabot-pip-wrrnc7 May 25, 2021 05:15 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/protobuf-3.17.1 branch from 5cb4a91 to 6c93837 Compare June 2, 2021 03:06
@fredfalcon fredfalcon merged commit 3f6f52d into master Jun 2, 2021
@fredfalcon fredfalcon deleted the dependabot/pip/protobuf-3.17.1 branch June 2, 2021 17:23
DonnieBLT pushed a commit that referenced this pull request Aug 12, 2023
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.15.8 to 3.17.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.15.8...v3.17.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant