Snowplow Java Tracker 0.9.0 released

We are pleased to announce a new release of the Snowplow Java Tracker 0.9.0.

0.9.0 brings some important updates including bumping OkHttp to OkHttp3 and improving support for a number of Snowplow event timestamps. We’ve also made improvements to the logging within the tracker.

0.9.0 is available on Snowplow’s Bintray.
You can find an updated Setup Guide here

We’ve also moved to publishing our releases on Bintray (https://bintray.com/snowplow/snowplow-maven/ or jcenter), so you will need to update the repository in your build configuration to get the latest releases. See the Setup Guide for more information.

Change Log

New features

Bump OkHttp to OkHttp3 version 4 (#175)
Add STM to outbound events (#169)
Add support for attaching true timestamp to events (#178) (Thanks to Gaël Renoux for the contribution!)

Bug fixes

Update all non-static Loggers to static (#213)
Fix events sent by example simple-console (#221)
Alter logging for invalid keys only when adding to TrackerPayload (#186)
Fix Peru version so vagrant up succeeds (#216)
Fix Javadoc generation warnings (#219)

1 Like