Skip to content

Commit e4e38eb

Browse files
chore(release): 0.3.1
Diff: 0.3.0...0.3.1
1 parent 690ff22 commit e4e38eb

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

33
| Version | Date |
44
|--------------------------|---------------|
5+
| [0.3.1](#031-2026-03-12) | March 2026 |
56
| [0.3.0](#030-2026-02-09) | February 2026 |
67
| [0.2.3](#023-2025-11-25) | November 2025 |
78
| [0.2.2](#022-2024-05-08) | May 2024 |
@@ -10,6 +11,14 @@
1011
| [0.1.0](#010-2023-04-06) | April 2023 |
1112

1213

14+
## [0.3.1](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.3.0...0.3.1) (2026-03-12)
15+
16+
17+
### Bug Fixes
18+
19+
* **ioredis:** call connect() when lazyConnect is true ([690ff22](https://github.com/socketio/socket.io-redis-streams-adapter/commits/690ff22779143c77f74156b68491b940b3cac629))
20+
21+
1322
## [0.3.0](https://github.com/socketio/socket.io-redis-streams-adapter/compare/0.2.3...0.3.0) (2026-02-09)
1423

1524

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