This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Releases: Timmi6790/DiscordBotFramework
Releases · Timmi6790/DiscordBotFramework
4.0.1
4.0.0
What's Changed
- Bump jdbi3-core from 3.20.1 to 3.21.0 by @dependabot in #341
- Bump micrometer-registry-prometheus from 1.7.1 to 1.7.2 by @dependabot in #340
- Bump unirest-java from 3.11.11 to 3.11.12 by @dependabot in #339
- JD5 & Slash Commands by @Timmi6790 in #636
- Bump JDA from 5.0.0-alpha.17 to 5.0.0-alpha.18 by @dependabot in #637
- Bump flyway-core from 8.1.0 to 9.2.0 by @dependabot in #635
- Bump postgresql from 42.3.1 to 42.5.0 by @dependabot in #634
- Bump maven-pmd-plugin from 3.14.0 to 3.18.0 by @dependabot in #633
- Bump unirest-java from 3.13.4 to 3.13.11 by @dependabot in #632
- Bump sentry from 5.4.3 to 6.4.0 by @dependabot in #631
- Bump micrometer-registry-prometheus from 1.8.0 to 1.9.3 by @dependabot in #622
- Bump DBL-Java-Library from 2.0.1 to 2.1.2 by @dependabot in #621
- Bump maven-site-plugin from 3.9.1 to 3.12.1 by @dependabot in #620
- Bump gson from 2.8.9 to 2.9.1 by @dependabot in #616
- Bump jdbi3-core from 3.24.1 to 3.32.0 by @dependabot in #611
- Bump spotbugs-maven-plugin from 4.3.0 to 4.7.1.1 by @dependabot in #610
- Bump spotbugs-annotations from 4.5.0 to 4.7.1 by @dependabot in #597
- Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7 by @dependabot in #588
- Bump assertj-core from 3.21.0 to 3.23.1 by @dependabot in #583
- Bump caffeine from 3.0.4 to 3.1.1 by @dependabot in #580
- Bump jackson-databind from 2.13.0 to 2.13.3 by @dependabot in #572
- Bump lombok from 1.18.22 to 1.18.24 by @dependabot in #560
- Bump jacoco-maven-plugin from 0.8.7 to 0.8.8 by @dependabot in #550
- Bump jib-maven-plugin from 3.1.4 to 3.2.1 by @dependabot in #546
- Bump awaitility from 4.1.1 to 4.2.0 by @dependabot in #529
- Bump guava from 31.0.1-jre to 31.1-jre by @dependabot in #526
- Bump maven-jar-plugin from 3.2.0 to 3.2.2 by @dependabot in #501
- Bump HikariCP from 5.0.0 to 5.0.1 by @dependabot in #498
- Bump reflections from 0.9.12 to 0.10.2 by @dependabot in #431
Full Changelog: 3.2...4.0.0
3.2
3.0.9
3.0.8
3.0.6
- Added new module initialize state
- Changed DiscordBot into a singelton
- Added guava dependency
- Added more basic tests for utilities
- Optimized the performance of UtilitiesData:getSimilarityList
- Removed Module from internal module names
- Removed own message received event
- Added all jda events to the EventModule
- Events can now be canceled
- Optimized EventModule code
- Replaced Command module message listener splitter with guava splitter
- Added a simple feedback module