From 29173f12f3469f6bf68499045f492725ef0cdaad Mon Sep 17 00:00:00 2001 From: ckohen Date: Sun, 17 Aug 2025 15:33:16 -0700 Subject: [PATCH] chore(voice): release @discordjs/voice@0.19.0 (#11045) --- packages/voice/CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ packages/voice/package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/packages/voice/CHANGELOG.md b/packages/voice/CHANGELOG.md index 104430b8d..59ca961dd 100644 --- a/packages/voice/CHANGELOG.md +++ b/packages/voice/CHANGELOG.md @@ -2,6 +2,39 @@ All notable changes to this project will be documented in this file. +# [@discordjs/voice@0.19.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.18.0...@discordjs/voice@0.19.0) - (2025-08-17) + +## Bug Fixes + +- **voice:** Mark stream as ended (#10455) ([bc3a0c8](https://github.com/discordjs/discord.js/commit/bc3a0c83890cdc9b8ca6abd1fde59053d3c6d905)) by @nyapat + +## Documentation + +- Replace Discord API with Discord Developers (#10968) ([3a060f7](https://github.com/discordjs/discord.js/commit/3a060f74945da78535440890be0a5df8bd0ee36b)) by @Jiralite +- Add missing, fix existing (#10842) ([e094faf](https://github.com/discordjs/discord.js/commit/e094faf225e53e7e5ad94f9f62ecb5d3a225a56b)) by @almeidx +- Export all visible symbols (#10760) ([78d512c](https://github.com/discordjs/discord.js/commit/78d512c347320e5d4bf97f7f0c89d3469d923af8)) by @almeidx +- Guide setup (#10862) ([2184085](https://github.com/discordjs/discord.js/commit/2184085fdaf00c982130212eb27ab878df2c3e1e)) by @iCrawl +- Fix close tags (#10756) ([5c49b6d](https://github.com/discordjs/discord.js/commit/5c49b6d9af9b0e69c4792ef4be831607675d418c)) by @Jiralite +- Typos (#10628) ([a696005](https://github.com/discordjs/discord.js/commit/a69600546a33b1599fbf6c8cc44caaf307a12a7e)) by @Jiralite + +## Features + +- Implement DAVE end-to-end encryption (#10921) ([8bdea62](https://github.com/discordjs/discord.js/commit/8bdea6232b1db20c615614a8f8baea2347c4466b)) by @Snazzah +- **voice:** Use voice gateway v8 (#10918) ([d40ceed](https://github.com/discordjs/discord.js/commit/d40ceedad40a8a0b64c173706fc6eea780a5477c)) by @Snazzah +- Print out support for aes-256-gcm in native node:crypto (#10764) ([19d48f6](https://github.com/discordjs/discord.js/commit/19d48f6d6cb8218b896ddf69be313ebe05a96996)) by @vladfrangu + +## Build + +- Bump Node.js to 22.12.0 (#10726) ([3db8ce7](https://github.com/discordjs/discord.js/commit/3db8ce70a2d20bd2def70a2c839b015bc24195eb)) by @Jiralite + - **BREAKING CHANGE:** Node.js 22.12.0 or above is required. +- Bump Node.js to 20 (#10616) ([e89c6b6](https://github.com/discordjs/discord.js/commit/e89c6b66ac6503c2f120539f4820e72589be3f94)) by @Jiralite + - **BREAKING CHANGE:** Node.js 20 or above is required. + +### New Contributors + +* @Snazzah made their first contribution in #10921 +* @nsgpriyanshu made their first contribution in #10428 + # [@discordjs/voice@0.18.0](https://github.com/discordjs/discord.js/compare/@discordjs/voice@0.17.0...@discordjs/voice@0.18.0) - (2024-11-17) ## Features diff --git a/packages/voice/package.json b/packages/voice/package.json index ef5161c16..7a3f84ee6 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@discordjs/voice", - "version": "0.18.0", + "version": "0.19.0", "description": "Implementation of the Discord Voice API for Node.js", "scripts": { "build": "tsc --noEmit && tsup && node scripts/postbuild.mjs",