Releases: serviejs/servie-compat-http
Releases · serviejs/servie-compat-http
Servie 3.x
Changed
- Updated to latest Servie API
Proxy Events
Fixed
- The issue with proxy the write events is that it would listen to
drain, but the events weren't being proxied
Proxy `response.{write,end}`
Changed
- Call socket methods and
end()manually instead of listening toreadable- fixes an issue with long response bodies hanging
Alias `originalUrl`
Added
- Alias
originalUrlon the http object for Express.js
Move to @serviejs org
Move to @serviejs org
Servie 0.2
Changed
- Update to
servie@0.2
New Middleware Pattern
Changed
- Use new middleware pattern of
(req: Request, next: () => Promise<Response>) => Promise<Response>
Servie Peer Dependency
Changed
- Move
servieto a peer dependency position
Update Servie
Changed
- Update to
servie@0.0.3
Next Handler
Fixed
- Ensure the
next()handler is only invoked when the compat HTTP interfaces did not respond