This repository was archived by the owner on Oct 27, 2020. It is now read-only.
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.