Skip to content

v1.0.0

Compare
Choose a tag to compare
@guilherme-santos guilherme-santos released this 18 May 07:41

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.