Commit 3f0c2b81 authored by mgravell's avatar mgravell

more release notes for 2.1.0

parent 58e8d63e
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
## 2.1.0-preview ## 2.1.0-preview
- fix: ensure active-message is cleared (#1374 via hamish-omny)
- add: sentinel support (#1067 via shadim; #692 via lexxdark)
- add: `IAsyncEnumerable<T>` scanning APIs now supported (#1087) - add: `IAsyncEnumerable<T>` scanning APIs now supported (#1087)
- add: new API for use with misbehaving sync-contexts ([more info](https://stackexchange.github.io/StackExchange.Redis/ThreadTheft)) - add: new API for use with misbehaving sync-contexts ([more info](https://stackexchange.github.io/StackExchange.Redis/ThreadTheft))
- add: `TOUCH` support (#1291 via gkorland) - add: `TOUCH` support (#1291 via gkorland)
...@@ -18,6 +20,11 @@ ...@@ -18,6 +20,11 @@
- add: `GeoRadiusResult` is now mockable (#1175 via firenero) - add: `GeoRadiusResult` is now mockable (#1175 via firenero)
- fix: various documentation fixes (#1162, #1135, #1203, #1240, #1245, #1159, #1311, #1339, #1336) - fix: various documentation fixes (#1162, #1135, #1203, #1240, #1245, #1159, #1311, #1339, #1336)
- fix: rare race-condition around exception data (#1342) - fix: rare race-condition around exception data (#1342)
- fix: `ScriptEvaluateAsync` keyspace isolation (#1377 via gliljas)
- fix: F# compatibility enhancements (#1386)
- fix: improved `ScriptResult` null support (#1392)
- tests: better docker support for tests (#1389 via ejsmith; #1391)
- tests: general test improvements (#1183, #1385, #1384)
## 2.0.601 ## 2.0.601
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment