Skip to content

v2.0.2

Compare
Choose a tag to compare
@rustatian rustatian released this 23 Mar 08:38
· 1733 commits to stable since this release
9daf912

🔥 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).