snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
23 stars 36 forks source link

Release/2.1.0 #382

Closed matus-tomlein closed 6 months ago

matus-tomlein commented 6 months ago

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)