Skip to content

Protocol Buffers v23.3

Compare
Choose a tag to compare
@ericsalo ericsalo released this 14 Jun 19:22
· 6049 commits to main since this release

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

C++

  • Regenerate stale files (#13046) (58b6ddb)
  • Use the same ABI for static and shared libraries on non-Windows platforms (#12983) (efa1ec7)

Objective-C

UPB (Python/PHP/Ruby C-Extension)

  • Fixed a bug in upb_Map_Delete() that caused crashes in map.delete(k) for Ruby when string-keyed maps were in use. (protocolbuffers/upb@2de798e)