Rage v1.26 introduces Rage::Daemon - an abstraction for running long-lived background processes alongside your application. Vite dev server, RabbitMQ listener, Kafka consumer, global Redis subscriber - all now have a home in your app without external process managers.
The framework handles lifecycle automatically: daemons start on boot, restart on failure, migrate to healthy workers if a process dies, and shut down gracefully.
Also in this release:
- HTTP correctness fixes by @RedZapdos123
- Continued work on automatic OpenAPI documentation for Blueprinter serializers by @Abishekcs
Full Changelog: v1.25.1...v1.26.0