RoadRunner v2.0.2 Release Notes

    • ๐Ÿ› Fix: Bug with required Root CA certificate for the SSL, now it's optional.
    • ๐Ÿ› Fix: Bug with incorrectly consuming metrics collector from the RPC calls (thanks @dstrop).
    • ๐Ÿ”Š ๐Ÿ†• New: HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed in the RR logger at the Info log level.
    • ๐Ÿ— โšก New: Builds for the Mac with the M1 processor (arm64).
    • ๐Ÿ‘ท Rework ServeHTTP handler logic. Use http.Error instead of writing code directly to the response writer. Other small improvements.