ekg/CHANGES.md

78 lines
1.8 KiB
Markdown
Raw Normal View History

2013-02-22 17:49:06 +00:00
## 0.3.1.3 (2013-02-22)
* Fixed security issue where ekg would always listen to all incoming
requests, even if "localhost" was specified.
* Always export par_tot_bytes_copied. Previously it was only exported
if using base-4.6 and later.
## 0.3.1.2 (2012-09-18)
* Support GHC 7.6
2012-06-25 14:55:26 +00:00
## 0.3.1.1 (2012-06-25)
* Bump dependencies.
2012-04-18 14:51:49 +00:00
## 0.3.1.0 (2012-04-17)
* Add labels, which are free-form string values exported by the
monitoring server. Labels allow you to export e.g. the command
line arguments used to start the executable or the host name it's
running on.
2012-04-15 02:00:53 +00:00
## 0.3.0.4 (2012-04-03)
* Add original JavaScript files to tarball to ease distribution
packaging.
2012-04-04 01:28:59 +00:00
## 0.3.0.4 (2012-04-03)
* Change icons to Creative Commons Attribution 3.0 licensed one
2012-03-19 21:42:44 +00:00
## 0.3.0.3 (2012-03-19)
* Support Snap 0.8
2012-03-07 17:28:54 +00:00
## 0.3.0.2 (2012-03-07)
* Don't require an internet connection, by serving Bootstrap CSS and
jQuery from the monitoring server.
## 0.3.0.1 (2012-01-26)
* Switch from Blueprint to Bootstrap CSS
* Overhaul look-and-feel
2012-01-01 23:50:41 +00:00
## 0.3.0.0 (2012-01-01)
2012-01-01 02:48:07 +00:00
* Add gauges and change counters to always be monotonically increasing
* Add web interface column headers
* Reorganize the web interface to show counters and gauges in separate sections
* Change REST API to allow separate access to counters and gauges
* Return the server time in the JSON response it and use server time
instead of client time when graphing
* Make it possible to graph user-defined counters and gauges
2012-01-02 01:02:09 +00:00
* Format numbers using comma separators
* Show a message box when the server can't be reached
2012-01-01 02:48:07 +00:00
## 0.2.0.0 (2011-12-30)
* Add user-defined counters
* Suppress Snap logging to stdio
* Add REST-style API for accessing single counters
## 0.1.0.0 (2011-12-27)
* First EKG release