Skip to content

0.11.0-beta.0

@br3ndonland br3ndonland tagged this 11 Oct 22:55
Changes include:

- Add support for Alpine and Debian "slim" Linux distributions
- Upgrade to Uvicorn 0.15, ensuring version-appropriate config options
- Implement `UVICORN_CONFIG_OPTIONS` variable for catch-all config
- Drop `toml` dependency
- Pin and test Poetry version

Commits:

- Bump version from 0.11.0-alpha.3 to 0.11.0-beta.0 (a12f12a)
- Update dependencies (e7a23df)
- Use consistent substring match for Poetry version (74deab7)
- Merge pull request #44 from br3ndonland/poetry-version (02066b3)
- Pin and test Poetry version in Docker (036b57c)
- Pin and test Poetry version in GitHub Actions (a38617d)
- Document Rust Python extensions on Alpine Linux (c59805a)
- Merge pull request #43 from br3ndonland/drop-toml (d7eb82a)
- Drop `toml` dependency (619f63c)
- Replace PAT with `GITHUB_TOKEN` for `docker login` (ddffe97)
- Only run `docker login` when pushing to registry (809d413)
- Fix typo in `contributing.md` (#42) (8900a7e)
- Bump version from 0.11.0-alpha.2 to 0.11.0-alpha.3 (9745b25)
- Clarify `inboard.start._split_uvicorn_option` (a93fcbb)
- Ensure Uvicorn options are version-appropriate (242ff7a)
- Bump version from 0.11.0-alpha.1 to 0.11.0-alpha.2 (792c263)
- Merge pull request #41 from br3ndonland/uvicorn-config-options (fe582cb)
- Document `UVICORN_CONFIG_OPTIONS` variable (509b4bf)
- Implement `UVICORN_CONFIG_OPTIONS` variable (a8773b6)
- Use pytest fixtures for test Uvicorn configs (2964358)
- Remove `mock_` prefixes from `tests/test_start.py` (0ef5dfc)
- Strip spaces from both ends of `RELOAD_DIRS` (3808f2c)
- Merge pull request #39 from br3ndonland/uvicorn-0.15 (043c929)
- Update #39 with Sourcery refactorings from #40 (75b81a4)
- Document new Uvicorn 0.15 reload config options (95fe201)
- Implement new Uvicorn 0.15 reload config options (f4428dd)
- Upgrade to Uvicorn 0.15 (ffb47df)
- Clarify Debian slim Dockerfile example in docs (8b0ef55)
- Bump version from 0.11.0-alpha.0 to 0.11.0-alpha.1 (7c4647d)
- Merge pull request #38 from br3ndonland/slim (bac938a)
- Document how to use Debian slim Docker images (9389572)
- Add support for Debian slim Docker images (582dcef)
- Bump version from 0.10.4 to 0.11.0-alpha.0 (6f27dc7)
- Document how to use Alpine Linux with inboard (86efc46)
- Delete build dependencies from Alpine Linux images (d85200c)
- Merge pull request #37 from br3ndonland/alpine (11dc393)
- Document support for Alpine Linux (41ae8b6)
- Add support for Alpine Linux to GitHub Actions (a442b9f)
- Add support for Alpine Linux to Dockerfile (c7d83e7)
- Ensure Poetry is on `$PATH` in all Docker images (efe50b8)
Assets 2
Loading