Giraffe v0.1.0-alpha002 Release Notes

    • 🔄 Changed the HttpHandlerContext to include an IServiceProvider and removed IHostingEnvironment and ILoggerFactory instead
    • ➕ Added more default HttpHandlers: challenge, signOff, requiresAuthentication, requiresRole, requiresRoleOf, clearResponse and xml
    • ➕ Added XML documentation to all default HttpHandlers
    • ⚡️ Updated to latest Microsoft.FSharp.Core.netcore NuGet package, which is in RC now
    • 🔄 Changed the name of the ErrorHandlerMiddleware to LambdaErrorHandlerMiddleware and changed the IApplicationBuilder extension method to UseLambdaErrorHandler