Suave.IO v2.6.0 Release Notes
Release Date: 2020-12-09 // about 4 years ago-
- Target netstandard2.1 and drop net461
- ๐ Introduces proxy web part
- Optimization: use byte arrays instead of strings for hardcoded literals
- ๐ FIX: Sequence map bug in getHeaders (#747)
Previous changes from v2.6.0-beta
-
- ๐ Makes HttpContext.userState a mutable dictionary enabling global user state per request.
- ๐ FIX: Prevent showing detailed errors when proxied
- โ Removes Owin module.
- โ Removes lensed properties.