You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix reading uninitialized map fields changing equality and hash code of messages. (#638)
Fix setting an extension field when there's an unknown field with the same tag. (#639)
Fix sharing backing memory for repeated bytes and optional bytes fields. (#640)
GeneratedMessage.rebuild now generates a warning when the return value is not used. (#631)
Fix hash code of messages with empty unknown field set (#648)
Show field tags with protobuf.omit_field_names, enum value tags with protobuf.omit_enum_names in debug strings (toString methods) (#649)
TimestampMixin.toDateTime now takes an optional named bool argument toLocal (defaults to false) for generating a DateTime in the local time zone (instead of UTC). (#653)
Fix serialization of infinity and nan doubles in JSON serializers (#652)
Fix Dart generation for fields starting with underscore (#651)
Fix proto3 JSON deserialization of fixed32 fields (#655)
Fix uninitialized repeated field values runtime types for frozen messages (#654)
protoc_plugin-20.0.1
Fix proto3 repeated field encoding without the packed option (#345, #635)