Skip to content

Top-level proto3 field presence support

Compare
Choose a tag to compare
@dkunitsk dkunitsk released this 23 Aug 06:25
· 15 commits to master since this release
d186061

Allows callers to specify whether they support proto3 field-precence. See field_presence.md and implementing_proto3_presence.md.

Also implements helper methods such as HasPresence(), InRealOneOf() and others to facilitate usage of field-presence.

Credit to @sarthak40 for the excellent work to get this through.