Releases: deliveryhero/go-ranger
v1.2.2
Update readme to indicate users to use v2 branch (#46)
v1.2.1
Fix ranger_http.Server
to receive/return a pointer otherwise methods will not change the original object
v1.2.0
Need to be string otherwise will use 1.1
v1.1.0
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
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
v0.18.1
- Change order of elements on health check to comply with team standard
v0.18.0
v0.17.3
- Log as error only if
APIClientInterface.Get
returnstatusCode
between 200 and 299