Skip to content

Commit 487e646

Browse files
Update changelog for version 0.73.0 (#122)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f28b44f commit 487e646

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

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

547
### Changes

docs/changelog.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
[View on GitHub](https://github.com/br3ndonland/inboard/blob/HEAD/CHANGELOG.md)
44

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+
547
## 0.72.4 - 2025-06-20
648

749
### Changes

0 commit comments

Comments
 (0)