Protocol Buffers v23.3
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)