Skip to content

v5.2.3: Lots of removals

Compare
Choose a tag to compare
@Andre601 Andre601 released this 03 Jul 11:30
· 349 commits to master since this release
  • Site updated:
    • Deprecated VULTREX_IO (Planned removal: 5.2.5)
    • Added DISCORDBOTS_CO (Replacement of vultrex.io)
  • Removed deprecated Constructors:
    • GetBotAction()
    • GetBotAction(boolean)
    • GetListAction()
    • GetListAction(boolean)
    • PostAction()
    • BotBlockAPI(Map<String, String>)
  • Removed deprecated fields:
    • GetListAction.ApiField#API_ALL
    • GetListAction.ApiField#API_DOCS
    • GetListAction.ApiField#API_GET
    • GetListAction.ApiField#API_POST
    • GetListAction.ApiField#API_FIELD
    • GetListAction.ApiField#API_SHARD_ID
    • GetListAction.ApiField#API_SHARD_COUNT
    • GetListAction.ApiField#API_SHARDS
  • Fixed issue with new ApiField having wrong names.

Installation

Gradle

repositories{
    jcenter()
}

dependencies{
    compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.2.3'
}

###Maven

<dependencies>
  <dependency>
    <groupId>org.botblock</groupId>
    <artifactId>JavaBotBlockAPI</artifactId>
    <version>5.2.3</version>
  </dependency>
</dependencies>