From bac5e1fa84b41582e493ec62097950a01b9ea3fb Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Thu, 23 Jun 2022 16:46:08 -0400 Subject: [PATCH] Changelog --- docs/releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases.md b/docs/releases.md index 9dd323d..b7eb935 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -29,6 +29,10 @@ Thank you to [@wunter8](https://github.com/wunter8) for proactively picking up s ## ntfy server v1.27.2 Released June 23, 2022 +This release brings two new CLI options to wait for a command to finish, or for a PID to exit. It also adds more detail +to trace debug output. Aside from other bugs, it fixes a performance issue that occurred in large installations every +minute or so, due to competing stats gathering (personal installations will likely be unaffected by this). + **Features:** * Add `cache-startup-queries` option to allow custom [SQLite performance tuning](config.md#wal-for-message-cache) (no ticket)