Suave.IO v2.6.0 Release Notes

Release Date: 2020-12-09 // over 3 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.