Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Releases: ColyTeam/JDATesting

v0.7.0 | Support for Annotated System

23 Jul 08:44

Choose a tag to compare

What's Changed

  • Support for Annotated System in testMessageReceivedEvent by @klegul in #43

Dependencies:

  • Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #44
  • Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by @dependabot in #45
  • Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by @dependabot in #46
  • Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in #47
  • Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #48
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #49
  • Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #50
  • Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 by @dependabot in #51

Full Changelog: v0.6.0...v0.7.0

v0.6.0 | Support multiple value callback

19 Nov 09:45
730917f

Choose a tag to compare

Support multiple value callback thanks to @zvyap in #39.

v0.5.0 | Self User for JDA

03 Oct 18:58
48316a4

Choose a tag to compare

JDA has now a simple self user and getInviteUrl now works

v0.4.3 | Update JDA

22 Sep 12:09
cdc7626

Choose a tag to compare

This release only updates JDA and other libraries

v0.4.2 | Ephemeral in slash commands

31 Jul 09:28
0e0d0a9

Choose a tag to compare

  • Add ephemeral function
  • Now includes source files

v0.4.1 | Update JDA

30 Jul 22:04
0434dca

Choose a tag to compare

Update JDA to alpha 17

v0.4.0 | Rework and update to JDA 5

04 Jun 16:52
90ad76a

Choose a tag to compare

This releases reworks the whole library by using mockito. It also requires JDA 5 to work.

v0.3.3 | Fix reply defer not working

30 Apr 08:28
527ef62

Choose a tag to compare

A defer replay with .deferReply().queue() on slash command would result in a NullPointerException, this was fixed.

v0.3.2 | Bug fix with embeds in slash command

26 Dec 16:47
f12ffba

Choose a tag to compare

This version fixes a small bug with the slash command where sometimes some embeds were forgotten.

v0.3.1 | Sub commands for slash commands

26 Dec 12:19
3159cff

Choose a tag to compare

  • Slash commands now support sub commands and sub command groups
  • Dependencies were updated