All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- CVE-2018-3721
- ability to unit-test configuration using
ratool
0.2.0 - 2018-08-31
- new ui page to simulate write requests
- jquerry in ui ressources
- use gorilla/mux router
0.1.2 - 2018-07-06
- verify front-end is up to date on every travis build
- Update missing changes in ui/bindata.go
0.1.1 - 2018-07-06
- make assets make target deterministic
0.1.0 - 2018-07-06
- limit udp datagrams size to 1024
- UI using bootstrap
- /health
- replaceRegexp in template functions
- A second binary
ratool
- removed sub-second resolution in timestamp
- updated vendor/
0.0.16 - 2018-05-30
- Metrics namespace
- Unescape metrics when reading them back
- Better error managment
- Provide a
isSet
template function
0.0.15 - 2018-02-28
- Support for larger retention than prom1.x staleness delta
- Support for custom prefix in the query string
0.0.14 - 2018-01-29
- Bug with empty config files
- Fixed reads
0.0.13 - 2018-01-22
- Support for Tags
- Reuse TCP connection
0.0.12 - 2018-01-02
- Config file is now top-level instead of Graphite specific
- All the flags have been changed
- Migrated to github.com/go-kit/kit/log
- Migrated to gopkg.in/alecthomas/kingpin.v2
- Make golint happy
- CHANGELOG file
0.0.11 - 2017-11-21
- Support dynamic config reload
- Graphite: paralel fetches
- Status page enhanced
0.0.10 - 2017-11-16
- graphite-url flag now contains scheme and user information
- Graphite read now handles all kinds of label matcher
0.0.9 - 2017-09-22
- Fix read-ignore flag usage
- ignore-read-error flag
0.0.8 - 2017-09-01
- Quit if we fail to read config file
- Fix concurrent R/W on template_data
- read-ignore flag
- Cache for Graphite paths
0.0.7 - 2017-07-19
- Don't fail if config-file is not provided
0.0.6 - 2017-07-13
- Enable read using default Graphtie path
0.0.5 - 2017-06-16
- Small status page
- Config file to customize writing Graphite path.
0.0.4 - 2017-06-06
- Fix VERSION
0.0.3 - 2017-06-05
- Draft for read support
- Add -snappy-framed flag to support prometheus < 2.x.x
0.0.2 - 2017-06-02
- Initial release with base project.