Skip to content

Releases: botblock/JavaBotBlockAPI

v6.4.1: 1 new Site and Docs page changes

27 Jan 16:58
Compare
Choose a tag to compare
  • Site updated:
  • Exclude CheckUtil from Javadoc
  • Updated Javadoc comments
  • Update main docs page
  • Use GH-Pages action and gh-pages branch

v6.4.0: JavaBotBlockInfo

04 Jan 13:19
Compare
Choose a tag to compare

Added a class called JavaBotBlockInfo which contains static Strings with useful info such as major, minor and patch version and the full version String.

v6.3.4: Improved logging

14 Dec 13:52
Compare
Choose a tag to compare

Site updated:

  • Removed MYTHICALBOTS_XYZ

Improve logging of empty/null Body

v6.3.3: 1 Site removed, Fixes

28 Nov 14:57
Compare
Choose a tag to compare
  • Site updated:
    • Removed HYDROGENBOTS_CLUB
  • Fixed JavaBotBlockAPI always printing warns about failed sites, even if not the case.

v6.3.2: 1 new Site, 1 deprecated, 3 removed

09 Nov 22:50
Compare
Choose a tag to compare

Version 6.3.2

Site updated:

  • Added BOTS_IDLEDEV_ORG
  • Deprecated MYTHICALBOTS_XYZ (Renamed to BOTS_IDLEDEV_ORG)
  • Removed DISCORDBOTS_FUN
  • Removed DISCORDLIST_CO
  • Removed GLENNBOTLIST_XYZ

v6.3.1: Deprecated HYDROGENBOTS_CLUB

05 Nov 22:51
Compare
Choose a tag to compare

Site updated:

  • Deprecated HYDROGENBOTS_CLUB (Redirects to some foreign store

Minor Javadoc corrections

v6.3.0 (Fix)

04 Nov 22:52
Compare
Choose a tag to compare

Minor change to fix Javadoc creation

v6.3.0: Checks for GET and POST support and more!

04 Nov 22:48
280767f
Compare
Choose a tag to compare

➕ Added

  • Site has been changed from an enum to a Class containing static instances to use.
    • Site instances now have HttpMethods for if they support GET and/or POST requests
  • Basic Logging using SLF4J which should allow printing warnings/errors for things like failed sites in POST requests rather than throwing an exception.

✏️ Changed

  • Site updated
  • Dependencies Updated
    • JDA updated to 4.2.0_214
  • DeprecatedSince now uses a major, minor and patch field for the version.
  • RatelimitedException renamed to RateLimitedException.
    • This class also now uses a JSONObject and the RuntimeException's super(String) to set an exception message.
    • getDelay() may now return -1 if the JSON was malformed.
    • getBotId(), getIp() and getRoute() may now return null if the JSON was malformed.

v6.2.2: Added DISFORGE_COM

03 Oct 19:09
Compare
Choose a tag to compare

v6.2.1: Added HYDROGENBOTS_CLUB

03 Oct 18:58
Compare
Choose a tag to compare