Skip to content

Releases: protostuff/protostuff

1.5.0

08 Sep 21:25
Compare
Choose a tag to compare

Restore compatibility with Java 6.

1.4.4

01 Jun 20:03
Compare
Choose a tag to compare

Fixes

#187: JSON deserialization fails for unknown fields of type array of objects

1.4.3

01 Jun 20:28
Compare
Choose a tag to compare

Fixes

#176, #177: Solve problem with serializing custom Collections - allow registering a schema/delegate for collection classes.

#181, #183: Fix problem with GraphIOUtil and unknown fields.

#174, #178: Fix serialization of null in Enumeration ArrayList

Enhancements

#182: Use flags in IdStrategy for customizing RuntimeSchema behavior in addition to system properties

1.4.2

01 Jun 19:59
Compare
Choose a tag to compare

Enhancements

#175: Add ListAdapter for new java genetated code (protostuff-compiler 2.0.0-alpha19)

1.4.1

01 Jun 19:56
Compare
Choose a tag to compare

Fixes

#173: Add support for private constructors in DefaultIdStrategy

1.4.0

10 Mar 21:06
Compare
Choose a tag to compare

Enhancements

#166: Upgrade Jackson to 2.7.1
#148: JSON serialization of unsigned numbers (uint32, uint64, fixed32, fixed64)
#156: Add field name to Exception message if @Tag is missing on a field in a class hierarchy

Fixes

#167: Fix ByteSting#toString() implementation
#154: XmlIOUtil method fix (args was not used)

1.3.8

20 Nov 08:29
Compare
Choose a tag to compare

Fixes

#149: [core] JSON deserialization fails for unknown message fields

1.3.7

06 Oct 18:25
Compare
Choose a tag to compare

Improvements

#140: [compiler] Package compiler jar with dependencies

1.3.6

06 Aug 20:37
Compare
Choose a tag to compare

Improvements

Fixes

  • #127: [code generator] Fix proto_path warning on Windows.

1.3.5

20 Apr 20:39
Compare
Choose a tag to compare

Fixes

#124: [parser] package should be optional