Skip to content

Commit f65ff06

Browse files
committed
chore(ws): release @discordjs/ws@1.2.0
1 parent 835c449 commit f65ff06

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

packages/ws/CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,76 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [@discordjs/ws@1.2.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-01-01)
6+
7+
## Bug Fixes
8+
9+
- **SimpleIdentifyThrottler:** Don't sleep negative amounts ([a589c6d](https://github.com/discordjs/discord.js/commit/a589c6d49265d24cf202e8f68c6b2ad4fafd398c))
10+
- Retry for EAI_AGAIN I/O error (#10383) ([5b8a08e](https://github.com/discordjs/discord.js/commit/5b8a08ebb66276320a5095630ecee403783afec0))
11+
- Consistent debug log spacing (#10349) ([c6710e5](https://github.com/discordjs/discord.js/commit/c6710e56cc634ecb2b922d777fe715c49fa91baa))
12+
13+
## Features
14+
15+
- **WebSocketShard:** Explicit time out network error handling (#10375) ([a5437a4](https://github.com/discordjs/discord.js/commit/a5437a41f31bf47e9a6f8dc4452086c614d71d1c))
16+
17+
# [@discordjs/ws@1.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2024-06-02)
18+
19+
## Bug Fixes
20+
21+
- Deno compat (#10271) ([616208b](https://github.com/discordjs/discord.js/commit/616208ba7766ac66a8969ffd2cb7b341fdc2c67b))
22+
- Anchor link for events ([0efd1be](https://github.com/discordjs/discord.js/commit/0efd1bea46fa2fc8bcd3dcfd0ac5cd608a0a7df0))
23+
- Minify mainlib docs json (#9963) ([4b88306](https://github.com/discordjs/discord.js/commit/4b88306dcb2b16b840ec61e9e33047af3a31c45d))
24+
25+
## Documentation
26+
27+
- Remove duplicate word in comment (#10244) ([96169ad](https://github.com/discordjs/discord.js/commit/96169add6d2db37706629c0172692533948a9dca))
28+
- Split docs.api.json into multiple json files ([597340f](https://github.com/discordjs/discord.js/commit/597340f288437c35da8c703d9b621274de60d880))
29+
- Remove utf-8-validate (#10059) ([7e12bee](https://github.com/discordjs/discord.js/commit/7e12bee337af169bb131d34fa29ed090ebd26c71))
30+
31+
## Features
32+
33+
- **ws:** Support for custom worker messaging (#10241) ([728164e](https://github.com/discordjs/discord.js/commit/728164ed868167d43dec7b7e8d11052a37694968))
34+
- Local and preview detection ([79fbda3](https://github.com/discordjs/discord.js/commit/79fbda3aac6d4f0f8bfb193e797d09cbe331d315))
35+
- Add support for `using` keyword on discord.js `Client` and `WebSocketManager` (#10063) ([543d617](https://github.com/discordjs/discord.js/commit/543d61737e0709b9d88029d01156d48cfcaf3bcc))
36+
- Use globally available WebSocket client in runtimes that have it (#10042) ([319ef9a](https://github.com/discordjs/discord.js/commit/319ef9a70b92dbb11726b270ab84e73ca932850f))
37+
38+
## Refactor
39+
40+
- Native zlib support (#10243) ([20258f9](https://github.com/discordjs/discord.js/commit/20258f94bf1a62ec1989ef04d839e2800f6e6d28))
41+
- **BREAKING CHANGE:** renamed compression related options
42+
43+
* chore: fix doc comment
44+
45+
* chore: update debug messages
46+
47+
* chore: better wording
48+
- **Co-authored-by:** Jiralite <[email protected]>
49+
50+
* chore: suggested changes
51+
52+
* chore: better naming
53+
54+
* refactor: lazy node:zlib import and lib detection
55+
56+
* chore: zlib capitalization
57+
58+
* fix: use proper var
59+
60+
* refactor: better inflate check
61+
- **Co-authored-by:** Aura <[email protected]>
62+
63+
* chore: debug label
64+
- **Co-authored-by:** Superchupu <[email protected]>
65+
66+
---------
67+
- **Co-authored-by:** Jiralite <[email protected]>
68+
- **Co-authored-by:** Aura <[email protected]>
69+
- **Co-authored-by:** Superchupu <[email protected]>
70+
- **Co-authored-by:** kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
71+
- Docs (#10126) ([18cce83](https://github.com/discordjs/discord.js/commit/18cce83d80598c430218775c53441b6b2ecdc776))
72+
- **WebSocketShard:** Payload sending (#10098) ([c878b65](https://github.com/discordjs/discord.js/commit/c878b65ef586cd9b42f765515f87f43cb6165f61))
73+
- Use interfaces for AsyncEventEmitter event maps (#10044) ([adfd9cd](https://github.com/discordjs/discord.js/commit/adfd9cd3b32cfabdcc45ec90f535b2852a3ca4a6))
74+
575
# [@discordjs/ws@1.1.1](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2024-06-02)
676

777
## Bug Fixes

packages/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@discordjs/ws",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"description": "Wrapper around Discord's gateway",
66
"scripts": {
77
"test": "vitest run",

0 commit comments

Comments
 (0)