Skip to content

Commit 5e82a3b

Browse files
chore(release): 8.3.0
Diff: 8.2.1...8.3.0
1 parent f95176d commit 5e82a3b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [8.3.0](830-2024-03-13) (Mar 2024)
34
- [8.2.1](821-2023-05-14) (May 2023)
45
- [8.2.0](820-2023-05-02) (May 2023)
56
- [8.1.0](810-2023-02-08) (Feb 2023)
@@ -21,6 +22,22 @@
2122

2223
# Release notes
2324

25+
## [8.3.0](https://github.com/socketio/socket.io-redis-adapter/compare/8.2.1...8.3.0) (2024-03-13)
26+
27+
28+
### Bug Fixes
29+
30+
* **sharded:** allow to target a specific socket ID in dynamic mode ([#525](https://github.com/socketio/socket.io-redis-adapter/issues/525)) ([cca38dc](https://github.com/socketio/socket.io-redis-adapter/commit/cca38dc24d0b5dd797c440b58795314cbeaf89f0))
31+
* **sharded:** fix count in fetchSockets() method ([#523](https://github.com/socketio/socket.io-redis-adapter/issues/523)) ([bd32763](https://github.com/socketio/socket.io-redis-adapter/commit/bd32763043a2eb79a21dffd8820f20e598348adf))
32+
* **sharded:** fix SSUBSCRIBE memory leak with ioredis ([#529](https://github.com/socketio/socket.io-redis-adapter/issues/529)) ([2113e8d](https://github.com/socketio/socket.io-redis-adapter/commit/2113e8d9eff9e13f9bbd9b603b93f42de512eb44))
33+
34+
35+
### Features
36+
37+
* **sharded:** add an option for dynamic private channels ([#526](https://github.com/socketio/socket.io-redis-adapter/issues/526)) ([50220f4](https://github.com/socketio/socket.io-redis-adapter/commit/50220f49cd73047e9f70afcb18c9ac62c716bd3d))
38+
39+
40+
2441
## [8.2.1](https://github.com/socketio/socket.io-redis-adapter/compare/8.2.0...8.2.1) (2023-05-14)
2542

2643

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/redis-adapter",
3-
"version": "8.2.1",
3+
"version": "8.3.0",
44
"description": "The Socket.IO Redis adapter, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)