Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Releases: northwesternmutual/kanali

v1.0.3

12 Aug 03:56
Compare
Choose a tag to compare

Changed

  • Fixed issue that used wrong map key for total time metric
  • Fixed issue that reported api key tag to wrong span

v1.0.2

12 Aug 02:43
Compare
Choose a tag to compare

Added

  • Improved test coverage.

Changed

  • Fixed issue where Docker images were not pushed for tag builds.
  • Fixed issue that always reported 0 for total request time
  • Fixed issue that did not report span if plugin return an error

v1.0.1

10 Aug 15:22
Compare
Choose a tag to compare

Added

  • Improved test coverage.

Changed

  • Upgraded to Go version 1.8.3
  • Resolved bug that did not handle potential panics from plugins.
  • Fixed typos in README.
  • Updated Postman collection.
  • Using read/write mutex to Metrics map. Before this change, it was not safe for concurrent use.
  • Resolved bug that resulted in requested HTTP header values to not be properly omitted when being reported to Influxdb.
  • Travis will now retry the goveralls step if not successful the first time.
  • Docker images will now only be built and pushed on pushes to the master branch. This resolves an issue where images were being built and pushed on pull requests where the master branch was the target.

v1.0.0

01 Aug 02:16
Compare
Choose a tag to compare

Added

  • Initial Project Commit