Skip to content

v1.6.2-rc7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 12:34
· 0 commits to master since this release
95a46b1

Documentation : https://docs.bunkerweb.io/1.6.2-rc7/

Docker tags :

  • BunkerWeb : bunkerity/bunkerweb:1.6.2-rc7 or ghcr.io/bunkerity/bunkerweb:1.6.2-rc7
  • Scheduler : bunkerity/bunkerweb-scheduler:1.6.2-rc7 or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.2-rc7
  • Autoconf : bunkerity/bunkerweb-autoconf:1.6.2-rc7 or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.2-rc7
  • UI : bunkerity/bunkerweb-ui:1.6.2-rc7 or ghcr.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 the Upgrade header to preserve WebSocket connections in the Reverse Proxy plugin, preventing issues with WebSocket connections when the REVERSE_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 numeric BAD_BEHAVIOR_BAN_TIME setting by updating the permanent ban value from -1 to 0.
  • [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.