All Versions
9
Latest Version
Avg Release Cycle
77 days
Latest Release
2227 days ago
Changelog History
Changelog History
-
v1.0.8 Changes
October 04, 2018Thanks to @bstanley0811 for introducing a custom statter in #36.
-
v1.0.7 Changes
August 23, 2018More 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, 2017Append 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.
- ๐ This fixes a problem where sometimes the wrong handler could get called if you were using the
-
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