Skip to content

Commit

Permalink
Merge pull request #17 from emostar/ihavener/issue-14/reject-requests…
Browse files Browse the repository at this point in the history
…-cleanly-during-exit

change log, rc for minor version bump
  • Loading branch information
ivolucien authored Oct 15, 2019
2 parents db219c4 + 7ec73cf commit 7315ef3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.5.0-rc.1 / 2019-10-15
=======================
Thank you hhunt for finding this bug, as well as for the fix PR and test code

Issue #14 fixes, and configuration options for an improved graceful exit:
* Fix side effects from handling of rejected incoming requests
* Connections are no longer closed prematurely during request processing
* Rejected requests during graceful exit end cleanly
* Return connection close header with response(s), if any
* Add option to perform one last request per connection
* Add option to respond with default or custom http error for rejected requests

0.4.2 / 2018-09-30
==================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-graceful-exit",
"version": "0.4.2",
"version": "0.5.0-rc.1",
"description": "Allow graceful exits for express apps, supporting zero downtime deploys",
"keywords": [
"express",
Expand Down

0 comments on commit 7315ef3

Please sign in to comment.