Skip to content

Commit 98c402e

Browse files
committed
SimpleW v13.0.0
1 parent dad77bc commit 98c402e

File tree

2 files changed

+32
-19
lines changed

2 files changed

+32
-19
lines changed

release.md

Lines changed: 31 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Notes :
88
- if you find bug/optimization, feel free to send patch.
99

1010

11-
## Roadmap / _(2024-??-??)_
11+
## Roadmap / _(2025-??-??)_
1212

1313
- rewrite documentation with vuepress, docusaurus or another alternative
1414
- automatic `Swagger API JSON` generation
@@ -18,6 +18,19 @@ Notes :
1818
- sync `HttpMultipartDataParser` library with upstream
1919

2020

21+
## v13.0.0 / _(2025-02-14)_
22+
Maintenance
23+
24+
### fix
25+
26+
- fix: possible header mismatch when upgrading to websocket connection (#27)
27+
28+
### feature
29+
30+
- chore: bump to NET8 (#26)
31+
32+
33+
2134
## v12.0.1 / _(2024-12-26)_
2235
Maintenance
2336

@@ -95,7 +108,7 @@ Maintenance
95108
- rename `SimpleW.SetTokenWebUserCallback()` method to `SimpleW.SetToken()` and reorder parameters (#3).
96109
- rename `Controller.OnBeforeHandler()` method to `Controller.OnBeforeMethod()`.
97110

98-
### bug
111+
### fix
99112

100113
- fix(AutoIndex): do not show ".." in root path (#10).
101114

@@ -136,7 +149,7 @@ Maintenance
136149
## v11.3.1 / _(2023-12-23)_
137150
Maintenance
138151

139-
### bug
152+
### fix
140153

141154
- fix wrong label and status for `OnWsDisconnected` logging
142155

@@ -145,7 +158,7 @@ Maintenance
145158
## v11.3.1 / _(2023-12-23)_
146159
Maintenance
147160

148-
### bug
161+
### fix
149162

150163
- fix wrong label and status for `OnWsDisconnected` logging
151164

@@ -197,7 +210,7 @@ Maintenance
197210
## v11.0.0 / _(2023-11-01)_
198211
New Major Version
199212

200-
### bug
213+
### fix
201214

202215
- fix huge performances degradation due to old `Trace.Trace*()` methods
203216

@@ -215,7 +228,7 @@ New Major Version
215228
## v9.0.1 / _(2023-10-22)_
216229
Maintenance
217230

218-
### bug
231+
### fix
219232

220233
- throw error on starting static server when containing file which size is 0
221234

@@ -387,7 +400,7 @@ Maintenance
387400
## v6.2.1 / _(2022-10-20)_
388401
Maintenance
389402

390-
### bug
403+
### fix
391404

392405
- logging error and exception
393406

@@ -416,7 +429,7 @@ Maintenance
416429
## v6.0.0 / _(2022-10-02)_
417430
New Major Version
418431

419-
### bug
432+
### fix
420433

421434
- fix null exception in `Controller.GetJwt()` when parsing request url
422435

@@ -463,7 +476,7 @@ Maintenance
463476
## v4.4.3 / _(2022-08-29)_
464477
Maintenance
465478

466-
### bug
479+
### fix
467480

468481
- replace `X-Scheme` header by `X-Forwarded-Proto`
469482

@@ -496,7 +509,7 @@ Maintenance
496509
## v4.4.0 / _(2022-08-24)_
497510
Maintenance
498511

499-
### bug
512+
### fix
500513

501514
- `shouldSerializeContractResolver()` handle nested class
502515

@@ -505,7 +518,7 @@ Maintenance
505518
## v4.3.2 / _(2022-08-12)_
506519
Maintenance
507520

508-
### bug
521+
### fix
509522

510523
- sync with upstream (NetCoreServer v6.5.0 fix websocket regression)
511524

@@ -532,7 +545,7 @@ Maintenance
532545
## v4.2.8 / _(2022-07-29)_
533546
Maintenance
534547

535-
### bug
548+
### fix
536549

537550
- sync with upstream NetCoreServer (fix deadlock in websocker/wssession)
538551
- sync with upstream NetCoreServer (Add HTTP cookie SameSite=Strict mode)
@@ -662,7 +675,7 @@ Maintenance
662675
## v3.1.2 / _(2022-03-10)_
663676
Maintenance
664677

665-
### bug
678+
### fix
666679

667680
- ignore case when parsing http header authorization
668681

@@ -710,7 +723,7 @@ Maintenance
710723
## v2.2.1 / _(2022-02-03)_
711724
Maintenance
712725

713-
### bug
726+
### fix
714727

715728
- remove debug message
716729

@@ -719,7 +732,7 @@ Maintenance
719732
## v2.2 / _(2022-02-03)_
720733
Maintenance
721734

722-
### bug
735+
### fix
723736

724737
- fix NetCoreServer `FileCache.InsertFileInternal()` `ReadAllBytes()` error
725738

@@ -728,7 +741,7 @@ Maintenance
728741
## v2.1.1 / _(2022-01-31)_
729742
Maintenance
730743

731-
### bug
744+
### fix
732745

733746
- fix correct timestamp in console log
734747

@@ -737,7 +750,7 @@ Maintenance
737750
## v2.1 / _(2022-01-30)_
738751
Maintenance
739752

740-
### bug
753+
### fix
741754

742755
- fix netcoresever `FileCache`
743756
- fix compressTypes in `ControllerBase.SendResponseAsync()`
@@ -783,7 +796,7 @@ Maintenance
783796
## v1.0.14 / _(2021-12-16)_
784797
Maintenance
785798

786-
### bug
799+
### fix
787800

788801
- parameter null converter in `Controller.Method()`
789802

src/SimpleW/SimpleW.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
It provides a cross-plateform framework for building web applications on top of the great NetCoreServer.</Description>
1414
<AssemblyVersion>13.0.0</AssemblyVersion>
1515
<FileVersion>13.0.0</FileVersion>
16-
<Version>13.0.0-rc1</Version>
16+
<Version>13.0.0</Version>
1717
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1919
<AllowUnsafeBlocks>True</AllowUnsafeBlocks><!-- for LitJWT package-->

0 commit comments

Comments
 (0)