mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
chore(release): 0.2.2
Diff: https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.1...0.2.2
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -1,8 +1,19 @@
|
||||
# Releases
|
||||
# History
|
||||
|
||||
- [0.2.1](#021-2022-10-13) (2022-10-13)
|
||||
- [0.2.0](#020-2022-04-28) (2022-04-28)
|
||||
- [0.1.0](#010-2021-06-22) (2021-06-22)
|
||||
- [0.2.2](#022-2023-03-24) (Mar 2023)
|
||||
- [0.2.1](#021-2022-10-13) (Oct 2022)
|
||||
- [0.2.0](#020-2022-04-28) (Apr 2022)
|
||||
- [0.1.0](#010-2021-06-22) (Jun 2021)
|
||||
|
||||
|
||||
|
||||
# Release notes
|
||||
|
||||
## [0.2.2](https://github.com/socketio/socket.io-cluster-adapter/compare/0.2.1...0.2.2) (2023-03-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 [15fd56e](https://github.com/socketio/socket.io-cluster-adapter/commit/15fd56e78d52aa65c5fbf412dec57ab4bdaee7cc)).
|
||||
|
||||
Support for connection state recovery (see [here](https://github.com/socketio/socket.io/releases/4.6.0)) will be added in the next release.
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +26,7 @@
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/socketio/socket.io-cluster-adapter/compare/0.1.0...0.2.0) (2022-04-28)
|
||||
## [0.2.0](https://github.com/socketio/socket.io-cluster-adapter/compare/0.1.0...0.2.0) (2022-04-28)
|
||||
|
||||
|
||||
### Features
|
||||
@@ -34,7 +45,7 @@ Thanks to this change, it will now work within a Node.js cluster.
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2021-06-22)
|
||||
## 0.1.0 (2021-06-22)
|
||||
|
||||
Initial commit
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@socket.io/cluster-adapter",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "The Socket.IO cluster adapter, allowing to broadcast events between several Socket.IO servers",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user