Skip to content

Releases: InVisionApp/rye

Custom Statter

04 Oct 15:00
9befe3a
Compare
Choose a tag to compare

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

Granular Stats Controls

23 Aug 16:54
c54f0c8
Compare
Choose a tag to compare

More granular control over which stats are sent

Auth Middlewares

02 May 22:09
86e3e6d
Compare
Choose a tag to compare

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

  • Basic auth
  • JWT (bearer)

Use fixed logrus import path

26 Jan 18:07
Compare
Choose a tag to compare

Fixes the vendored logrus to use the new lowercased path

Status Codes to Statsd

12 Sep 14:20
Compare
Choose a tag to compare

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

Fix for Use() and Thread Safety

01 Sep 14:00
Compare
Choose a tag to compare
  • This fixes a problem where sometimes the wrong handler could get called if you were using the Use() capability.

Adding new Header to Context Middleware

10 Jul 20:22
Compare
Choose a tag to compare
  • Release adds an additional middleware for translating a header into a context variable for use throughout the request cycle.

Adding Use() functionality to Rye

06 Mar 18:12
Compare
Choose a tag to compare
  • Use() added to allow global handlers. Also fixed a bug in regards to it with anonymous functions and closures.

Initial Release

26 Jan 17:43
Compare
Choose a tag to compare

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