Releases: msgbuf/msgbuf
Releases · msgbuf/msgbuf
1.1.10
What's Changed
- Fix transient inheritance by @haumacher in #7
Full Changelog: msgbuf-api-1.1.9...msgbuf-api-1.1.10
1.1.9
What's Changed
Full Changelog: msgbuf-api-1.1.8...msgbuf-api-1.1.9
msgbuf-api-1.1.8
What's Changed
- Use impl type only when interfaces are used. by @dbusche in #4
- Added listener method "afterChanged". by @dbusche in #5
- Fixed error in shared graph sync due to missing ID.
- No updates for transient objects in shard graph sync.
- Fixed endless reading from StringR.
- Allow to react on change of shared graph.
- Fixed GWT incompatibilities.
- Allow to specify field default values (9561842)
- Fixed code generation for derived fields.
Full Changelog: msgbuf-api-1.1.7...msgbuf-api-1.1.8
1.1.7
1.1.6
What's Changed
Full Changelog: msgbuf-api-1.1.5...msgbuf-api-1.1.6
1.1.5
- Added missing self() method override for @operations(...) annotated data classes.
- Added missing type kind literal for non-abstract root data classes.
1.1.4
Fixed NullPointerException when generating classes with references to external types (not part of the current protocol definition).