Releases: adonisjs/http-server
Releases · adonisjs/http-server
Do not clone rich data types when creating original body copy
7.7.0 (2025-06-17)
Bug Fixes
- pin swc as it is broken (5edeadc)
Features
- request body cloned copy to replace non-primitive values with null (9c989f7)
Full Changelog: v7.6.1...v7.7.0
Update dependencies
7.6.1 (2025-05-15)
Full Changelog: v7.6.0...v7.6.1
QOL: Allow deep partial config via defineConfig method
7.6.0 (2025-03-26)
Bug Fixes
- DeepPartial type (5561087)
Features
- make http config deep partial (7b30a59)
Full Changelog: v7.5.0...v7.6.0
Allow configuring timeouts for the Node.js HTTP server
7.5.0 (2025-02-26)
Features
- allow configuring Node.js HTTP server (a8e3f2b)
What's Changed
- Handle Uint8Array directly as a response, without converting to Buffer by @andrew-connell in #97
- Configure Node HTTP server by @enixsoft in #98
New Contributors
- @andrew-connell made their first contribution in #97
- @enixsoft made their first contribution in #98
Full Changelog: v7.4.0...v7.5.0
define listArgs property for brisk route handle
The listArgs
will be used by the list:routes
command to provide more info about the brisk handler
Features
- define listArgs for brisk routes handler (9173f99)
Full Changelog: v7.3.0...v7.4.0
Add `x-request-id` to the response when exists in the request
Features
What's Changed
- Specify using Node buffer by importing it by @McSneaky in #91
- feat: add x-request-id to the response by @dmartel in #96
New Contributors
Full Changelog: v7.2.5...v7.3.0
Ensure the server cannot be booted twice and routes are committed only once
Fixes adonisjs/inertia#39
Bug Fixes
- ensure server is booted only once and routes are committed once (bad9443)
Full Changelog: v7.2.4...v7.2.5
Update cookie dependency
Full Changelog: v7.2.3...v7.2.4
Fix bug with defineConfig helper
- refactor: relay trustProxy value as it is in normalizedConfig (87d7fc9)
- chore: update dependencies (912fd1e)
Full Changelog: v7.2.2...v7.2.3
Update dependencies
- Merge branch 'main' into develop (7389edc)
- chore(release): 7.2.1 (b00020e)
- chore: update release-it config (86b 4120 4fa5)
- chore: update dependencies (54fd0e6)
- chore: update release-it config (03cc997)
- chore: update dependencies (adbbd76)
Full Changelog: v7.2.1...v7.2.2