We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3010de commit e7dbad4Copy full SHA for e7dbad4
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## [0.11.13]
4
+- Improved performance for field lookup which is used by JSON deserialization. (#1468)
5
+- use SAM conversion (#1444)
6
+- ScalaPB is now tested with upsteam protobuf conformance tests and multiple
7
+ conformance issues have been fixed. See `conformance/*.txt` for a list of some remaining
8
+ failing tests, some due to unimplemented feature such as `group` fields.
9
+ By large, ScalaPB is highly compliant with the official protobuf implementation, however
10
+ there are some minor differences that are not expected to occur in practice
11
+ for users.
12
+
13
## [0.11.12]
14
- Lens now extends Serializable.
15
- Bump up to protobuf-java 3.19.6
0 commit comments