Skip to content

Releases: Top-gg-Community/java-sdk

2.1.2

06 Aug 11:59
1ed7b6f
Compare
Choose a tag to compare
  • #14 Maven fixes for jitpack
  • #15 Update download section of readme with up-to-date dependency information

2.1.1

25 Apr 18:26
a3a7508
Compare
Choose a tag to compare

i have reverted the dependency changes, it should work now

2.1.0

24 Apr 21:57
5764d2e
Compare
Choose a tag to compare

This should fix the error you guys are having, if it doesn't please let me know.

v2.0.1

02 Aug 18:52
Compare
Choose a tag to compare
  • Fixes a bug where response bodies were not closed

v2.0.0 - Rewrite

24 Jul 19:48
Compare
Choose a tag to compare

A total rewrite of the library.

Ditching Retrofit
Retrofit makes creating REST libraries very easy. However, you also lose a lot of control. Therefore, the decision was made to drop Retrofit entirely.

Async everything
Every HTTP action in the library is now async. Everything returns a CompletionStage, which makes it fairly easy to provide callbacks and such.

New endpoints
Added support for all the new endpoints (individual vote checking, voting multipliers, etc)