File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- 2016-05-10 version 3.0.0-beta-3 (C++/Java/Python/Ruby/Nano/Objective-C/C#/JavaScript)
1
+ 2016-05-16 version 3.0.0-beta-3 (C++/Java/Python/Ruby/Nano/Objective-C/C#/JavaScript)
2
2
General
3
3
* Supported Proto3 lite-runtime in C++/Java for mobile platforms.
4
4
* Any type now supports APIs to specify prefixes other than
5
5
type.googleapis.com
6
+ * Removed javanano_use_deprecated_package option; Nano will always has its own
7
+ ".nano" package.
6
8
7
9
C++ (Beta)
8
10
* Improved hash maps.
44
46
range checking.
45
47
- `ByteBuffer`-backed `CodedOutputStream` now writes directly to the
46
48
`ByteBuffer` rather than to an intermediate array.
47
- * Improved the performance for lite-runtime. TODO(dweis)
49
+ * Improved lite-runtime.
50
+ - Lite protos now implement deep equals/hashCode/toString
51
+ - Significantly improved the performance of Builder#mergeFrom() and
52
+ Builder#mergeDelimitedFrom()
48
53
* Various bug fixes and small feature enhancement.
49
54
- Fixed stack overflow when in hashCode() for infinite recursive oneofs.
50
55
- Fixed the lazy field parsing in lite to merge rather than overwrite.
51
56
- TextFormat now supports reporting line/column numbers on errors.
57
+ - Updated to add appropriate @Override for better compiler errors.
52
58
53
59
Python (Beta)
54
60
* Added JSON format for Any, Struct, Value and ListValue
You can’t perform that action at this time.
0 commit comments