Skip to content

Releases: botblock/JavaBotBlockAPI

v5.1.3: Updated Dependencies

Choose a tag to compare

@Andre601 Andre601 released this 21 Jan 12:18

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

Choose a tag to compare

@Andre601 Andre601 released this 20 Jan 16:57

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

Choose a tag to compare

@Andre601 Andre601 released this 20 Jan 09:53

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

Choose a tag to compare

@Andre601 Andre601 released this 16 Jan 14:16

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

Choose a tag to compare

@Andre601 Andre601 released this 15 Jan 17:11

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

Choose a tag to compare

@Andre601 Andre601 released this 15 Jan 17:07

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

Choose a tag to compare

@Andre601 Andre601 released this 15 Jan 16:52

this is to debug

v5.0.2: Change DeprecatedSince annotation

Choose a tag to compare

@Andre601 Andre601 released this 15 Jan 10:35

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

Choose a tag to compare

@Andre601 Andre601 released this 14 Jan 14:47

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

Choose a tag to compare

@Andre601 Andre601 released this 13 Jan 15:12
98aa352
  • 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>