Releases: adonisjs/http-server
Releases · adonisjs/http-server
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
Add a specific citgm script
Commits
- chore: fix typo in release script (8743e2e)
- chore: add a citgm script (1f6730b)
- chore: switch to release-it (384900a)
- chore: update dependencies (4d6338c)
Full Changelog: v7.2.0...v7.2.1
Add response.onFinish method to listen when response is finished
Please consult the documentation on how response.onFinish
method works. https://docs.adonisjs.com/guides/response#running-actions-after-response-finishes
Commits
Full Changelog: v7.1.0...v7.2.0
Add ResponseStatus enum
- fix(response): correct status 416 5ef57d5
- feat(response): export response status a17c106
- feat(response): add response status enum cc45664
Full Changelog: v7.0.3...v7.1.0
Make Router class macroable
Full Changelog: v7.0.2...v7.0.3