2.15.0
NOTE: This changes the way that gruf controllers are autoloaded. See UPGRADING.md for more details.
- Autoload Gruf Controllers with zeitwerk, allowing for code reloading in development environments
- Add
GRUF_CONTROLLERS_PATH
ENV to allow ENV-based runtime configuration of path to gruf controller files - Move
ServiceBinder
from instance to static class for performance improvements - Use zeitwerk for autoloading
- Update gem metadata
- Update
Gruf:Configuration#environment
to useENV.fetch