v0.4.31
CHANGELOG
FEATURE: New "limits classes" limits implementation (#606). This new feature allows for extensive limits customization on a per-user basis, with fallback to the global defaults in the controller configuration.
CHANGE: The controller configuration version has been updated to version 4
(v: 4
) to support the new limits global configuration changes (#606).
CHANGE: A new ZROK_CTRL_CONFIG_VERSION
environment variable now exists to temporarily force the controller to assume a specific controller configuration version, regardless of what version exists in the file. This allows two different config versions to potentially be co-mingled in the same controller configuration file. Use with care (#648)
CHANGE: Log messages that said backend proxy endpoint
were clarified to say backend target
.
FIX: Correct the syntax for the Docker and Linux zrok-share "frontdoor" service that broke OAuth email address pattern matching.