Skip to content

0.62.0

@br3ndonland br3ndonland tagged this 31 Dec 03:54
### Changes

**Update to Uvicorn 0.24.0** (65883a9, 0d5ec23)

This release will update/upgrade to
[Uvicorn 0.24.0](https://github.com/encode/uvicorn/releases).
This is a minor release to align with Uvicorn versioning.

Uvicorn 0.24.0 adds support for Python 3.12 and for setting the app
instance with the environment variable `UVICORN_APP`. inboard already
has an environment variable for this purpose, `APP_MODULE`. Either
`APP_MODULE` or `UVICORN_APP` can be used to set the app module for
inboard, with precedence given to `APP_MODULE` for backward
compatibility.

### Commits

- Bump version from 0.61.0 to 0.62.0 (2270900)
- Support `UVICORN_APP` (0d5ec23)
- Update to Uvicorn 0.24.0 (65883a9)
- Update changelog for version 0.61.0 (#94) (665eaca)
Assets 2