This repository was archived by the owner on Oct 27, 2020. It is now read-only.
Releases: northwesternmutual/kanali
Releases · northwesternmutual/kanali
v1.0.3
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
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
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
Added
- Initial Project Commit