Skip to content

v0.5.0

Compare
Choose a tag to compare
@alexliesenfeld alexliesenfeld released this 26 Jul 18:30
· 112 commits to main since this release
895ad4e
  • BREAKING CHANGE: Changed function signature of middleware functions.
  • Added a new check function interceptor and a http.Handler middleware with basic logging functionality.
  • Added a new basic authentication middleware that reduces the exposed health information in case of failed authentication.
  • Added a new middleware FullDetailsOnQueryParam was added that hides details by default and only shows them when a configured query parameter name was provided in the HTTP request.
  • Added new Checker configuration option WithInterceptors, that will be applied to every check function.