Skip to content

Releases: serviejs/servie-compat-http

Servie 3.x

19 May 07:44

Choose a tag to compare

Changed

  • Updated to latest Servie API

Proxy Events

03 Jul 23:40

Choose a tag to compare

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}`

03 Jul 22:54

Choose a tag to compare

Changed

  • Call socket methods and end() manually instead of listening to readable - fixes an issue with long response bodies hanging

Alias `originalUrl`

03 Jul 22:17

Choose a tag to compare

Added

  • Alias originalUrl on the http object for Express.js

Move to @serviejs org

08 May 21:19

Choose a tag to compare

Servie 0.2

25 Jan 05:22

Choose a tag to compare

Changed

  • Update to servie@0.2

New Middleware Pattern

23 Jan 19:47

Choose a tag to compare

Changed

  • Use new middleware pattern of (req: Request, next: () => Promise<Response>) => Promise<Response>

Servie Peer Dependency

20 Jan 22:01

Choose a tag to compare

Changed

  • Move servie to a peer dependency position

Update Servie

20 Jan 21:47

Choose a tag to compare

Changed

  • Update to servie@0.0.3

Next Handler

20 Jan 18:26

Choose a tag to compare

Fixed

  • Ensure the next() handler is only invoked when the compat HTTP interfaces did not respond