Releases: mixpanel/mixpanel-java
Releases · mixpanel/mixpanel-java
1.5.3
What's Changed
- Bump org.json:json from 20230227 to 20231013 by @dependabot in #43
Full Changelog: mixpanel-java-1.5.2...mixpanel-java-1.5.3
1.5.2
What's Changed
- Bump json from 20220320 to 20230227 by @dependabot in #40
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: mixpanel-java-1.5.1...mixpanel-java-1.5.2
1.5.1
What's Changed
- send millisecond precision time with events and update junit & json dependencies by @jaredmixpanel in #37
New Contributors
- @jaredmixpanel made their first contribution in #37
Full Changelog: mixpanel-java-1.5.0...mixpanel-java-1.5.1
Support for account-level analytics
New Features
- Set, add, and remove groups the user belongs to.
- Track events with specific groups
- Support for group-level profiles—set, update, and remove properties on account/group objects in Mixpanel
v1.4.4
- TLS connection to Mixpanel. New endpoint:
https://mixpanel.com
. - Set socket timeout connection to 10 seconds.
- Decreased read timeout connection to 2 seconds.
mixpanel-java-1.4.3
Add timeout to server connection. Thanks, @AJLyon !
Release 1.4.1
Fix NPE when empty but non-null modifiers are passed to tracking calls. Thanks, @ceedubs!
Release 1.4.0
Added union, unset, and generic peopleMessage() to the public API
v1.2.1
Includes automatic transcoding of input strings to UTF-8, for clients running on non-UTF-8 platforms.
Thanks, @sternwald !