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
24 stars 36 forks source link

Release/0.11.0 #288

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

This version provides finer control over Emitter thread creation, as well as giving names to the threads for easier debugging. We also provide a method for setting the session_id event property.

CHANGELOG

New features: Set Emitter's threads name for easier debugging (#280) Allow Emitter to use a custom ExecutorService (#278) Manually set the session_id (#265) Specify the key for 'null or empty value detected' payload log (#277)

Bug fixes: Remove logging of user supplied values (#286)

Under the hood: Update Deploy action to remove Bintray (#283) Update all copyright notices (#279) Remove Mockito and Wiremock dependencies (#275) Update dependencies guava, wiremock, and httpclient (#269) Update gradle GH Action to include Java 17 (#273) Remove HttpHeaders dependency in OkHttpClientAdapter (#266) Replace Vagrant with Docker (#267)

mscwilson commented 2 years ago

The workflow to automatically merge and close this PR failed, due to problems deploying to Maven Central following the discovery of the log4j security vulnerabilities.