File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 3.0.0] - 2021-9-13
9
+
10
+ SocketIOClient v3.x supports http polling and websocket, socket.io server v2.x is no longer supported.
11
+
12
+ ### Added
13
+
14
+ - http polling
15
+ - SocketIOClient.ClientWebSocketProvider
16
+ - If you want to use http polling and do not want the library to upgrade the transport, please set ` Options.AutoUpgrade = false ` .
17
+
18
+ ### Removed
19
+
20
+ - EIO option
21
+ - SocketIOClient.Socket
22
+ - socket.io server v2.x is no longer supported. If a large number of users use this version, please feedback.
23
+
8
24
## [ 2.3.1] - 2021-8-3
9
25
10
26
### Changed
You can’t perform that action at this time.
0 commit comments