v1.6.2-rc7
Pre-release
Pre-release
·
0 commits
to master
since this release
Documentation : https://docs.bunkerweb.io/1.6.2-rc7/
Docker tags :
- BunkerWeb :
bunkerity/bunkerweb:1.6.2-rc7
orghcr.io/bunkerity/bunkerweb:1.6.2-rc7
- Scheduler :
bunkerity/bunkerweb-scheduler:1.6.2-rc7
orghcr.io/bunkerity/bunkerweb-scheduler:1.6.2-rc7
- Autoconf :
bunkerity/bunkerweb-autoconf:1.6.2-rc7
orghcr.io/bunkerity/bunkerweb-autoconf:1.6.2-rc7
- UI :
bunkerity/bunkerweb-ui:1.6.2-rc7
orghcr.io/bunkerity/bunkerweb-ui:1.6.2-rc7
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.2-rc7&filter=all&dist=
Changelog :
- [BUGFIX] Add a conditional
proxy_hide_header
rule for theUpgrade
header to preserve WebSocket connections in theReverse Proxy
plugin, preventing issues with WebSocket connections when theREVERSE_PROXY_HIDE_HEADERS
setting is used. - [BUGFIX] Correct the Logs page copy-to-clipboard button so it reliably copies selected log entries.
- [BUGFIX] Fix issues with database backup when using MySQL and MariaDB if the database's size is larger than 1GB, ensuring that the backup process can handle larger databases without errors.
- [FEATURE] Introduce a new
number
setting type with built-in numeric validation and enhanced rendering in the web UI. - [FEATURE] Introduce a new
multivalue
setting type with customizable separator and validation, enhancing user experience for multi-value inputs in the web UI. - [MISC] Switch the
Bad Behavior
plugin to use the new numericBAD_BEHAVIOR_BAN_TIME
setting by updating the permanent ban value from-1
to0
. - [CONTRIBUTION] Thank you @Michal-Koeckeis-Fresel for the optimizations regarding the web UI fonts and geoip data loading, which significantly improves the performance of the web UI and the new dhparam file to respect the latest security standards.