chore: update changelog for v1.6.0-rc1 with bugfixes, features, and deprecations

This commit is contained in:
Théophile Diot 2024-12-20 15:42:31 +01:00
parent 28b33f3162
commit 6a1644fe97
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -1,6 +1,19 @@
# Changelog
## v1.6.0-beta - ????/??/??
## v1.6.0-rc1 - ????/??/??
- [BUGFIX] Increase string length for service_id and id columns in database models to avoid issues with long service names
- [BUGFIX] Fix shenanigans with setup wizard when a reverse proxy was already configured
- [UI] Add `CHECK_PRIVATE_IP` configuration to manage session IP address changes for private networks
- [UI] Implement `ALWAYS_REMEMBER` functionality for session persistence in login
- [UI] Add temporary UI service to show errors that occurred if any while web UI was starting up
- [FEATURE] Update regex for cookie flags validation to allow additional attributes
- [FEATURE] Add health check endpoint and integrate it into the scheduler for instance status monitoring
- [FEATURE] Add country tracking to bans data
- [FEATURE] Refactored the way the database migrations are handled to make it more reliable and faster using alembic
- [DEPRECATION] Remove `X-XSS-Protection` header from the `header` plugin as it is deprecated
## v1.6.0-beta - 2024/12/10
- [FEATURE] Add support for the Coreruleset plugins via the USE_MODSECURITY_CRS_PLUGINS and the MODSECURITY_CRS_PLUGIN_URLS settings (it automatically downloads and installs the plugins like with BunkerWeb's external plugins). plugins can also be added manually via custom configuration files
- [FEATURE] Add X_DNS_PREFETCH_CONTROL setting to control the DNS prefetching behavior via the X-DNS-Prefetch-Control header (default is off)