Skip to content

Releases: godaddy/terminus

v4.2.0

28 Aug 15:55

Choose a tag to compare

4.2.0 (2019-08-28)

Bug Fixes

Features

v4.1.2

23 May 23:08
0a7603d

Choose a tag to compare

4.1.2 (2019-05-23)

Bug Fixes

v4.1.1

23 May 22:45

Choose a tag to compare

4.1.1 (2019-05-23)

Bug Fixes

v4.1.0

05 Oct 19:47

Choose a tag to compare

4.1.0 (2018-10-05)

Features

  • onSendFailureDuringShutdown: enable to run an operation before sending the failure message (5384d1e)

4.0.0

05 Oct 16:21
defa4aa

Choose a tag to compare

4.0.0 (2018-10-05)

Breaking change

  • Dropping support for Node.js 6

v3.0.1

28 Sep 15:19

Choose a tag to compare

3.0.1 (2018-09-28)

Bug Fixes

  • typings: update types for 3.0.0 (319f662)

v3.0.0

27 Sep 16:30
25a666b

Choose a tag to compare

3.0.0 (2018-09-27)

Features

Migration

// change from
const terminus = require('@godaddy/terminus')

terminus(server, options)

// change to:
const {createTerminus} = require('@godaddy/terminus')
createTerminus(server, options)

v2.5.0

26 Sep 17:45

Choose a tag to compare

2.5.0 (2018-09-26)

Features

  • response: add content-type header to JSON responses (#80) (d544422)

v2.4.2

10 Sep 03:42

Choose a tag to compare

fix(lib): support handling multiple servers in one process

v2.4.1

09 Jul 17:45
6ac1ff2

Choose a tag to compare

2.4.1 (2018-07-09)

Bug Fixes

  • cleanup: properly remove signal listeners (6ac1ff2)