Skip to content

Releases: deliveryhero/go-ranger

v1.6.1

13 Mar 09:24
9c86834
Compare
Choose a tag to compare

Ranger new newrelic with config (#57)

v1.6.0

06 Mar 09:54
Compare
Choose a tag to compare

AWS SQS and SNS based pub sub implementation

v1.5.4

05 Feb 10:25
b66588c
Compare
Choose a tag to compare

Don't cache health/check responses.

v1.5.3

06 Dec 10:34
77ac4fa
Compare
Choose a tag to compare

Remove headers from the error returned by ranger_http.Do func

v1.5.2

26 Nov 14:00
Compare
Choose a tag to compare

Fix method's signature of the internal MethodNotAllowedHandler and NotFoundHandler.

v1.5.1

08 Nov 10:57
c1f44c7
Compare
Choose a tag to compare

Add method to set max age of a idle http connection.

v1.5.0

02 Nov 11:49
7e956a2
Compare
Choose a tag to compare

Use new version of httprouter v1.2

v1.4.1

01 Nov 12:54
0bb208f
Compare
Choose a tag to compare

Inject X-Request-Start when do calls using NewRelicTransport. This header is usefull to measure time spent with requeue on NewRelic.

v1.4.0

11 Jul 12:40
Compare
Choose a tag to compare
  • Add mock to NewRelic transaction (useful to write tests against your router in case you're using NewRelicMiddleware);
  • Add partial support (only configuration) to others databases like (mongo and redis);
  • Improvements with named endpoints;
  • Move handlers to go-ranger/fdhttp/fdhandlers package;
  • Add index handler

v1.3.0

12 Jun 13:09
Compare
Choose a tag to compare

Inject http.Request to context sent to handlers