protostuff v1.6.1 Release Notes

Release Date: 2019-10-04 // over 4 years ago
    • ➕ Added tests for io.protostuff.ProtobufOutput #263
    • 🛠 Fix immutable collection or map fields deserialization issue. #260
    • RuntimeEnv.ALLOW_NULL_ARRAY_ELEMENT is invalid for IdStrategy#ARRAY_STRING_SCHEMA #253
    • ✅ test: test writeVarInt32 with large Integer #250
    • 🐎 avoid use Array.get/set (JNI) to boost the performance #246
    • ✅ Use a CharSequence as a source for read/writeString #216
    • Re-use a ByteBuffer to read bytes from Input #215
    • 🛠 Fix JSON deserialization of "Infinite", "-Infinite" and "NaN" #220
    • assert the returned value of writeList #212
    • ➕ Add feature to reset CodedInput object in order to avoid a new allocation for each mergeFrom #211
    • ➕ add protostuff-msgpack module #208
    • Prioritize registered pojos over maps/collections #201
    • Speedup repeated/collection fields #199
    • 🚀 [maven-release-plugin] prepare for next development iteration d33c699
    • https://github.com/protostuff/protostuff/issues/251 4a6b0d2