You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add opt-in ability to serve the official gRPC health check
automatically via health_check_enabled configuration option (or GRUF_HEALTH_CHECK_ENABLED environment
variable).
Add health_check_hook configuration option to implement a custom response for the above gRPC built-in health check
[#156] Allow passing a specific list of services to run via the gruf binstub
[#163] Add context hash attribute to Gruf::Controllers::Request to allow interceptors to pass information down
to a gruf controller
Drop Ruby 2.6 support (EOL'ed on March 31st, 2022)