Skip to content

Protocol Buffers v3.17.1

Compare
Choose a tag to compare
@acozzette acozzette released this 24 May 17:24
· 153 commits to 3.17.x since this release
367e469

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.