Skip to content

Releases: DiscordAnalytics/java-package

V0.0.4

23 Feb 09:32
Compare
Choose a tag to compare

Discord Analytics Java is now compatible and updated for the new version of the API

Full Changelog: v0.0.3...v0.0.4

V0.0.4-beta.1

17 Feb 15:34
Compare
Choose a tag to compare
V0.0.4-beta.1 Pre-release
Pre-release

Discord4J is now fully compatible with the new API system
Removed the option to choose what to track

Warning: This is a beta version of the package only working with the beta version of the website

Full Changelog: v0.0.3...v0.0.4-beta.1

V0.0.3

23 Sep 16:42
Compare
Choose a tag to compare

Updated the library to support the new API system,
Javacord and JDA are fully compatible
D4J is not fully compatible (Only command interactions are compatible)

Full Changelog: v0.0.1...v0.0.3

V0.0.2

19 Apr 12:03
Compare
Choose a tag to compare

Big update and optimizations, removal of useless functions and imports

Update your pom.xml

<dependency>
  <groupId>xyz.discordanalytics</groupId>
  <artifactId>discord-analytics</artifactId>
  <version>0.0.2</version>
</dependency>