You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: the --adminuser and --adminpasswd CLI flags and the SIPI_ADMINUSER / SIPI_ADMINPASSWD environment variables are removed. They configured nothing; deployments passing them must drop them.
throttling: generic deployments that relied on the basic default now enforce the advanced tier and may answer 503/413 where they previously admitted large requests. Set SIPI_ADMISSION_MODE=basic to restore the prior shadow-only behavior.
Features
scripting: Add a constant-time compare binding for credential checks (8ca249e)
throttling: Default admission_mode to advanced (dde8070)
Bug Fixes
cache: Clamp cache_used_bytes subtractions against underflow (aeb8b8b)
cache: Harden the cache index format and reads against forgery (413cacc)
ffi: Bound wedged JP2 decodes with a seam deadline (DEV-7080) (13c4d0e)
ffi: Cap restricted views by sampling factor across regions (6782442)
ffi: Charge the memory budget for Lua SipiImage.new decodes (1c85ddf)
ffi: Length-cap the Range header before the regex (c3c5ef1)
ffi: Let Lua SipiImage.new decode without an installed engine context (f3e41ed)
ffi: Redact paths and drop the request-uri tag from error events (2b502ad)
ffi: Refuse restrict decisions that do not restrict (7f9785b)
ffi: Reset the connection when an encode fails after the head is sent (1dbcec5)