Releases: BasketBandit/ddblAPI.java
Releases · BasketBandit/ddblAPI.java
0.4.8
0.4.7-okhttp4
- Updated OkHttp to 4.3.1
0.4.5-okhttp4
Identical to master, other than:
- Updated OkHttp to 4.2.0
0.4.6-okhttp4
- Updated OkHttp to 4.2.1
0.4.4
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
- Updated request handler to give more feedback for cases where independent systems may have also sent requests.
0.4.2
- Updated dependencies
- Guarded okhttp methods to prevent leakage
0.4.1
- Migrated from HttpsUrlConnection to OkHttp
0.4.0
- Refactored DivineDiscordBotList -> DivineAPI
- Refactored DivineDiscordBotInfo -> DivineBot
0.3.0
- Added .postStats()
- Added .canPost()