open-vault/vendor/github.com/circonus-labs/circonus-gometrics/CHANGELOG.md

21 lines
580 B
Markdown
Raw Normal View History

2018-02-11 00:29:52 +00:00
# v2.1.1
* dep dependencies
* fix two instances of shadowed variables
* fix several documentation typos
* simplify (gofmt -s)
* remove an inefficient use of regexp.MatchString
# v2.1.0
2017-10-27 19:06:04 +00:00
* Add unix socket capability for SubmissionURL `http+unix://...`
* Add `RecordCountForValue` function to histograms
2018-02-11 00:29:52 +00:00
# v2.0.0
* gauges as `interface{}`
* change: `GeTestGauge(string) (string,error)` -> `GeTestGauge(string) (interface{},error)`
* add: `AddGauge(string, interface{})` to add a delta value to an existing gauge
* prom output candidate
2017-10-27 19:06:04 +00:00
* Add `CHANGELOG.md` to repository