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
66
77## Session State Provider Release Notes
88
9+ ### v5.0.4
10+
11+ Remove empty catch swallowing serialization errors.
12+
913### v5.0.3
1014
1115This 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 88 <SignAssembly Condition =" '$(EnableCodeSigning)' == 'true' " >true</SignAssembly >
99 <DelaySign Condition =" '$(EnableCodeSigning)' == 'true' " >true</DelaySign >
1010 <AssemblyOriginatorKeyFile Condition =" '$(EnableCodeSigning)' == 'true' " >dummy.snk</AssemblyOriginatorKeyFile >
11- <VersionPrefix >5.0.3 </VersionPrefix >
11+ <VersionPrefix >5.0.4 </VersionPrefix >
1212 <authors >Microsoft</authors >
1313 <copyright >© Microsoft Corporation. All rights reserved.</copyright >
1414 <Description >Custom session state provider for redis cache.</Description >
You can’t perform that action at this time.
0 commit comments