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/ReleaseNotes.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Release Notes
2
2
3
-
## 2.0
3
+
## 2.0.513
4
+
5
+
- fix #961 - fix assembly binding redirect problems; IMPORTANT: this drops to an older `System.Buffers` version - if you have manually added redirects for `4.0.3.0`, you may need to manually update to `4.0.2.0` (or remove completely)
6
+
- fix #962 - avoid NRE in edge-case when fetching bridge
7
+
8
+
## 2.0.505
9
+
10
+
- fix #943 - ensure transaction inner tasks are completed prior to completing the outer transaction task
11
+
- fix #946 - reinstate missing `TryParse` methods on `RedisValue`
12
+
- fix #940 - off-by-one on pre-boxed integer cache (NRediSearch)
0 commit comments