You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release_notes.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ 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.3
10
+
11
+
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.
12
+
13
+
### v5.0.2
14
+
15
+
This version updates Stack Exchange Redis and adds a null check for the serialization methods.
16
+
9
17
### v5.0.1
10
18
11
19
Removed try-catch around serialization so it now throws an error. Updated the assembly versions to match the release versions. Downgraded Microsoft.Bcl.AsyncInterfaces to version 5.0.0
0 commit comments