Snowplow Java Tracker 2.1.0 released

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)

Upgrading

Java tracker version 2.1.0 is available on Maven Central.
The project’s source code can be found here.

2 Likes