2.1.1
Changes:
- Adds support for providing a custom
ProblemDetailsFactory
to the OWIN middleware and Web API filters (#4). DefaultProblemDetailsFactory
is now public, so that it can be used as the basis for custom factory implementations if desired.- Fixes a bug where the HTTP response status code was not getting correctly set when catching an unhandled exception in the OWIN middleware.