|
2 | 2 |
|
3 | 3 | [View on GitHub](https://github.com/br3ndonland/inboard/blob/HEAD/CHANGELOG.md) |
4 | 4 |
|
| 5 | +## 0.73.0 - 2025-07-29 |
| 6 | + |
| 7 | +### Changes |
| 8 | + |
| 9 | +**Update to FastAPI 0.116 and Starlette 0.47** (dc8ae340af88a3a1749c077f23b32bedcd800b76) |
| 10 | + |
| 11 | +This release will update/upgrade to |
| 12 | +[FastAPI 0.116](https://fastapi.tiangolo.com/release-notes/) and |
| 13 | +[Starlette 0.47](https://www.starlette.io/release-notes/). |
| 14 | +This is a minor release to align with FastAPI and Starlette versioning. |
| 15 | + |
| 16 | +FastAPI 0.116 introduces support for deploying to FastAPI Cloud with |
| 17 | +the `fastapi deploy` CLI command. |
| 18 | + |
| 19 | +Starlette 0.47 reintroduces support for an ASGI extension called |
| 20 | +[path send](https://asgi.readthedocs.io/en/latest/extensions.html#path-send) |
| 21 | +(aka "path-send" or `pathsend`). It was introduced in Starlette 0.36, |
| 22 | +then removed in 0.38 because of issues with `BaseHTTPMiddleware`. Now |
| 23 | +they're giving it another try. |
| 24 | + |
| 25 | +### Commits |
| 26 | + |
| 27 | +- Bump version from 0.72.4 to 0.73.0 (f28b44f) |
| 28 | +- Update to FastAPI 0.116 and Starlette 0.47 (dc8ae34) |
| 29 | +- Fix changelog in separate GitHub Actions job step (60c0700) |
| 30 | +- Fix changelog generator `$ESCAPE_DUNDERS` regex (2a6a518) |
| 31 | +- Add missing `shellcheck disable=SC2016` (6573cd9) |
| 32 | +- Update changelog for version 0.72.4 (#121) (879782b) |
| 33 | + |
| 34 | +Tagger: Brendon Smith <[email protected]> |
| 35 | + |
| 36 | +Date: 2025-07-29 18:07:25 -0400 |
| 37 | + |
| 38 | +```text |
| 39 | +-----BEGIN SSH SIGNATURE----- |
| 40 | +U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE |
| 41 | +kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 |
| 42 | +AAAAQP4plwsHpFxvbiWWCR90etBjeK1b+iUwEtcmr0LM6u15G4ZFHjWKKx30q8bXUbxy7q |
| 43 | +gjq0L8Rfbn9czEUHFhUAk= |
| 44 | +-----END SSH SIGNATURE----- |
| 45 | +``` |
| 46 | + |
5 | 47 | ## 0.72.4 - 2025-06-20 |
6 | 48 |
|
7 | 49 | ### Changes |
|
0 commit comments