Skip to content

HyperPerms v2.9.0

Latest

Choose a tag to compare

@ZenithDevHQ ZenithDevHQ released this 28 Feb 17:42

Hotfix: Web Editor Session Create

Fixed

  • Web editor returning 500 on /hp editor — The gzip compression introduced in 2.8.9 was applied to all session create requests, but the Cloudflare Worker API does not support Content-Encoding: gzip on incoming request bodies. This caused every /hp editor command to fail with "Server returned status 500". Compression is now only applied to payloads exceeding 500KB, keeping normal requests uncompressed while still protecting very large servers from HTTP 413 errors.

If you are on 2.8.9, update immediately.