Skip to content

Releases: gajus/http-terminator

v2.0.0

21 Jan 01:22
Compare
Choose a tag to compare

2.0.0 (2020-01-21)

Features

  • rename httpResponseTimeout to gracefulTerminationTimeout (4d1722d)

BREAKING CHANGES

  • renamed configuration to avoid ambiguity about the function of the configuration.

v1.2.3

21 Jan 01:16
Compare
Choose a tag to compare

1.2.3 (2020-01-21)

Bug Fixes

  • ensure that we destroy new sockets after termination (57d4291)

v1.2.2

20 Jan 08:57
Compare
Choose a tag to compare

1.2.2 (2020-01-20)

Bug Fixes

  • set terminating promise ASAP (6d32709)

v1.2.1

20 Jan 08:40
Compare
Choose a tag to compare

1.2.1 (2020-01-20)

Bug Fixes

  • do not send {connection: close} prematurely (4d1b8f1)

v1.2.0

20 Jan 02:42
Compare
Choose a tag to compare

1.2.0 (2020-01-20)

Bug Fixes

  • differentiate HTTP and HTTPS server types (baaa9bb)
  • force release (722caee)

Features

v1.1.0

20 Jan 00:58
Compare
Choose a tag to compare

1.1.0 (2020-01-20)

Features

  • add connection close to requests re-using the same socket (7ced4f7)

v1.0.0

19 Jan 23:41
Compare
Choose a tag to compare

1.0.0 (2020-01-19)

Features

  • add connection: close header when terminating ongoing requests (a3aec29)
  • release first version (441027c)