Skip to content

Releases: discordjs/discord.js

@discordjs/[email protected]

01 Jan 23:46
05c63cd

Choose a tag to compare

Bug Fixes

  • Correct guild member banner URL (8d69b24)

@discordjs/[email protected]

01 Jan 21:44
3fbfe9f

Choose a tag to compare

chore: deps update

@discordjs/[email protected]

01 Jan 21:26
d6c7b8f

Choose a tag to compare

chore(builders): release @discordjs/[email protected]

@discordjs/[email protected]

01 Jan 22:26
c986a99

Choose a tag to compare

chore(core): release @discordjs/[email protected]

@discordjs/[email protected]

01 Jan 21:28
d6c7b8f

Choose a tag to compare

chore(builders): release @discordjs/[email protected]

@discordjs/[email protected]

17 Nov 22:32
28d5c84

Choose a tag to compare

Features

  • voice: Add new encryption methods, remove old methods (#10451) (9f8b9b1) by @nyapat
    • BREAKING CHANGE: This library no longer supports using tweetnacl as an encryption library due to Discord deprecating the algorithms that tweetnacl helped us support (read more here). Please migrate to one of: sodium-native, sodium, @stablelib/xchacha20poly1305, @noble/ciphers or libsodium-wrappers; unless your system supports aes-256-gcm (verify by running require('node:crypto').getCiphers().includes('aes-256-gcm')), in which case you can safely remove tweetnacl and not install anything else.

Testing

New Contributors

14.16.3

29 Sep 11:20
0873f9a

Choose a tag to compare

Bug Fixes

Typings

14.16.2

12 Sep 08:18
d9d5783

Choose a tag to compare

Bug Fixes

Documentation

Typings

14.16.1

02 Sep 21:25
a11ff75

Choose a tag to compare

Bug Fixes

14.16.0

02 Sep 19:50

Choose a tag to compare

Bug Fixes

  • MessagePayload: Crash when resolving body (#10454) (dd795da)
  • Shard: Add env, execArgv, and argv for worker-based shards (#10429) (b0f8df0)
  • GuildAuditLogsEntry: Correct mapped AuditLogChange objects (#10438) (45f7e1a)
  • GuildMemberManager: Fix data type check for add() method (#10338) (ab8bf0f)
  • Consistent debug log spacing (#10349) (38c699b)

Documentation

Features

Refactor

Typings