Skip to content

Commit 570da51

Browse files
committed
update CHANGELOG
[skip ci]
1 parent 81a1950 commit 570da51

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
824
## [2.3.1] - 2021-8-3
925

1026
### Changed

0 commit comments

Comments
 (0)