|
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) |
2 | 36 |
|
3 | 37 |
|
4 | 38 | ### Features
|
|
33 | 67 | * restore compatibility with binary parsers ([a33e42b](https://github.com/socketio/socket.io-adapter/commit/a33e42bb7b935ccdd3688b4c305714b791ade0db))
|
34 | 68 |
|
35 | 69 |
|
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) |
37 | 71 |
|
38 | 72 |
|
39 | 73 | ### Features
|
|
42 | 76 | * add support for the "wsPreEncoded" writing option ([5579d40](https://github.com/socketio/socket.io-adapter/commit/5579d40c24d15f69e44246f788fb93beb367f994))
|
43 | 77 |
|
44 | 78 |
|
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) |
46 | 80 |
|
47 | 81 |
|
48 | 82 | ### Features
|
|
51 | 85 | * 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))
|
52 | 86 |
|
53 | 87 |
|
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) |
55 | 89 |
|
56 | 90 |
|
57 | 91 | ### Features
|
@@ -101,7 +135,7 @@ The dist/ directory was not up-to-date when publishing the previous version...
|
101 | 135 |
|
102 | 136 |
|
103 | 137 |
|
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) |
105 | 139 |
|
106 | 140 |
|
107 | 141 | ### Features
|
|
0 commit comments