Skip to content

Bump protobuf-java from 3.15.6 to 3.15.7

Bumps protobuf-java from 3.15.6 to 3.15.7.

Release notes

Sourced from protobuf-java's releases.

Protocol Buffers v3.15.7

C++

  • Remove the ::pb namespace (alias) (#8423)

Ruby

  • Fix unbounded memory growth for Ruby <2.7 (#8429)
  • Fixed message equality in cases where the message type is different (#8434)
Commits
  • 878be35 Update protobuf version
  • c00c2d4 Updated CHANGES.txt and package.xml with changes for 3.15.7
  • 240e54e Remove references to stale benchmark data sources.
  • f3f8707 Merge pull request #8434 from haberman/ruby-message-eq
  • 38e1b59 Elided the TYPE() and msgdef checks by using CLASS_OF.
  • d69f482 Fixed message equality in cases where the message type is different.
  • a38319b Merge pull request #8429 from haberman/ruby-gc-secondarymap
  • 2fe27d8 Addressed PR comments and fixed a bug.
  • e1ac393 Added some more comments and refactored slightly.
  • f0d6fcb Wrap secondary map mutations in a mutex, to avoid mutation races.
  • Additional commits viewable in compare view

Merge request reports