Skip to content

Releases: BasketBandit/ddblAPI.java

0.4.8

15 Apr 11:15

Choose a tag to compare

  • Merged OkHttp4 branch into master.
  • Updated OkHttp3 to 4.5.0.

0.4.7-okhttp4

08 Jan 02:53

Choose a tag to compare

  • Updated OkHttp to 4.3.1

0.4.5-okhttp4

15 Sep 18:45

Choose a tag to compare

Identical to master, other than:

  • Updated OkHttp to 4.2.0

0.4.6-okhttp4

02 Oct 18:39

Choose a tag to compare

  • Updated OkHttp to 4.2.1

0.4.4

01 Aug 15:17

Choose a tag to compare

This is a semi-rollback release, since I've moved the OkHttp 4.0.1 version of the wrapper into a separate branch until JDA updates to a newer version. (Using it can cause some issues with classes not being found, feel free to create a PR if you know something that I don't that can fix that.)

Since the last release:

  • Added a new JSON construction class so that hand writing JSON objects is no more.
  • Improved error messages to better understand when things go wrong.
  • Improved overall code quality.

0.4.3

28 May 20:17

Choose a tag to compare

  • Updated request handler to give more feedback for cases where independent systems may have also sent requests.

0.4.2

16 May 18:22

Choose a tag to compare

  • Updated dependencies
  • Guarded okhttp methods to prevent leakage

0.4.1

27 Apr 05:50

Choose a tag to compare

  • Migrated from HttpsUrlConnection to OkHttp

0.4.0

26 Apr 11:07

Choose a tag to compare

  • Refactored DivineDiscordBotList -> DivineAPI
  • Refactored DivineDiscordBotInfo -> DivineBot

0.3.0

25 Apr 05:33

Choose a tag to compare

  • Added .postStats()
  • Added .canPost()