diff options
author | Kim Alvefur <zash@zash.se> | 2022-02-18 23:20:24 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-02-18 23:20:24 +0100 |
commit | 6207ed871c9683b56f8217dd5818f97fc0e43226 (patch) | |
tree | 4e9764abbd271c78ec76f5ce549f9b6341f8a013 | |
parent | b70a61be4ce819aaed7bc13aab35996b6aed9659 (diff) | |
download | prosody-6207ed871c9683b56f8217dd5818f97fc0e43226.tar.gz prosody-6207ed871c9683b56f8217dd5818f97fc0e43226.zip |
CHANGES: Mention graceful shutdown
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,7 @@ TRUNK - Promise based API for sending queries - API for adding periodic tasks - More APIs supporting ES6 Promises +- Async can be used during shutdown ### Other @@ -69,6 +70,8 @@ TRUNK - Rewritten migrator with archive support - Improved automatic certificate locating and selecting - Logging to syslog no longer missing startup messages +- Graceful shutdown sequence that closes ports first and waits for + connections to close ## Removed |