Bump @discordjs/voice from 0.17.0 to 0.18.0
Bumps @discordjs/voice from 0.17.0 to 0.18.0.
Release notes
Sourced from @discordjs/voice
's releases.
@discordjs/voice
@0
.18.0Features
- 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 thattweetnacl
helped us support (read more here). Please migrate to one of:sodium-native
,sodium
,@stablelib/xchacha20poly1305
,@noble/ciphers
orlibsodium-wrappers
unless your system supportsaes-256-gcm
(verify by runningrequire('node:crypto').getCiphers().includes('aes-256-gcm')
).Testing
New Contributors
Changelog
Sourced from @discordjs/voice
's changelog.
@discordjs/voice
@0.18.0
- (2024-11-17)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 thattweetnacl
helped us support (read more here). Please migrate to one of:sodium-native
,sodium
,@stablelib/xchacha20poly1305
,@noble/ciphers
orlibsodium-wrappers
unless your system supportsaes-256-gcm
(verify by runningrequire('node:crypto').getCiphers().includes('aes-256-gcm')
).Testing
New Contributors
Commits
-
28d5c84
style: Run Prettier (#10604) -
c8977f2
docs: Use info markdown (#10603) -
7397dfe
chore(voice): release@discordjs/voice
@0
.18.0 (#10602) -
9f8b9b1
feat(voice)!: add new encryption methods, remove old methods (#10451) -
ed78e45
build: bump discord-api-types version (#10575) -
24128a3
test: replace jest with vitest (#10472) -
b20346f
chore: unpin discord-api-types (#10524) -
cda8d88
build: bump discord-api-types to 0.37.100 (#10488) -
896dc8b
chore: update cliff configs (#10471) -
ed1c173
chore: everyone goes to node 18+ - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by crawl, a new releaser for @discordjs/voice
since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Merge request reports
Activity
added dependencies javascript labels
mentioned in commit 9d17cbf2
Please register or sign in to reply