Skip to content

Releases: discordjs/discord.js

@discordjs/core@1.0.0

31 Jul 20:13
8d50f20
Compare
Choose a tag to compare

Bug Fixes

  • core: Fix inconsistencies on core (#9680) (6d5840c)
  • client: Add missing application command permissions update event (#9639) (2818d7c)
  • api: Various fixes for overlooked stuff (#9588) (6c7a5ed)
  • GuildsAPI: Use level rather than mfa_level when editing MFA (#9584) (3535321)
  • roleConnections: Fix body type for updateMetadataRecords() (#9516) (166c961)

Documentation

Features

Refactor

  • rest: Switch api to fetch-like and provide strategies (#9416) (cdaa0a3)
    • BREAKING CHANGE: NodeJS v18+ is required when using node due to the use of global fetch
    • BREAKING CHANGE: The raw method of REST now returns a web compatible Respone object.
    • BREAKING CHANGE: The parseResponse utility method has been updated to operate on a web compatible Response object.
    • BREAKING CHANGE: Many underlying internals have changed, some of which were exported.
    • BREAKING CHANGE: DefaultRestOptions used to contain a default agent, which is now set to null instead.

Typings

  • Use Snowflake instead of string for snowflakes (#9583) (1c4a12c)

@discordjs/collection@1.5.2

31 Jul 20:11
ca5a262
Compare
Choose a tag to compare

Refactor

@discordjs/builders@1.6.4

31 Jul 20:15
1fc9308
Compare
Choose a tag to compare
  • Version bump for updated dependencies

create-discord-bot@0.1.0

07 May 16:20
3bfb619
Compare
Choose a tag to compare

Features

14.11.0

06 May 09:13
5bfcf93
Compare
Choose a tag to compare

Bug Fixes

  • WebSocketManager: Properly emit shard error events (#9521) (e627468)
  • WebSocketManager: Emit raw ws events again (#9502) (c429763)

Documentation

  • Client: Update Sapphire's snowflake utility links (#9501) (1b7981e)

Features

  • Guild: Safety alerts channel and mention raid protection (#8959) (6b2c3fb)

Performance

Refactor

Typings

  • StringSelectMenuComponentData: options is required (#9515) (d7b18f0)

13.16.0

06 May 09:12
ad57e88
Compare
Choose a tag to compare

Bug Fixes

Features

  • Update Discord developer documentation links and add new flags (#9473) (d867936)
  • Voice messages (#9444) (3386bab)
  • Add ACTIVE_DEVELOPER user flag (#9428) (420f379)
  • roleTagData: V13 add guildConnections (#9391) (7116151)
  • V13 VIEW_CREATOR_MONETIZATION_ANALYTICS and USE_SOUNDBOARD permissions (#9124) (28a5c7b)
  • StageChannel: V13 support messages (#9145) (7cf9224)
  • AutoModeration: V13 support customMessage (#9173) (add14ac)

@discordjs/ws@0.8.3

06 May 09:13
28f5179
Compare
Choose a tag to compare

Bug Fixes

  • WebSocketShard: Wait a little before reconnecting (#9517) (00da44a)

Testing

14.10.2

01 May 23:19
6d7f3b0
Compare
Choose a tag to compare

Bug Fixes

14.10.1

01 May 21:52
e262df9
Compare
Choose a tag to compare

Bug Fixes

  • Client: Spelling of InvalidScopesWithPermissions (ac9bf3a)

Refactor

14.10.0

01 May 15:48
be81c8b
Compare
Choose a tag to compare

Bug Fixes

Documentation

Features

Performance

  • RoleManager: Dont call Role#position getter twice per role (#9352) (bfee6c8)

Refactor

  • WebSocketManager: Use /ws package internally (#9099) (a9e0de4)
  • Remove fromInteraction in internal channel creation (#9335) (794abe8)

Typings

  • AutoModerationActionMetadataOptions: Make channel property optional (#9460) (d26df5f)
  • CategoryChannel: Ensure parent and parentId are null (#9327) (8218ffc)
  • GuildTextBasedChannel: Remove unnecessary exclusion of forum channels (#9326) (7ff3d52)