-
Update default size limit of
CodedBufferReaderfrom 67,108,864 bytes to 2,147,483,647 bytes, and default recursion limit from 64 to 100.The new limits are consistent with the Java and C++ implementations. (#1060)
-
Fix
GeneratedMessage.addExtensionreturning non-frozen andGeneratedMessage.getExtensionallowing modifying an extension when the message is frozen before initializing the extension field set. (#1062) -
Fix
GeneratedMessage.getExtensionreturning differently typed lists when the message extension field set is initialized and frozen and initialized but not frozen. (#1062) -
Fix
PbListmethodsaddAll,insertAll,replaceRange,setAll,setRangeiterating theIterableargument twice. (#730, #1070) -
Fix
GeneratedMessage.==throwing a type error when comparingmapfields in some cases. (#1075, #1077)This bug was introduced with protobuf-5.0.0.