🏃This version includes a significant performance improvement thanks to a change in Swagger-Client. Large, $ref-dense definitions should get to initial render more quickly!
We're continuing to make performance improvements, so head over to 1919 if you're having troubles.
**Interface changes:** OAuth2 requests are now subject to request and response interception.
- Feature: added support for OAS3 path and operation-level `server` definitions (via 3972)
- Improvement: removed Try-It-Out download link requirement that the response have a `Content-Length` (via 3895)
- Improvement: connected OAuth2 requests to `requestInterceptor` and `responseInterceptor` configuration options.
- Improvement: added type examples for header definitions (via 3967)
- Bugfix: parameter validation now tolerates OAS3 parameters that lack a `schema` property
- Bugfix: paremeter `enum`s, especially with Boolean types, now display more accurately (via 3964)
[Version Diff](https://github.com/swagger-api/swagger-ui/compare/v3.5.0...v3.6.0)