Skip to content

Releases: deliveryhero/go-ranger

v1.2.2

11 Jun 14:59
e4db7dd
Compare
Choose a tag to compare
Update readme to indicate users to use v2 branch (#46)

v1.2.1

11 Jun 11:43
e4db7dd
Compare
Choose a tag to compare

Fix ranger_http.Server to receive/return a pointer otherwise methods will not change the original object

v1.2.0

06 Jun 14:27
Compare
Choose a tag to compare
Need to be string otherwise will use 1.1

v1.1.0

18 May 10:29
Compare
Choose a tag to compare

Add Logger.SetPrefix into ranger_logger package to add extra fields with some prefix, (like ctx) it's usefull when you work with Logstash/Kibana for example.

v1.0.0

18 May 07:41
Compare
Choose a tag to compare

First release was created with some new packages: fdapm, fddb, fdhttp.

This tag is over branch v2 which aims to deprecated all old package in favor of new ones, more generic, testable using idiomatic go.

fdapm: for while implements only a newrelic http server middleware and a newrelic http client middleware (used to instrument external calls from your service).
fddb: small wrap to open a connection with a backoff strategy.
fdhttp: contains server, router and server middlewares, but we're also adding some http client middlewares sooner.

v0.18.2

14 May 19:25
1e5a284
Compare
Choose a tag to compare
  • Change the log with remote address to header[X-Forwarded-For] (#41)
  • Correct status on health check and log response status (#42)

v0.18.1

19 Apr 12:50
63ed6bc
Compare
Choose a tag to compare
  • Change order of elements on health check to comply with team standard

v0.18.0

17 Apr 10:37
7e83b40
Compare
Choose a tag to compare
  • Move version to top level health check (#39)

healthCheckConfiguration now exposes a WithVersion decorator that takes as a parameter a filename of a version file (json format).
The health check with version inside of the checks has been removed.

v0.17.3

13 Apr 08:00
202de55
Compare
Choose a tag to compare
  • Log as error only if APIClientInterface.Get return statusCode between 200 and 299

v0.17.2

04 Apr 10:13
9817f55
Compare
Choose a tag to compare

POST-980

Put the exactly error in fmt error returning #37