Skip to content

Commit

Permalink
📝 Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Apr 27, 2020
1 parent 35e4601 commit e8bb417
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,20 @@ All the image tags, configurations, environment variables and application option

### Latest Changes

* Update and refactor bringing all the new features from the base image. Includes:
* Centralize, simplify, and deduplicate code and setup
* Move CI to GitHub actions
* Add Python 3.8 (and Alpine)
* Add new configs and docs:
* `WORKER_CLASS`
* `TIMEOUT`
* `KEEP_ALIVE`
* `GRACEFUL_TIMEOUT`
* `ACCESS_LOG`
* `ERROR_LOG`
* `GUNICORN_CMD_ARGS`
* `MAX_WORKERS`
* PR [#16](https://github.com/tiangolo/uvicorn-gunicorn-starlette-docker/pull/16).
* Disable pip cache during installation. PR [#15](https://github.com/tiangolo/uvicorn-gunicorn-starlette-docker/pull/15).
* Migrate local development from Pipenv to Poetry. PR [#14](https://github.com/tiangolo/uvicorn-gunicorn-starlette-docker/pull/14).
* Add docs for custom `PRE_START_PATH` env var. PR [#13](https://github.com/tiangolo/uvicorn-gunicorn-starlette-docker/pull/13).
Expand Down

0 comments on commit e8bb417

Please sign in to comment.