protostuff v1.0.0.M7 Release Notes

Release Date: 2011-01-20 // about 13 years ago
    • ➕ add ser/deser support for object graphs (cyclic references/dependencies)
    • 👍 Issue 42: Support for Self Referential Classes
    • 👍 Issue 41: Support for polymorphic ser/deser for protostuff-runtime
    • Issue 40: ArrayIndexOutOfBoundsException when using streaming mulitple large delimited utf8 strings that exceeds the buffer size.
    • ⚡️ update jackson to 1.7.1
    • api for re-using the LinkedBuffer as a read-only buffer
    • ➕ add protostuff-kvp module
    • 0️⃣ Issue 39: The field options (other than default) are ignored by the parser
    • ➕ add support for annotations on proto files (extra metadata for better code generation)
    • 📦 Issue 38: Parser: cannot import more than one .proto file from the same package (patch by avaskys)
    • ➕ add support for java.util.Date in protostuff-runtime