Skip to content

Commit 00a8e75

Browse files
chore(release): 2.5.0
Diff: 2.4.0...2.5.0
1 parent 5f7b47d commit 00a8e75

File tree

2 files changed

+40
-6
lines changed

2 files changed

+40
-6
lines changed

CHANGELOG.md

+39-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
1-
# [2.4.0](https://github.com/socketio/socket.io-adapter/compare/2.3.3...2.4.0) (2022-03-30)
1+
# History
2+
3+
- [2.5.0](#250-2023-01-06) (Jan 2023)
4+
- [2.4.0](#240-2022-03-30) (Mar 2022)
5+
- [2.3.3](#233-2021-11-16) (Nov 2021)
6+
- [2.3.2](#232-2021-08-28) (Aug 2021)
7+
- [2.3.1](#231-2021-05-19) (May 2021)
8+
- [2.3.0](#230-2021-05-10) (May 2021)
9+
- [2.2.0](#220-2021-02-27) (Feb 2021)
10+
- [2.1.0](#210-2021-01-15) (Jan 2021)
11+
- [2.0.3](#203-2020-11-05) (Nov 2020)
12+
- [2.0.2](#202-2020-09-28) (Sep 2020)
13+
- [2.0.1](#201-2020-09-28) (Sep 2020)
14+
- [2.0.0](#200-2020-09-25) (Sep 2020)
15+
16+
17+
18+
# Release notes
19+
20+
21+
## [2.5.0](https://github.com/socketio/socket.io-adapter/compare/2.4.0...2.5.0) (2023-01-06)
22+
23+
24+
### Features
25+
26+
* implement connection state recovery ([f529412](https://github.com/socketio/socket.io-adapter/commit/f5294126a8feec1906bca439443c3864415415fb))
27+
28+
29+
### Performance Improvements
30+
31+
* precompute the WebSocket frames when broadcasting ([5f7b47d](https://github.com/socketio/socket.io-adapter/commit/5f7b47d40f9daabe4e3c321eda620bbadfe5ce96))
32+
33+
34+
35+
## [2.4.0](https://github.com/socketio/socket.io-adapter/compare/2.3.3...2.4.0) (2022-03-30)
236

337

438
### Features
@@ -33,7 +67,7 @@
3367
* restore compatibility with binary parsers ([a33e42b](https://github.com/socketio/socket.io-adapter/commit/a33e42bb7b935ccdd3688b4c305714b791ade0db))
3468

3569

36-
# [2.3.0](https://github.com/socketio/socket.io-adapter/compare/2.2.0...2.3.0) (2021-05-10)
70+
## [2.3.0](https://github.com/socketio/socket.io-adapter/compare/2.2.0...2.3.0) (2021-05-10)
3771

3872

3973
### Features
@@ -42,7 +76,7 @@
4276
* add support for the "wsPreEncoded" writing option ([5579d40](https://github.com/socketio/socket.io-adapter/commit/5579d40c24d15f69e44246f788fb93beb367f994))
4377

4478

45-
# [2.2.0](https://github.com/socketio/socket.io-adapter/compare/2.1.0...2.2.0) (2021-02-27)
79+
## [2.2.0](https://github.com/socketio/socket.io-adapter/compare/2.1.0...2.2.0) (2021-02-27)
4680

4781

4882
### Features
@@ -51,7 +85,7 @@
5185
* allow excluding all sockets in a room ([#66](https://github.com/socketio/socket.io-adapter/issues/66)) ([985bb41](https://github.com/socketio/socket.io-adapter/commit/985bb41fa2c04f17f1cf3a17c14ab9acde8947f7))
5286

5387

54-
# [2.1.0](https://github.com/socketio/socket.io-adapter/compare/2.0.3...2.1.0) (2021-01-15)
88+
## [2.1.0](https://github.com/socketio/socket.io-adapter/compare/2.0.3...2.1.0) (2021-01-15)
5589

5690

5791
### Features
@@ -101,7 +135,7 @@ The dist/ directory was not up-to-date when publishing the previous version...
101135

102136

103137

104-
# [2.0.0](https://github.com/socketio/socket.io-adapter/compare/1.1.2...2.0.0) (2020-09-25)
138+
## [2.0.0](https://github.com/socketio/socket.io-adapter/compare/1.1.2...2.0.0) (2020-09-25)
105139

106140

107141
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-adapter",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)