1.0.0
The first release declared "stable"! 🎉 🍰 🌮
The image has proven to be stable for a long time now, and the API has been frozen (backwards compatible) for a long time too.
And now there are tests covering all the options ensuring stability, which is especially important after changes.
This version reflects the status of the project (actually for long ago) using "semantic versioning".
It also adds changes to:
- Reduce the chances of introducing bugs.
- Provide support for several use cases (requested in issues).
Changes
- The Nginx configurations are generated dynamically from the entrypoint, instead of modifying pre-existing files. PR #50.
- Support for a completely custom
/app/nginx.conf
file that overrides the generated one. PR #51.
For more details, check the section in the docs: https://github.com/tiangolo/uwsgi-nginx-docker#overriding-nginx-configuration-completely