Skip to content

Commit 08f2de9

Browse files
chore(release): 8.1.0
Diff: 8.0.1...8.1.0
1 parent f07ff7b commit 08f2de9

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.1.0](810-2023-02-08) (Feb 2023)
34
- [8.0.1](801-2023-01-11) (Jan 2023)
45
- [**8.0.0**](#800-2022-12-07) (Dec 2022)
56
- [7.2.0](#720-2022-05-03) (May 2022)
@@ -18,6 +19,22 @@
1819

1920
# Release notes
2021

22+
## [8.1.0](https://github.com/socketio/socket.io-redis-adapter/compare/8.0.1...8.1.0) (2023-02-08)
23+
24+
The `socket.io-adapter` package was added to the list of `peerDependencies`, in order to fix sync issues with the version imported by the `socket.io` package (see [f07ff7b](https://github.com/socketio/socket.io-redis-adapter/commit/f07ff7bd33817ac14d8d87ba55225e7936469429)).
25+
26+
### Features
27+
28+
#### Automatic removal of empty child namespaces
29+
30+
The `close()` method was implemented, in order to be used with the new `cleanupEmptyChildNamespaces` option.
31+
32+
Reference: https://github.com/socketio/socket.io/releases/tag/4.6.0
33+
34+
Added in [fe89f7e](https://github.com/socketio/socket.io-redis-adapter/commit/fe89f7e5fe9676d0054b77de147fb244034a441e).
35+
36+
37+
2138
## [8.0.1](https://github.com/socketio/socket.io-redis-adapter/compare/8.0.0...8.0.1) (2023-01-11)
2239

2340
This release pins the `socket.io-adapter` package to version `~2.4.0` instead of `^2.4.0`.

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.0.1",
3+
"version": "8.1.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)