Commit b6ff300
committed
chore(release): 5.0.0-beta.1 [skip ci]
# [5.0.0-beta.1](v4.17.1...v5.0.0-beta.1) (2025-12-08)
### Bug Fixes
* response.write() to return a bool (resolves [#683](#683)) ([#702](#702)) ([d9be538](d9be538))
* support nested routes and custom domains ([#555](#555)) ([422bac1](422bac1))
### Features
* v5.0.0 - Node.js 24 support and removal of deprecated APIs ([a6263a3](a6263a3))
### BREAKING CHANGES
* Minimum Node.js version is now 24 (though earlier versions may work)
* Handler no longer accepts callback parameter - async/Promise only
* Removed resolutionMode option (CALLBACK/CONTEXT modes removed)
* Removed binaryMimeTypes option (use binarySettings instead)
* Removed deprecated createServer() and proxy() exports
* Removed deprecated handler.handler() and handler.proxy() methods1 parent a6263a3 commit b6ff300
3 files changed
+27
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
1 | 24 | | |
2 | 25 | | |
3 | 26 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
0 commit comments