You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.537] - 2026-06-23
9
+
10
+
### Changed
11
+
12
+
-**Maintainability (#201):** Split `app/builder.rs` into internal `routing`, `openapi`, `health`, and `run` modules. Every `rustapi-core/src/**/*.rs` file is now under the 50KB limit.
13
+
-**Run lifecycle:** All `run*` entrypoints (`run`, `run_http3`, `run_http3_dev`, `run_dual_stack`, and `*_with_shutdown` variants) consistently execute `on_shutdown` hooks after the server exits.
14
+
-**Test layout:** Oversized router and extract test bodies moved to `tests/support/*_lib.rs` and included from `src/` for `--lib` coverage without growing production source files.
15
+
16
+
### Fixed
17
+
18
+
- Plain `run_http3` / `run_http3_dev` / `run_dual_stack` no longer drop pending `on_shutdown` hooks via `pending()` delegation.
0 commit comments