github roadrunner-server/roadrunner v2.0.4

latest releases: v2024.1.1, v2024.1.0, v2023.3.12...
3 years ago

👀 New:

  • 🆕 Add support for linux/arm64 platform for docker image (thanks @tarampampam).
  • 🆕 Add dotenv file support (.env in working directory by default; file location can be changed using CLI flag --dotenv or DOTENV_PATH environment variable) (thanks @tarampampam).
  • 📜 Add a new raw mode for the logger plugin to keep the stderr log message of the worker unmodified (logger severity level should be at least INFO).
  • 🆕 Add Readiness probe check. The status plugin provides /ready endpoint which returns the 503 HTTP code if there are no workers in the Ready state and 200 OK status if there are at least 1 worker in the Ready state.
  • 🆕 New option unavailable_status_code for the status plugin.

🩹 Fixes:

  • 🐛 Fix: bug with the temporal worker which does not follow general graceful shutdown period.

Don't miss a new roadrunner release

NewReleases is sending notifications on new releases.