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.0.0 #377

Closed matus-tomlein closed 7 months ago

matus-tomlein commented 8 months ago

This release adds method chaining to Subject, enables using the tracker without an okhttp dependency, and updates the tracker dependencies.

Enhancements Add builder methods Subject to allow method chaining (#303) Add okhttp adapter with cookie jar and remove cookie jar from network configuration (#361)

Under the hood Remove deprecated APIs (#373) Update to Apache Http Client to v5 (#364) Upgrade okhttp dependency to version 4.12 (#365) Bump slf4j-simple and slf4j-api to 2.0.11 Bump junit-jupiter-api to 5.10.1 Bump jackson-databind to 2.16.1 Bump commons-net to 3.10 Bump commons-codec to 1.16 Update copyright headers in source files (#375)