Skip to content

2.16.0

Compare
Choose a tag to compare
@splittingred splittingred released this 14 Aug 20:17
· 78 commits to main since this release
  • 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)