Skip to content

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.0

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')).

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 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')).

Testing

New Contributors

Commits
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

Loading