v3.1.5 (2026-08-31)
Fixes
- Fix undefined variable in Util::graphiteReplace
v3.1.4 (2026-07-30)
Fixes
- Hide Grafana logo
- Fix timezone URL parameter
v3.1.3 (2026-03-09)
Features
- Add option to link to panel
v3.1.2 (2025-12-15)
Fixes
- Fix autosubmit for JWT options
- Remove dashboard logic for monitoring module (was not in use anymore)
- Update InfluxDB/Graphite example dashboards for Grafana 12
v3.1.1 (2025-04-30)
Fixes
- Fix invalid return value for getPreviewHTML
v3.1.0 (2025-04-14)
Features
- Add support for authenticated iFrame with JWT
- Reintroduce configuration option for default theme
- Allow comma separated panel ID lists
v3.0.1 (2025-02-03)
Fixes
- Fix debugTable creation in iframe mode
- Add type check to substr_count to avoid deprecation warning
- Reintroduce permission to control the appearance of the Grafana link
- Add small Link to panel
v3.0.0 (2024-12-10)
BREAKING CHANGES:
- Remove
enablelinkconfiguration and permission
A link to the Grafana instance via a small icon is now always added to the header in both proxy and iframe mode.
- Rework Caching and rename
indirectproxyrefreshtoenablecaching
The use of HTTP caching has been simplified. It now uses the check interval to determine how long a graph's image is cached.
Features
- PHP 8.2 and PHP 8.3 Support
- Support strict CSP
- Dark/Light Theme depending on user's settings (removed the
themeconfiguration option) - Debug information can be requested via the
grafanaDebugURL parameter (removed thedebugconfiguration option)
Fixes
- Use of special characters in custom variables now works
- Update InfluxDB dashboards for Grafana 11.3.0
- Remove unused
defaultdashboardstoreandversionconfiguration options
v2.0.3 (2023-04-06)
Fixes
- Services can now be added to dashlets again (#309)
v2.0.2 (2023-04-06)
Fixes
- Removed unused old hook reference
- Removed border in iframe mode
v2.0.1 (2023-03-07)
Fixes
- Fix for ignored custvarconfig variable in indirect proxy mode
- Fix show all graphs for host
v2.0.0 (2023-02-23)
BREAKING CHANGES:
- Only icingadb backend for icingadb-web will be supported from now on.
Open Issues
- PDF export does not load the panels
- Documentation needs to be rewritten