Releases: d0ugal/mqtt-exporter
Releases · d0ugal/mqtt-exporter
v1.10.0
1.10.0 (2025-08-26)
Features
- docker: use an unprivileged user during runtime (baef927)
v1.9.1
1.9.1 (2025-08-20)
Bug Fixes
- remove redundant Service Information section from UI (34cebf9)
v1.9.0
1.9.0 (2025-08-20)
Features
- optimize linting performance with caching (1e253d0)
Bug Fixes
- run Docker containers as current user to prevent permission issues (bce4368)
v1.8.0
1.8.0 (2025-08-20)
Features
- implement external HTML template with improved UI design (d85743e)
v1.7.0
1.7.0 (2025-08-20)
Features
- api: add pretty JSON formatting for metrics info endpoint (fd6601c)
- ui: improve layout with grid endpoints and reorder sections (824077e)
- ui: remove custom metrics-info endpoint and simplify UI (906d2a2)
v1.6.0
1.6.0 (2025-08-19)
Features
- server: add dynamic metrics information with collapsible interface (f7be6aa)
Bug Fixes
- lint: pre-allocate slices to resolve golangci-lint prealloc warnings (5f7beb6)
v1.5.0
1.5.0 (2025-08-17)
Features
- add robust reconnection logic with exponential backoff (7ee6220)
v1.4.0
1.4.0 (2025-08-16)
Features
- remove weekend schedule restriction from renovate config (d4ce4a0)
- upgrade to Go 1.25 (730d116)
Bug Fixes
- revert golangci-lint config to version 2 for compatibility (c814455)
- update golangci-lint config for Go 1.25 compatibility (fca876d)
v1.3.1
1.3.1 (2025-08-14)
Bug Fixes
- ensure correct version reporting in release builds (a02760e)
v1.3.0
1.3.0 (2025-08-14)
Features
- add version info metric and subtle version display in h1 header (be5fa68)
- add version to title, separate version info, and add copyright footer with GitHub links (1d5551d)
Bug Fixes
- update Dockerfile to inject version information during build (decdd29)