File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments