Skip to content

Releases: botblock/JavaBotBlockAPI

v5.1.3: Updated Dependencies

21 Jan 12:18
Compare
Choose a tag to compare

Updated JDA from 4.1.0_99 to 4.1.0_100

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

v5.1.2: Updated BotBlockAPI

20 Jan 16:57
Compare
Choose a tag to compare

It is now checked if the provided Map in the BotBlockAPI constructor is empty and throws an IllegalArgumentException when this is the case.
The updateDelay Integer is now also @NotNull

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

v5.1.1: Readded GLENNBOTLIST_XYZ

20 Jan 09:53
Compare
Choose a tag to compare

This update readds GLENNBOTLIST_XYZ to the Site-enum since they now allow posting Guild counts to their site.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

v5.1.0: Removed GetAction

16 Jan 14:16
Compare
Choose a tag to compare

GetAction was now removed!
If you used it, switch to either GetBotAction or GetListAction depending on what you used.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

5.0.5: 2nd attempt on adding zip-files

15 Jan 17:11
Compare
Choose a tag to compare

If everything works well should this release contain a zip with the generated jar-files in it.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

5.0.4: Adding zip to releases

15 Jan 17:07
Compare
Choose a tag to compare

If everything works well should this release contain a zip with the generated jar-files in it.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

debugging

15 Jan 16:52
Compare
Choose a tag to compare

this is to debug

v5.0.2: Change DeprecatedSince annotation

15 Jan 10:35
Compare
Choose a tag to compare

Minor changes to the @DeprecatedSince annotation.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

v5.0.1: getFilteredList renamed

14 Jan 14:47
Compare
Choose a tag to compare

Renamed getFilteredList(String) to getFilteredLists(String) since you don't get just a single bot list.

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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

v5.0.0: Splitting up

13 Jan 15:12
98aa352
Compare
Choose a tag to compare
  • Deprecated GetAction
    • It is now split up into GetBotAction and GetListAction
  • Many new methods for /api/lists endpoint.
    • getApiField(String, Site|String, ApiField)
    • getBotWidgetUrl(String, Site|String)
    • getDescription(String, Site|String)
    • getDiscordInvite(String, Site|String)
    • getFeatures(String, Site|String)
    • getFilteredList(String)
    • getIcon(String, Site|String)
    • getId(String, Site|String)
    • getLanguage(String, Site|String)
    • getList(String, Site|String)
    • getLists(String)
    • getName(String, Site|String)
    • getOwners(String, Site|String)
    • getTimeAdded(String, Site|String)
    • getUrl(String, Site|String)
    • isDefunct(String, Site|String)
    • isDiscordOnly(String, Site|String)

Installation

Gradle

Use this in your build.gradle

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

Maven

Use this in your pom.xml

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