🔥 New:
- 👷 Rework ServeHTTP handler logic. Use
http.Error
instead of writing code directly to the response writer. - ⚡ Builds for the Mac with the M1 processor (arm64) -> roadrunner-binary.
- ⚡ HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed via the RR logger at the
Info
log level.
🩹 Fixes:
- 🐛 Bug with required Root CA certificate for the SSL, now it's optional.
- 🐛 Bug with incorrectly consuming metrics collector from the RPC calls (thanks @dstrop).