Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Releases: InVisionApp/rye

Custom Statter

Choose a tag to compare

@dselans dselans released this 04 Oct 15:00
9befe3a

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

Granular Stats Controls

Choose a tag to compare

@talpert talpert released this 23 Aug 16:54
c54f0c8

More granular control over which stats are sent

Auth Middlewares

Choose a tag to compare

@talpert talpert released this 02 May 22:09
86e3e6d

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

Choose a tag to compare

@reybard reybard released this 26 Jan 18:07

Fixes the vendored logrus to use the new lowercased path

Status Codes to Statsd

Choose a tag to compare

@talpert talpert released this 12 Sep 14:20

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

Fix for Use() and Thread Safety

Choose a tag to compare

@caledhwa caledhwa released this 01 Sep 14:00
  • 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

Choose a tag to compare

@caledhwa caledhwa released this 10 Jul 20:22
  • Release adds an additional middleware for translating a header into a context variable for use throughout the request cycle.

Adding Use() functionality to Rye

Choose a tag to compare

@caledhwa caledhwa released this 06 Mar 18:12
  • Use() added to allow global handlers. Also fixed a bug in regards to it with anonymous functions and closures.

Initial Release

Choose a tag to compare

@caledhwa caledhwa released this 26 Jan 17:43

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