github roadrunner-server/roadrunner v2.12.0-alpha.1

latest releases: v2024.2.1, v2024.2.0, v2024.1.5...
pre-release23 months ago

👀 New:

  • API v3: remove ALL Go code from the API repository. Now, API contains only the RR protobuf API. You don't need to import an interface from the API (it's not a Go way) now. You may declare the interface where you use it (have a look at this PR for more info).
  • SDK v3: refactor all packages, merge worker + sync worker (since there were no differences), pool + sync pool - now, if a user uses supervisor, pool automatically turns on supervisor under the hood.

🩹 Fixes:

  • 🐛 http plugin: correctly set permissions for the uploads (multipart-form files), BUG, (thanks @egonbraun)

🔧 Maintenance:

  • 🔧 All plugins update to the v3. They don't use API interfaces anymore.

Don't miss a new roadrunner release

NewReleases is sending notifications on new releases.