Skip to content

Releases: discordjs/discord.js

create-discord-bot@1.0.0

01 Jan 23:28
ad0d9a2
Compare
Choose a tag to compare

Features

New Contributors

@discordjs/ws@2.0.1

01 Jan 22:22
2b9e4cf
Compare
Choose a tag to compare
chore(ws): release @discordjs/ws@2.0.1

@discordjs/ws@1.2.0

01 Jan 22:03
f65ff06
Compare
Choose a tag to compare

Bug Fixes

Features

  • WebSocketShard: Explicit time out network error handling (#10375) (a5437a4)

@discordjs/rest@2.4.2

01 Jan 23:46
05c63cd
Compare
Choose a tag to compare

Bug Fixes

  • Correct guild member banner URL (8d69b24)

@discordjs/rest@2.4.1

01 Jan 21:44
3fbfe9f
Compare
Choose a tag to compare
chore: deps update

@discordjs/formatters@0.6.0

01 Jan 21:26
d6c7b8f
Compare
Choose a tag to compare
chore(builders): release @discordjs/builders@1.10.0

@discordjs/core@2.0.1

01 Jan 22:26
c986a99
Compare
Choose a tag to compare
chore(core): release @discordjs/core@2.0.1

@discordjs/builders@1.10.0

01 Jan 21:28
d6c7b8f
Compare
Choose a tag to compare
chore(builders): release @discordjs/builders@1.10.0

@discordjs/voice@0.18.0

17 Nov 22:32
28d5c84
Compare
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
Compare
Choose a tag to compare

Bug Fixes

Typings