Software /
code /
prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
12302:6a8c680b8677 | 12303:fa79db7e0a4d |
---|---|
45 - Module statuses (API change) | 45 - Module statuses (API change) |
46 - util.error for encapsulating errors | 46 - util.error for encapsulating errors |
47 - Promise based API for sending queries | 47 - Promise based API for sending queries |
48 - API for adding periodic tasks | 48 - API for adding periodic tasks |
49 - More APIs supporting ES6 Promises | 49 - More APIs supporting ES6 Promises |
50 - Async can be used during shutdown | |
50 | 51 |
51 ### Other | 52 ### Other |
52 | 53 |
53 - Plugin installer | 54 - Plugin installer |
54 - MUC presence broadcast controls | 55 - MUC presence broadcast controls |
67 - Offline messages aren't sent to MAM clients | 68 - Offline messages aren't sent to MAM clients |
68 - Archive quotas (means?) | 69 - Archive quotas (means?) |
69 - Rewritten migrator with archive support | 70 - Rewritten migrator with archive support |
70 - Improved automatic certificate locating and selecting | 71 - Improved automatic certificate locating and selecting |
71 - Logging to syslog no longer missing startup messages | 72 - Logging to syslog no longer missing startup messages |
73 - Graceful shutdown sequence that closes ports first and waits for | |
74 connections to close | |
72 | 75 |
73 ## Removed | 76 ## Removed |
74 | 77 |
75 - `daemonize` option deprecated | 78 - `daemonize` option deprecated |
76 - SASL DIGEST-MD5 removed | 79 - SASL DIGEST-MD5 removed |