Releases: emostar/express-graceful-exit
Registry field fix
TS types and security patch of underscore version
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
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
v0.5.0-rc.2 bump to 0.5.0 release candidate 2
fix request handling during graceful exit, new graceful exit options
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
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
Names for anonymous functions.
Thanks to @holm for his input.
Support disconnect for socket.io versions 0.x to 1.4+
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
see releases v0.2.0 - v0.3.1 for relevant updates
Doc fixes only
version, doc fixes