Skip to content

Releases: d0ugal/mqtt-exporter

v1.10.0

26 Aug 18:06
7ca894a
Compare
Choose a tag to compare

1.10.0 (2025-08-26)

Features

  • docker: use an unprivileged user during runtime (baef927)

v1.9.1

20 Aug 20:02
a2ab84b
Compare
Choose a tag to compare

1.9.1 (2025-08-20)

Bug Fixes

  • remove redundant Service Information section from UI (34cebf9)

v1.9.0

20 Aug 19:39
0a6860b
Compare
Choose a tag to compare

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

20 Aug 18:47
dbffeb5
Compare
Choose a tag to compare

1.8.0 (2025-08-20)

Features

  • implement external HTML template with improved UI design (d85743e)

v1.7.0

20 Aug 09:35
a809269
Compare
Choose a tag to compare

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

19 Aug 20:17
46a0911
Compare
Choose a tag to compare

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

17 Aug 10:07
366d1a2
Compare
Choose a tag to compare

1.5.0 (2025-08-17)

Features

  • add robust reconnection logic with exponential backoff (7ee6220)

v1.4.0

16 Aug 07:28
5a5d459
Compare
Choose a tag to compare

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

14 Aug 20:17
34898ff
Compare
Choose a tag to compare

1.3.1 (2025-08-14)

Bug Fixes

  • ensure correct version reporting in release builds (a02760e)

v1.3.0

14 Aug 17:54
c8b2573
Compare
Choose a tag to compare

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)