Skip to content

Releases: emostar/express-graceful-exit

Registry field fix

Choose a tag to compare

@ivolucien ivolucien released this 29 Mar 23:36

Patch to npm publishing fields

TS types and security patch of underscore version

Choose a tag to compare

@ivolucien ivolucien released this 29 Mar 23:01

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

Choose a tag to compare

@ivolucien ivolucien released this 21 Oct 20:44

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

Pre-release

Choose a tag to compare

@ivolucien ivolucien released this 18 Oct 19:24
v0.5.0-rc.2

bump to 0.5.0 release candidate 2

fix request handling during graceful exit, new graceful exit options

Choose a tag to compare

@ivolucien ivolucien released this 15 Oct 16:07
7315ef3

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

Choose a tag to compare

@ivolucien ivolucien released this 02 Oct 12:06

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

Choose a tag to compare

@ivolucien ivolucien released this 15 Jan 21:48

Names for anonymous functions.

Thanks to @holm for his input.

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

Choose a tag to compare

@ivolucien ivolucien released this 20 Apr 23:50

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

Choose a tag to compare

@ivolucien ivolucien released this 05 Aug 19:46

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

Doc fixes only

Choose a tag to compare

@ivolucien ivolucien released this 05 Aug 19:34

version, doc fixes