Skip to content

Commit 0ce5b4c

Browse files
chore(release): 3.0.0-rc2
Diff: 3.0.0-rc1...3.0.0-rc2
1 parent 8a5db7f commit 0ce5b4c

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [3.0.0-rc2](https://github.com/socketio/socket.io/compare/3.0.0-rc1...3.0.0-rc2) (2020-10-15)
2+
3+
4+
### Bug Fixes
5+
6+
* close clients with no namespace ([91cd255](https://github.com/socketio/socket.io/commit/91cd255ba76ff6a780c62740f9f5cd3a76f5d7c7))
7+
8+
9+
### Code Refactoring
10+
11+
* remove duplicate _sockets map ([8a5db7f](https://github.com/socketio/socket.io/commit/8a5db7fa36a075da75cde43cd4fb6382b7659953))
12+
13+
14+
### Features
15+
16+
* move binary detection back to the parser ([669592d](https://github.com/socketio/socket.io/commit/669592d120409a5cf00f128070dee6d22259ba4f))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* the "connected" map is renamed to "sockets"
22+
* the Socket#binary() method is removed, as this use case is now covered by the ability to provide your own parser.
23+
24+
25+
126
# [3.0.0-rc1](https://github.com/socketio/socket.io/compare/2.3.0...3.0.0-rc1) (2020-10-13)
227

328

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io",
3-
"version": "3.0.0-rc1",
3+
"version": "3.0.0-rc2",
44
"description": "node.js realtime framework server",
55
"keywords": [
66
"realtime",
@@ -13,7 +13,7 @@
1313
],
1414
"files": [
1515
"dist/",
16-
"./wrapper.mjs"
16+
"wrapper.mjs"
1717
],
1818
"type": "commonjs",
1919
"main": "./dist/index.js",
@@ -38,7 +38,7 @@
3838
"debug": "~4.1.0",
3939
"engine.io": "~4.0.0",
4040
"socket.io-adapter": "2.0.3-rc1",
41-
"socket.io-client": "3.0.0-rc1",
41+
"socket.io-client": "3.0.0-rc2",
4242
"socket.io-parser": "4.0.1-rc2"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)