Skip to content

Releases: msgbuf/msgbuf

1.1.10

03 Sep 14:53

Choose a tag to compare

What's Changed

Full Changelog: msgbuf-api-1.1.9...msgbuf-api-1.1.10

1.1.9

03 Sep 12:18

Choose a tag to compare

What's Changed

  • Fixed call of DefaultScope#beforeChange() by @dbusche in #6

Full Changelog: msgbuf-api-1.1.8...msgbuf-api-1.1.9

msgbuf-api-1.1.8

06 May 09:58

Choose a tag to compare

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

09 Apr 15:04

Choose a tag to compare

What's Changed

  • Fixed reading of fields in generated classes by @dbusche in #2
  • Added missing override for "set". by @dbusche in #3

Full Changelog: msgbuf-api-1.1.6...msgbuf-api-1.1.7

1.1.6

04 Apr 12:40

Choose a tag to compare

What's Changed

Full Changelog: msgbuf-api-1.1.5...msgbuf-api-1.1.6

1.1.5

14 Apr 18:17

Choose a tag to compare

  • Added missing self() method override for @operations(...) annotated data classes.
  • Added missing type kind literal for non-abstract root data classes.

1.1.4

21 Jan 10:00

Choose a tag to compare

Fixed NullPointerException when generating classes with references to external types (not part of the current protocol definition).