- Update NJsonSchema to v9.13.35
- Improve SwaggerParameter binary handling
- Use JsonConvert for Swagger UI settings, #2125
- Add additional settings for Swagger UI 3 and ReDoc, closes #2125
- Add test for nullable additional properties schema, #2116
- Improve SecurityDefinitionAppender add AddSecurity() method
- Improved binary body parameter handling (#2112)
- Get EndpointMetadata via reflection in AspNetCoreOperationSecurityScopeProcessor, #2090
- Add AspNetCoreOperationSecurityScopeProcessor (#2090)
- Improve swagger middlewares for extensibility (#2105)
- Update to latest ASP.NET Core versions (CLI) (#2096)
- Improve IsXmlBodyParameter, IsBinaryBodyParameter and SwaggerResponse.IsBinary() (#2104)
- Add CustomStyle and CustomScript to ReDoc, closes #2099
- Disable cert check in NSwagStudio, closes #2083
- Take operation processor added consumes/produces into account