# HG changeset patch # User Kim Alvefur # Date 1645222824 -3600 # Node ID fa79db7e0a4d8995fb8b5f25ea2ea73536273f15 # Parent 6a8c680b86772824f562fd1bc4f30cdeb602cb6d CHANGES: Mention graceful shutdown diff -r 6a8c680b8677 -r fa79db7e0a4d CHANGES --- 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