protostuff v1.0.0.M6 Release Notes

Release Date: 2010-10-28 // over 13 years ago
    • ๐Ÿ‘ Backward-forward compatibility support for runtime schemas via append-only fields in the pojo. To add new fields, append the field in the declaration. To remove existing fields, annotate with @Deprecated.
    • ๐Ÿ“œ Issue 37: The proto parser doesn't parse extensions without ranges
    • ๐Ÿ”€ Issue 36: Incorrect deserialization when ProtobufIOUtil merges from InputStream
    • Issue 35: Native methods for repeated fields (patch by nordlig.ulv)
    • Issue 34: Allow schema generated from protostuff-runtime to write enums by their name