From de94c644f3677d2775d55e990f11c10c0a9a97ab Mon Sep 17 00:00:00 2001 From: Monviech <79600909+Monviech@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:56:16 +0200 Subject: [PATCH] www/caddy: v1.5.5 changelog (#3938) --- www/caddy/Makefile | 3 +-- www/caddy/pkg-descr | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www/caddy/Makefile b/www/caddy/Makefile index 2623a7479..45d38b923 100644 --- a/www/caddy/Makefile +++ b/www/caddy/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= caddy -PLUGIN_VERSION= 1.5.4 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.5.5 PLUGIN_DEPENDS= caddy-custom PLUGIN_COMMENT= Easy to configure Reverse Proxy with Automatic HTTPS and Dynamic DNS PLUGIN_MAINTAINER= cedrik@pischem.com diff --git a/www/caddy/pkg-descr b/www/caddy/pkg-descr index e59ec8075..6c742f4f5 100644 --- a/www/caddy/pkg-descr +++ b/www/caddy/pkg-descr @@ -26,6 +26,13 @@ DOC: https://docs.opnsense.org/manual/how-tos/caddy.html Plugin Changelog ================ +1.5.5 + +* Fix: "Apply" could hang when websockets are in use by clients. A grace period of 10s has been added in General Settings that forces to close all connections on config changes. +* Add: In Reverse Proxy, a new dropdown can select one or multiple domains, filtering the Bootgrids of Domains, Subdomains and Handlers for the selected Domain. +* Add: Global Log Level can be set in Log Settings. +* Fix: "Apply" will always read all certificates from the filesystem, even if the Caddy configuration has remained unchanged. "reload" has been changed to "reloadssl". + 1.5.4 * Fix: When pressing Apply, the Caddy service will be reloaded instead of restarted. This fixes long restart times and service interruptions.