Skip to content

Protocol Buffers v3.0.2

Compare
Choose a tag to compare
@liujisi liujisi released this 06 Sep 22:54
· 12 commits to 3.0.x since this release

General

  • Various bug fixes.

Objective C

  • Fix for oneofs in proto3 syntax files where fields were set to the zero
    value.
  • Fix for embedded null character in strings.
  • CocoaDocs support

Ruby

  • Fixed memory corruption bug in parsing that could occur under GC pressure.

Javascript

  • jspb.Map is now properly exported to CommonJS modules.

C#

  • Removed legacy_enum_values flag.