Skip to content

Version 2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 07:57

This release adds support for using Java 8 DateTime objects in self-describing events and entities. It also adds equality functions to the SelfDescribing and SelfDescribingJson classes, making them easier to compare in unit tests.

Both changes in this release were contributed by @stephen-murby, big thanks for the contributions!

Enhancements
Add support for serializing DateTime in self-describing data (#378)
Add equality functions for SelfDescribing and SelfDescribingJson so that they can be compared in unit tests (#380)