8
8
- if you find bug/optimization, feel free to send patch.
9
9
10
10
11
- ## Roadmap / _ (2024 -??-??)_
11
+ ## Roadmap / _ (2025 -??-??)_
12
12
13
13
- rewrite documentation with vuepress, docusaurus or another alternative
14
14
- automatic ` Swagger API JSON ` generation
@@ -18,6 +18,19 @@ Notes :
18
18
- sync ` HttpMultipartDataParser ` library with upstream
19
19
20
20
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
+
21
34
## v12.0.1 / _ (2024-12-26)_
22
35
Maintenance
23
36
@@ -95,7 +108,7 @@ Maintenance
95
108
- rename ` SimpleW.SetTokenWebUserCallback() ` method to ` SimpleW.SetToken() ` and reorder parameters (#3 ).
96
109
- rename ` Controller.OnBeforeHandler() ` method to ` Controller.OnBeforeMethod() ` .
97
110
98
- ### bug
111
+ ### fix
99
112
100
113
- fix(AutoIndex): do not show ".." in root path (#10 ).
101
114
@@ -136,7 +149,7 @@ Maintenance
136
149
## v11.3.1 / _ (2023-12-23)_
137
150
Maintenance
138
151
139
- ### bug
152
+ ### fix
140
153
141
154
- fix wrong label and status for ` OnWsDisconnected ` logging
142
155
@@ -145,7 +158,7 @@ Maintenance
145
158
## v11.3.1 / _ (2023-12-23)_
146
159
Maintenance
147
160
148
- ### bug
161
+ ### fix
149
162
150
163
- fix wrong label and status for ` OnWsDisconnected ` logging
151
164
@@ -197,7 +210,7 @@ Maintenance
197
210
## v11.0.0 / _ (2023-11-01)_
198
211
New Major Version
199
212
200
- ### bug
213
+ ### fix
201
214
202
215
- fix huge performances degradation due to old ` Trace.Trace*() ` methods
203
216
@@ -215,7 +228,7 @@ New Major Version
215
228
## v9.0.1 / _ (2023-10-22)_
216
229
Maintenance
217
230
218
- ### bug
231
+ ### fix
219
232
220
233
- throw error on starting static server when containing file which size is 0
221
234
@@ -387,7 +400,7 @@ Maintenance
387
400
## v6.2.1 / _ (2022-10-20)_
388
401
Maintenance
389
402
390
- ### bug
403
+ ### fix
391
404
392
405
- logging error and exception
393
406
@@ -416,7 +429,7 @@ Maintenance
416
429
## v6.0.0 / _ (2022-10-02)_
417
430
New Major Version
418
431
419
- ### bug
432
+ ### fix
420
433
421
434
- fix null exception in ` Controller.GetJwt() ` when parsing request url
422
435
@@ -463,7 +476,7 @@ Maintenance
463
476
## v4.4.3 / _ (2022-08-29)_
464
477
Maintenance
465
478
466
- ### bug
479
+ ### fix
467
480
468
481
- replace ` X-Scheme ` header by ` X-Forwarded-Proto `
469
482
@@ -496,7 +509,7 @@ Maintenance
496
509
## v4.4.0 / _ (2022-08-24)_
497
510
Maintenance
498
511
499
- ### bug
512
+ ### fix
500
513
501
514
- ` shouldSerializeContractResolver() ` handle nested class
502
515
@@ -505,7 +518,7 @@ Maintenance
505
518
## v4.3.2 / _ (2022-08-12)_
506
519
Maintenance
507
520
508
- ### bug
521
+ ### fix
509
522
510
523
- sync with upstream (NetCoreServer v6.5.0 fix websocket regression)
511
524
@@ -532,7 +545,7 @@ Maintenance
532
545
## v4.2.8 / _ (2022-07-29)_
533
546
Maintenance
534
547
535
- ### bug
548
+ ### fix
536
549
537
550
- sync with upstream NetCoreServer (fix deadlock in websocker/wssession)
538
551
- sync with upstream NetCoreServer (Add HTTP cookie SameSite=Strict mode)
@@ -662,7 +675,7 @@ Maintenance
662
675
## v3.1.2 / _ (2022-03-10)_
663
676
Maintenance
664
677
665
- ### bug
678
+ ### fix
666
679
667
680
- ignore case when parsing http header authorization
668
681
@@ -710,7 +723,7 @@ Maintenance
710
723
## v2.2.1 / _ (2022-02-03)_
711
724
Maintenance
712
725
713
- ### bug
726
+ ### fix
714
727
715
728
- remove debug message
716
729
@@ -719,7 +732,7 @@ Maintenance
719
732
## v2.2 / _ (2022-02-03)_
720
733
Maintenance
721
734
722
- ### bug
735
+ ### fix
723
736
724
737
- fix NetCoreServer ` FileCache.InsertFileInternal() ` ` ReadAllBytes() ` error
725
738
@@ -728,7 +741,7 @@ Maintenance
728
741
## v2.1.1 / _ (2022-01-31)_
729
742
Maintenance
730
743
731
- ### bug
744
+ ### fix
732
745
733
746
- fix correct timestamp in console log
734
747
@@ -737,7 +750,7 @@ Maintenance
737
750
## v2.1 / _ (2022-01-30)_
738
751
Maintenance
739
752
740
- ### bug
753
+ ### fix
741
754
742
755
- fix netcoresever ` FileCache `
743
756
- fix compressTypes in ` ControllerBase.SendResponseAsync() `
@@ -783,7 +796,7 @@ Maintenance
783
796
## v1.0.14 / _ (2021-12-16)_
784
797
Maintenance
785
798
786
- ### bug
799
+ ### fix
787
800
788
801
- parameter null converter in ` Controller.Method() `
789
802
0 commit comments