Skip to content

Commit c1519e1

Browse files
committed
[skip ci] v4.0.3
1 parent 49c19b7 commit c1519e1

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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+
## [4.0.3] - 2026-03-28
9+
10+
### Bugfix
11+
12+
- Improve handling of edge cases when the server is implemented in Python
13+
814
## [4.0.2] - 2026-03-26
915

1016
### Bugfix

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,11 +309,11 @@ npm run start # Start socket.io server for integration testing
309309

310310
# Change log
311311

312-
## [4.0.2] - 2026-03-26
312+
## [4.0.3] - 2026-03-28
313313

314314
### Bugfix
315315

316-
- Handle some edge cases for websocket and improve robustness.
316+
- Improve handling of edge cases when the server is implemented in Python
317317

318318
[See more](./CHANGELOG.md)
319319

README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,11 +307,11 @@ npm run start # 启动 socket.io server 测试服务
307307

308308
# Change log
309309

310-
## [4.0.2] - 2026-03-26
310+
## [4.0.3] - 2026-03-28
311311

312312
### Bugfix
313313

314-
- 处理 WebSocket 的边缘场景,提升健壮性
314+
- 优化服务端为 Python 实现时的边缘场景处理
315315

316316
[See more](./CHANGELOG.md)
317317

src/SocketIOClient/SocketIOClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageTags>socket.io-client</PackageTags>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<RepositoryType>github</RepositoryType>
15-
<Version>4.0.2</Version>
15+
<Version>4.0.3</Version>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<LangVersion>latest</LangVersion>
1818
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)