All Versions
17
Latest Version
Avg Release Cycle
117 days
Latest Release
1857 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.1 Changes
August 10, 2019- ๐ Fix templates markup faulty detection
- ๐ Fix automatic sidebar collapse issue in responsive mode
- ๐ Fix missing "base_path" prefix on API endpoint when set in configuration
- โก๏ธ Update outdated JS build dependencies
-
v0.5.0 Changes
July 24, 2019- ๐ Improve KairosDB tags queries memory consumption
- ๐ Fix broken graphs unfolding and state restoration in browse UI
- ๐ Fix graphs Y-Axis minimum value display
- ๐ Fix bad template detection in graphs edition
-
v0.5.0.rc1 Changes
January 20, 2019- โ Add warm startup support
- โ Add Syslog logging support
- โ Add keyboard shortcuts support
- โ Add duration Y axis unit support
- โ Add Y axis extreme bounds support
- โ Add aliases support in the URLs
- โ Add automatic series points gap detection
- Switch graph rendering to HTML Canvas
- ๐ง Rearrange configuration
- ๐ป Minor UI improvements and fixes
-
v0.4.1 Changes
July 21, 2018- ๐ Fix InfluxDB tags parsing
- ๐ Fix collections tree listing with aliases
-
v0.4.0 Changes
December 18, 2017- Display graphs groups options for single series
- ๐ Fix bogus time selection on graph zoom
- ๐ Documentation fixes
-
v0.4.0.rc2 Changes
July 26, 2017- ๐ Fix crash when refreshing a failing provider
- ๐ Fix auto-complete selection and scroll issues
- ๐ Fix graph series name with expand having a single result
- ๐ Improve UI style on Webkit browsers
- ๐ Improve PNG export and fix Webkit styles inlining
- ๐ป Minor UI fixes
-
v0.4.0.rc1 Changes
July 09, 2017- Prevent panic when link resolution fails
- ๐ Fix providers list search filter
- ๐ Documentation update
- ๐ป UI fixes and improvements
-
v0.4.0.alpha1 Changes
June 21, 2017- Front-end rewritten from scratch
- Back-end rewritten from scratch
- SQL Database-backed storage (MySQL, PostgreSQL, SQLite)
- ๐ง YAML-based configuration file format
- Collection templates
- Collection/graph aliasing (permalinks)
- Variable columns collection graphs display
- ๐ Support for API batch queries
- ๐ป Built-in UI files
- ๐ป UI localization
- ๐ Performance improvements
-
v0.3.0 Changes
July 07, 2015- โ Add natural sorting for API results
- โ Add nginx and apache2 examples in Debian package
- โ Add links to graph edition in collections setup
- โ Add collection tree state save support
- ๐ Improve rrd file data point handling
- 0๏ธโฃ Make graphs in collections enabled by default
- โก๏ธ Update KairosDB API version check to support > 0.9.5
- ๐ Fix issue with time range global spread
- ๐ Fix time range reset button behavior
- ๐ Fix max value issue when values are negative
- ๐ Fix event triggering browser compatibility issue
- ๐ Fix graph template field parsing issues
- ๐ Fix issue with URL prefix check in group listing API calls
- ๐ Fix duplicated metrics name when expanding source groups
- ๐ Fix state loss on graph automatic refresh
- ๐ Fix completion issue with single entries in metric and source groups
- ๐ Various bug fixes
- ๐ป UI improvements
-
v0.3.0.rc1 Changes
March 22, 2015- โ Add consolidation function choice support for operation groups
- โ Add global refresh interval/time range/legends togglers in browse UI
- โ Add graph templates support
- โ Add missing close calls on HTTP responses bodies in connectors
- โ Add new KairosDB connector
- โ Add SSL/TLS support for InfluxDB connector
- โ Add support of consolidation functions in RRD connector
- โ Add top-level collections retrieval in library API
- โ Add library items ID display in Administration Panel
- ๐ Improve filesystem walking times
- ๐ Improve HTTP routes handling
- ๐ Make collection entries title optional
- ๐ Move plots API URL away from library into a dedicated route
- Prevent loop when using Facette connectors relying on each others
- โก๏ธ Update connectors example configurations
- โก๏ธ Update third-party packages
- ๐ Fix crash when cloning collection
- ๐ Fix parsing issue when multiple percentiles are provided
- ๐ Fix plot lines z-index issue
- ๐ Fix quoted strings modifier syntax
- ๐ Various minor bug fixes
- ๐ป UI improvements