Releases: discord-jar/discord.jar
Releases · discord-jar/discord.jar
Beta v1.2
What's Changed
- feat(audio): discord.jar voice sending support by @seailz in #227
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.1.3 to 3.1.4 by @dependabot in #230
- feat(gateway): removed use of gateway close code 1015 by @seailz in #231
- feat(threads): added a new util class that helps with allocating threads by @seailz in #232
- build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 by @dependabot in #235
- Gateway v3 by @seailz in #236
- feat(monetization): implemented support for the new premium apps system by @seailz in #239
- Auto-populated Select Menu default_values field support by @seailz in #244
- feat(interactions): added support for the
resolved
field in message component interactions by @seailz in #245 - build(deps): bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 by @dependabot in #247
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.1.4 to 3.1.5 by @dependabot in #248
- build(deps): bump org.json:json from 20230618 to 20231013 by @dependabot in #246
- build(deps): bump org.jsoup:jsoup from 1.16.1 to 1.16.2 by @dependabot in #249
- main by @seailz in #250
- main by @seailz in #251
- fix(cache): added a backup decompile method to sort out backwards com… by @seailz in #252
- removed debug message by @seailz in #253
- reversed previous change by @seailz in #254
- build(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 by @dependabot in #256
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.1.5 to 3.2.0 by @dependabot in #257
- build(deps): bump org.jsoup:jsoup from 1.16.2 to 1.17.1 by @dependabot in #258
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #259
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.2.0 to 3.2.1 by @dependabot in #260
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #261
- build(deps): bump org.jsoup:jsoup from 1.17.1 to 1.17.2 by @dependabot in #262
- build(deps): bump joda-time:joda-time from 2.12.5 to 2.12.6 by @dependabot in #263
- build(deps): bump joda-time:joda-time from 2.12.6 to 2.12.7 by @dependabot in #265
- build(deps): bump org.json:json from 20231013 to 20240205 by @dependabot in #266
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.2.1 to 3.2.3 by @dependabot in #272
- build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by @dependabot in #270
- build(deps): bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #267
- main by @seailz in #273
- feat(MessageCreateAction): add
enforceNonce
parameter by @Phoenix-Starlight in #269 - feat(guilds): implemented support for incident actions by @seailz in #243
- refactor(events): Validate listeners by @Phoenix-Starlight in #280
- refactor(Guild): Drop IllegalAccessException by @Phoenix-Starlight in #283
- refactor(model): Fix NPE in Guild#roles by @Phoenix-Starlight in #284
- refactor(rest): Remove unneeded null guard by @Phoenix-Starlight in #285
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.2.3 to 3.2.4 by @dependabot in #282
- build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #279
- build(deps): bump org.json:json from 20240205 to 20240303 by @dependabot in #275
- build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by @dependabot in #274
- fix(commands): Null check possibly null types in decompile by @Phoenix-Starlight in #276
- [Feature] User Apps by @seailz in #290
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.2.4 to 3.3.0 by @dependabot in #300
- build(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #299
- build(deps): bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by @dependabot in #295
- build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.3 by @dependabot in #292
New Contributors
- @Phoenix-Starlight made their first contribution in #269
Full Changelog: b-1.1...b-1.2
Beta v1.1
What's Changed
- feat(caching): implemented member caching by @seailz in #182
- fix(commands): fixed default command perms not necessarily being set correctly by @seailz in #184
- feat(events): implemented more gateway events by @seailz in #185
- feat(caching): implemented cache customization by @seailz in #186
- build(deps): bump maven-shade-plugin from 3.4.1 to 3.5.0 by @dependabot in #190
- build(deps): bump json from 20230227 to 20230618 by @dependabot in #189
- build(deps): bump commons-codec from 1.15 to 1.16.0 by @dependabot in #191
- build(deps): bump spring-boot-starter-websocket from 3.1.0 to 3.1.1 by @dependabot in #192
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.1.1 to 3.1.2 by @dependabot in #202
- feat(channels): media channels by @seailz in #195
- feat(gateway): bot custom status support by @seailz in #206
- Gateway v2 by @seailz in #204
- feat(onboarding): update onboarding to match new docs by @seailz in #208
- feat(roles): role flags by @seailz in #209
- feat(attachments): attachment flags by @seailz in #210
- feat(user): avatar decorations by @seailz in #211
- Ratelimiting v2 by @seailz in #212
- feat(unhandled-discord-api-exception): print stack trace by @seailz in #213
- fix(message retrieval): fixed endpoint not being formatted correctly … by @seailz in #214
- build(deps): bump org.springframework.boot:spring-boot-starter-websocket from 3.1.2 to 3.1.3 by @dependabot in #216
- feat(gateway): implemented gateway transport compression by @seailz in #220
- refactor(ws): OkHttp WS implementation by @seailz in #224
- feat(guilds): implemented scheduled events by @seailz in #225
- bumped project to b-1.1 by @seailz in #226
Full Changelog: b-1.0...b-1.1
Beta v1.0
What's Changed
- Create LICENSE by @seailz in #1
- build(deps): bump json from 20160810 to 20220924 by @dependabot in #4
- build(deps): bump lombok from RELEASE to 1.18.24 by @dependabot in #3
- Fix package naming issues and internal class access by @blueysh in #5
- Updated CodeQL config for Java 17 by @seailz in #7
- Updated groupId in pom.xml and added compiler & shade plugin by @seailz in #6
- package updated java ver by @seailz in #8
- moved buttonImpl to an internal package by @seailz in #9
- [FEATURE] Added Modals and Text Inputs by @seailz in #10
- build(deps): bump maven-shade-plugin from 3.4.0 to 3.4.1 by @dependabot in #11
- build(deps): bump maven-compiler-plugin from 3.8.1 to 3.10.1 by @dependabot in #12
- Create feature_request.yml by @seailz in #13
- User Methods by @seailz in #29
- fix: added some more error handling & api version customization by @seailz in #31
- feat: added Checker.java class for checking args by @seailz in #32
- Refactored package name, and optimized code by @seailz in #38
- build(deps): bump spring-boot-starter-websocket from 2.7.5 to 3.0.0 by @dependabot in #39
- [FEATURE] Removed need for Lombok by @seailz in #40
- [FEATURE] Sticker Methods by @seailz in #41
- [FEATURE] Command Frontend by @seailz in #45
- feat: added completable futures by @seailz in #46
- [FEATURE] Automod by @seailz in #47
- [FEATURE] Timeouts by @seailz in #48
- [EXAMPLES] Added examples by @seailz in #52
- [FEATURE] Sub Commands by @seailz in #50
- [FEATURE] Context Command specific annotations by @seailz in #55
- fix: fixed examples dir by @seailz in #56
- [CACHE] Cache guilds when retrieved from the API by @seailz in #54
- fic: attempted to fix pom.xml by @seailz in #59
- [FEATURE] Guild Emoji Methods by @blueysh in #58
- feat: update the user agent a little by @seailz in #62
- build(deps): bump maven-shade-plugin from 3.4.0 to 3.4.1 by @dependabot in #64
- [FIX] Commands getting dispatched twice by @seailz in #67
- feat: added Get Current User Guilds endpoint by @seailz in #68
- feat: added permissions feature and update BitwiseUtil.java by @seailz in #74
- [FEATURE] Interaction Followups by @seailz in #75
- build(deps): bump annotations from 23.0.0 to 23.1.0 by @dependabot in #76
- [FEATURE] Channel Rework by @seailz in #73
- [DOC] Changed documentation regarding certified moderator flag by @seailz in #72
- build(deps): bump spring-boot-starter-websocket from 3.0.0 to 3.0.1 by @dependabot in #79
- [Feature Request] Remove \r\n check on token during initialization of discord.jv by @blueysh in #80
- [BUG FIX] Fixed options & subcommands being shared between commands. by @seailz in #84
- [BUG FIX] Fixed retrieving roles when decompiling Member object. by @seailz in #85
- [CACHE] Added new
JsonCache
object and added caching to getSelfInfo by @seailz in #86 - Snowflake class by @seailz in #87
- Support Image URLs by @seailz in #88
- Formatted Message Content by @seailz in #89
- Channel Transcripts by @seailz in #90
- File Uploads by @seailz in #91
- fix testing by @seailz in #93
- build(deps): bump annotations from 23.1.0 to 24.0.0 by @dependabot in #96
- build(deps): bump gson from 2.10 to 2.10.1 by @dependabot in #95
- [FEATURE] HTTP-Only Support by @seailz in #97
- [FIX] Uploading Files by @seailz in #99
- [FEATURE] Added some extra interaction methods by @seailz in #100
- [FEATURE] Interaction Messages Editing by @seailz in #101
- [FEATURE] Type 6 interaction response by @seailz in #103
- [FEATURE] Added support for retrieval of guild members through the gateway by @seailz in #106
- build(deps): bump commons-codec from 1.12 to 1.15 by @dependabot in #107
- [RENAME] Updated User Agent by @seailz in #111
- build(deps): bump spring-boot-starter-websocket from 3.0.1 to 3.0.2 by @dependabot in #112
- [FEATURE] Guild Bans -> Guild Moderation Intent by @seailz in #114
- fix: testing by @seailz in #115
- Update pom.xml by @QuadrixYT in #116
- [FEATURE] Linked Roles by @seailz in #77
- [FEATURE] Guild Member Flags by @seailz in #117
- [FEATURE] Modify Automod Rule by @seailz in #118
- [FEATURE] Command customization by @seailz in #119
- [FEATURE] Button Actions by @seailz in #121
- [FEATURE] Default Forum Layout forum channel property by @seailz in #122
- [FEATURE & BUG FIX] Gateway Overhaul by @seailz in #123
- build(deps): bump salty-coffee from 1.1.0 to 1.1.1 by @dependabot in #124
- [FEATURE] Invites by @seailz in #125
- [FEATURE] Simpler creation of Status object by @seailz in #126
- [REFACTOR] Refactored entire project to discord.jar by @seailz in #127
- [FEATURE] Silent Messages by @seailz in #129
- [FEATURE] New Message Types by @seailz in #132
- [FEATURE] AutoMod gateway events by @seailz in #133
- [FEATURE] Rate-limit rework by @seailz in #134
- [BUG] A couple gateway bug fixes. by @seailz in #138
- build(deps): bump jsoup from 1.15.3 to 1.15.4 by @dependabot in #139
- build(deps): bump spring-boot-starter-websocket from 3.0.2 to 3.0.3 by @dependabot in #140
- build(deps): bump json from 20220924 to 20230227 by @dependabot in #142
- build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #141
- build(deps): bump annotations from 24.0.0 to 24.0.1 by @dependabot in #143
- [FEATURE] Message Editing by @seailz in #144
- build(deps): bump spring-boot-starter-websocket from 3.0.3 to 3.0.4 by @dependabot in #145
- build(deps): bump spring-boot-starter-websocket from 3.0.4 to 3.0.5 by @dependabot in #148
- [FEATURE] Automod Badge Flag by @seailz in #152
- [FEATURE] Guild Onboarding Support by @seailz in #153
- [FEATURE] Added support for
max_stage_video_channel_users
property by @seailz in https://github.com/discord-jar/discord.jar/...