mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-08 22:48:20 -05:00
docs(changelog): add release notes for versions 3.6.2 and 6.5.5
This commit is contained in:
33
CHANGELOG.md
33
CHANGELOG.md
@@ -1,5 +1,10 @@
|
||||
# History
|
||||
|
||||
## 2024
|
||||
|
||||
- [6.5.5](#655-2024-06-18) (Jun 2024) (from the [6.5.x](https://github.com/socketio/engine.io/tree/6.5.x) branch)
|
||||
- [3.6.2](#362-2024-06-18) (Jun 2024) (from the [3.x](https://github.com/socketio/engine.io/tree/3.x) branch)
|
||||
|
||||
## 2023
|
||||
|
||||
- [6.5.4](#654-2023-11-09) (Nov 2023)
|
||||
@@ -52,6 +57,34 @@
|
||||
|
||||
# Release notes
|
||||
|
||||
## [6.5.5](https://github.com/socketio/engine.io/compare/6.5.4...6.5.5) (2024-06-18)
|
||||
|
||||
This release contains a bump of the `ws` dependency, which includes an important [security fix](https://github.com/websockets/ws/commit/e55e5106f10fcbaac37cfa89759e4cc0d073a52c).
|
||||
|
||||
Advisory: https://github.com/advisories/GHSA-3h5v-q93c-6h6q
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **types:** make socket.request writable ([#697](https://github.com/socketio/engine.io/issues/697)) ([0efa04b](https://github.com/socketio/engine.io/commit/0efa04b5841816d18b0c6ebf7c5f592f8382978a))
|
||||
|
||||
### Dependencies
|
||||
|
||||
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) ([diff](https://github.com/websockets/ws/compare/8.11.0...8.17.1))
|
||||
|
||||
|
||||
|
||||
## [3.6.2](https://github.com/socketio/engine.io/compare/3.6.1...3.6.2) (2024-06-18)
|
||||
|
||||
This release contains a bump of the `ws` dependency, which includes an important [security fix](https://github.com/websockets/ws/commit/e55e5106f10fcbaac37cfa89759e4cc0d073a52c).
|
||||
|
||||
Advisory: https://github.com/advisories/GHSA-3h5v-q93c-6h6q
|
||||
|
||||
### Dependencies
|
||||
|
||||
- [`ws@~7.5.10`](https://github.com/websockets/ws/releases/tag/7.5.10) ([diff](https://github.com/websockets/ws/compare/7.4.2...7.5.10))
|
||||
|
||||
|
||||
|
||||
## [6.5.4](https://github.com/socketio/engine.io/compare/6.5.3...6.5.4) (2023-11-09)
|
||||
|
||||
This release contains some minor changes which should improve the memory usage of the server, notably [this](https://github.com/socketio/engine.io/commit/f27a6c35017e4eb37546949f754e09933102837a).
|
||||
|
||||
Reference in New Issue
Block a user