Skip to content

Releases: emostar/express-graceful-exit

Registry field fix

29 Mar 23:36
Compare
Choose a tag to compare

Patch to npm publishing fields

TS types and security patch of underscore version

29 Mar 23:01
Compare
Choose a tag to compare

Typescript definition file added, referenced in package.json

Security patch addressing vulnerability with update to underscore version

Connection close fix and new options for exit handling

21 Oct 20:44
Compare
Choose a tag to compare

As described in v0.5.0-rc.1:

return connection close header instead of killing connection

end any rejected requests cleanly

add option to process one last request

add option to respond with default or custom error during graceful exit

bug fix on new config option

18 Oct 19:24
Compare
Choose a tag to compare
Pre-release
v0.5.0-rc.2

bump to 0.5.0 release candidate 2

fix request handling during graceful exit, new graceful exit options

15 Oct 16:07
7315ef3
Compare
Choose a tag to compare

return connection close header instead of killing connection

end any rejected requests cleanly

add option to process one last request

add option to respond with default or custom error during graceful exit

minor bug fixes

02 Oct 12:06
Compare
Choose a tag to compare

Now correctly return intended exit code upon forced exit after timeout - thank you @mbelang

Fix for undefined array - thank you @michaelBenin

better call stack output

15 Jan 21:48
Compare
Choose a tag to compare

Names for anonymous functions.

Thanks to @holm for his input.

Support disconnect for socket.io versions 0.x to 1.4+

20 Apr 23:50
Compare
Choose a tag to compare

The new functionality was written based on inspecting the socket.io source code of various versions, and light manual testing. Please verify the expected disconnect functionality before releasing in a production environment.

package version only

05 Aug 19:46
Compare
Choose a tag to compare

see releases v0.2.0 - v0.3.1 for relevant updates

Doc fixes only

05 Aug 19:34
Compare
Choose a tag to compare

version, doc fixes