protostuff v1.1.0 Release Notes

Release Date: 2014-10-06 // over 9 years ago
    • NOTE: The 1.1.x versions will be not be wire-compatible with the ff:
      • protostuff-runtime-1.0.x
      • protostuff-xml-1.0.x
    • ⚡️ Issue 161: Optimize ProtobufOutput for small nested messages (max size of 127)
    • 👍 Issue 157: ConcurrentLinkedDeque support
    • 👍 Issue 156: Support for newing object instances on Android 4.3+ devices
      • thanks to eedzjee
    • Issue 153: YamlOutput bug on repeated message fields
    • ⚡️ Issue 151: optimize xml format
    • Issue 141: protostuff ser/der can not keep order of elements in an array which contain null value
      • thanks to lzh0379
    • Issue 119: Reflection-based array operations are rather expensive