« Back to home

Go-Json-Rest Version 3.1.0 Release Notes

Posted on

See Go-Json-Rest project on Github

What’s New in v3.1.0 ?

  • A new IfMiddleware that allows to conditionally execute a Middleware at runtime.
  • Better error messages when Env variables are missing (Timer, AccessLogApache, and Status Middlewares updated)
  • New Statsd example
  • New JWT authentication example
  • Improved code coverage

New Third party Middlewares

  • JWT authentication Middleware by @StephanDollberg
  • Statsd app monitoring Middleware