Skip to content

Releases: discord-jar/discord.jar

Beta v1.1

03 Sep 21:17
e7b3382
Compare
Choose a tag to compare
Beta v1.1 Pre-release
Pre-release

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

10 Jun 16:34
35851b5
Compare
Choose a tag to compare
Beta v1.0 Pre-release
Pre-release

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/...
Read more