File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/RedisSessionStateProvider Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Below is a summary of the the main features/bug fixes in the most recent release
6
6
7
7
## Session State Provider Release Notes
8
8
9
+ ### v5.0.4
10
+
11
+ Remove empty catch swallowing serialization errors.
12
+
9
13
### v5.0.3
10
14
11
15
This version fixes a bug in v5.0.2 where the null check during deserialization was not sufficient. We added a try-catch back to the method.
Original file line number Diff line number Diff line change 8
8
<SignAssembly Condition =" '$(EnableCodeSigning)' == 'true' " >true</SignAssembly >
9
9
<DelaySign Condition =" '$(EnableCodeSigning)' == 'true' " >true</DelaySign >
10
10
<AssemblyOriginatorKeyFile Condition =" '$(EnableCodeSigning)' == 'true' " >dummy.snk</AssemblyOriginatorKeyFile >
11
- <VersionPrefix >5.0.3 </VersionPrefix >
11
+ <VersionPrefix >5.0.4 </VersionPrefix >
12
12
<authors >Microsoft</authors >
13
13
<copyright >© Microsoft Corporation. All rights reserved.</copyright >
14
14
<Description >Custom session state provider for redis cache.</Description >
You can’t perform that action at this time.
0 commit comments