All Versions
9
Latest Version
Avg Release Cycle
77 days
Latest Release
2002 days ago

Changelog History

  • v1.0.8 Changes

    October 04, 2018

    Thanks to @bstanley0811 for introducing a custom statter in #36.

  • v1.0.7 Changes

    August 23, 2018

    More granular control over which stats are sent

  • v1.0.6 Changes

    May 02, 2018

    ๐Ÿ“œ A new auth middleware mechanism to parse and validate Authorization header.
    Functionality for following auth types provided:

    • Basic auth
    • JWT (bearer)
  • v1.0.5 Changes

    January 26, 2018

    ๐Ÿ›  Fixes the vendored logrus to use the new lowercased path

  • v1.0.4 Changes

    September 12, 2017

    Append response status codes to statsd metrics for all response types, including stop execution.

  • v1.0.3 Changes

    September 01, 2017
    • ๐Ÿ›  This fixes a problem where sometimes the wrong handler could get called if you were using the Use() capability.
  • v1.0.2 Changes

    July 10, 2017
    • ๐Ÿš€ Release adds an additional middleware for translating a header into a context variable for use throughout the request cycle.
  • v1.0.1 Changes

    March 06, 2017
    • ๐Ÿ›  Use() added to allow global handlers. Also fixed a bug in regards to it with anonymous functions and closures.
  • v1.0.0 Changes

    January 26, 2017

    ๐Ÿš€ First release includes

    • Middleware Handler implementation with StatsD reporting
    • Access Token middleware
    • CIDR middleware
    • CORS middleware
    • JWT validation middleware
    • ๐ŸŒฒ Route Logging middleware
    • ๐Ÿ“š Licensing/Documentation
    • Example