Changeset

12303:fa79db7e0a4d

CHANGES: Mention graceful shutdown
author Kim Alvefur <zash@zash.se>
date Fri, 18 Feb 2022 23:20:24 +0100
parents 12302:6a8c680b8677
children 12304:8210c2a52e9c
files CHANGES
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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