Skip to content

Commit 88fb39f

Browse files
chore(release): 0.2.0
Diff: 0.1.0...0.2.0
1 parent 1898586 commit 88fb39f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# History
22

3+
- [0.2.0](#020-2024-02-21) (February 2024)
34
- [0.1.0](#010-2023-04-06) (April 2023)
45

56
# Release notes
67

8+
## [0.2.0](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.1.0...0.2.0) (2024-02-21)
9+
10+
11+
### Features
12+
13+
* add support for the ioredis package ([58faa1d](https://github.com/socketio/socket.io-redis-streams-adapter/commit/58faa1d9c8cf87282b8643ed0c1aa79322b81852))
14+
* allow to modify the Redis key for the session ([1898586](https://github.com/socketio/socket.io-redis-streams-adapter/commit/18985863d8eca842c59fa57e396a72c01123e61d))
15+
16+
717
## 0.1.0 (2023-04-06)
818

919
First release!

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-streams-adapter",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "The Socket.IO adapter based on Redis Streams, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)