Software /
code /
prosody
Diff
CHANGES @ 12303:fa79db7e0a4d
CHANGES: Mention graceful shutdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 18 Feb 2022 23:20:24 +0100 |
parent | 12206:77ac0d96ac24 |
child | 12316:6bb2f660f689 |
child | 12330:38b5b05407be |
line wrap: on
line diff
--- a/CHANGES Fri Feb 18 23:13:01 2022 +0100 +++ b/CHANGES Fri Feb 18 23:20:24 2022 +0100 @@ -47,6 +47,7 @@ - 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 @@ - 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