We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ed194 commit 9147109Copy full SHA for 9147109
CHANGES.txt
@@ -22,8 +22,10 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
22
on an error path.
23
* Avoid expensive inlined code space for encoding message length for messages
24
>= 128 bytes and instead do a procedure call to a shared out-of-line routine.
25
+ * util::DefaultFieldComparator will be final in a future version of protobuf. Subclasses should inherit from SimpleFieldComparator instead.
26
27
Java:
28
+ * Detect invalid overflow of byteLimit and return InvalidProtocolBufferException as documented.
29
* Exceptions thrown while reading from an InputStream in parseFrom are now
30
included as causes.
31
* Support potentially more efficient proto parsing from RopeByteStrings.
0 commit comments