Skip to content

Swagger UI v5.11.2 Released!

Compare
Choose a tag to compare
@swagger-bot swagger-bot released this 29 Jan 09:05
· 471 commits to master since this release

5.11.2 (2024-01-29)

Bug Fixes

  • docker: disallow embedding SwaggerUI served from docker by default (#9520) (f9ecb01)

Important

This modification enhances security by implementing stricter default settings. However, full backward compatibility is still attainable by creating a Docker container with the EMBEDDING=true environment variable.

 $  docker run -d -p 80:8080 -e EMBEDDING=true swaggerapi/swagger-ui