v2.1.4
This update focuses on improving stability in the site monitoring process and fixing environment configuration issues related to host validation.
Update Procedure
Please follow this process.
What’s Changed
- Change your variable name based on the new .env format: the setting has been renamed from
ALLOWED_HOST
toALLOWED_HOSTS
. You must now explicitly define it in.env
(e.g.,ALLOWED_HOSTS=localhost,127.0.0.1
) to match your environment's domain list. This update ensures proper host validation insettings.py
and prevents runtime errors during container startup by @ygalnezri in #185 - Resolved an issue in
SiteSerializer
andmonitoring_init
function, allowing for smooth execution of the site monitoring process without blocking subsequent domain additions by @ygalnezri in #185
Full Changelog: v2.1.3...v2.1.4