Skip to content

Releases: mixpanel/mixpanel-java

1.5.3

09 May 03:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: mixpanel-java-1.5.2...mixpanel-java-1.5.3

1.5.2

22 May 17:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: mixpanel-java-1.5.1...mixpanel-java-1.5.2

1.5.1

22 Jul 22:27
bec2151
Compare
Choose a tag to compare

What's Changed

  • send millisecond precision time with events and update junit & json dependencies by @jaredmixpanel in #37

New Contributors

Full Changelog: mixpanel-java-1.5.0...mixpanel-java-1.5.1

Support for account-level analytics

19 Sep 22:40
Compare
Choose a tag to compare

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

15 Mar 21:55
Compare
Choose a tag to compare
  • 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

05 Sep 16:19
Compare
Choose a tag to compare

Add timeout to server connection. Thanks, @AJLyon !

Release 1.4.1

30 Apr 16:29
Compare
Choose a tag to compare

Fix NPE when empty but non-null modifiers are passed to tracking calls. Thanks, @ceedubs!

Release 1.4.0

25 Apr 19:30
Compare
Choose a tag to compare

Added union, unset, and generic peopleMessage() to the public API

v1.2.1

30 Sep 19:12
Compare
Choose a tag to compare

Includes automatic transcoding of input strings to UTF-8, for clients running on non-UTF-8 platforms.
Thanks, @sternwald !