package:protobuf v6.0.0
-
New
GeneratedMessageextension methodstoTextFormatandwriteTextFormatadded to convert the message into the official protocol buffers text format. (#1080, #125) -
Add well-known proto types as libraries. This change is required for protoc_plugin-25.0.0. (#1081)
-
Breaking: Hide
PbListandPbMapconstructors. It is not possible to construct these values correctly in user code, so the constructors are now private. Existing uses ofPbListcan be replaced byListandPbMapcan be replaced byMap.For immutable lists and maps, you can use
built_value. (#1072) -
Map fields now check key and value validity when adding elements. (#1065, )