Skip to content

Releases: nsimmons/koa-better-http-proxy

v0.2.10

28 Apr 18:22
c5bcd8c
Compare
Choose a tag to compare

Remove unused package winston

v0.2.9

11 Mar 18:46
Compare
Choose a tag to compare
  • Prevent headers leaking across requests

v0.2.8

27 Jan 16:52
Compare
Choose a tag to compare
  • Fix Typescript error related to Agent option
  • Docs updated for proxyReqOptDecorator indicating that it's not possible to modify request path

v0.2.7

22 Jan 14:19
Compare
Choose a tag to compare
  • Don't set Connection: close by default

v0.2.6

22 Jan 14:08
Compare
Choose a tag to compare
  • Support passing an http(s).Agent option

v0.2.5

20 Oct 14:07
d4c94ae
Compare
Choose a tag to compare

Added strippedHeaders, userResHeadersDecorator and connectTimeout options.

v0.2.4

06 Oct 12:23
Compare
Choose a tag to compare

Fixed type definitions

v0.2.3

24 Jul 16:56
Compare
Choose a tag to compare

Add missing option limit

v0.2.2 - Added Typescript type definitions

25 Apr 19:03
Compare
Choose a tag to compare

Included type definitions with the npm package for people who want to use this module with Typescript.

v0.2.0 - Removed memoizeHost option

21 Apr 18:04
Compare
Choose a tag to compare

MemoizeHost was never truly supported. It has been removed as an option.

README has been updated to include all supported options.