Skip to content

Releases: d0ugal/brother-exporter

v1.11.7

11 Nov 20:46

Choose a tag to compare

1.11.7 (2025-11-11)

Bug Fixes

  • Update google.golang.org/genproto/googleapis/api digest to 83f4791 (6626729)
  • Update google.golang.org/genproto/googleapis/api digest to 95abcf5 (0e100fc)
  • Update google.golang.org/genproto/googleapis/rpc digest to 83f4791 (55a436b)
  • Update google.golang.org/genproto/googleapis/rpc digest to 95abcf5 (03983a8)
  • Update module github.com/d0ugal/promexporter to v1.12.1 (41e0e51)

v1.11.6

10 Nov 15:32

Choose a tag to compare

1.11.6 (2025-11-10)

Bug Fixes

  • Remove duplicate info metric registration (78d1715)
  • Update module github.com/d0ugal/promexporter to v1.12.0 (5f543f2)

v1.11.5

09 Nov 08:19

Choose a tag to compare

1.11.5 (2025-11-09)

Bug Fixes

  • Update module github.com/d0ugal/promexporter to v1.11.2 (57a1c5c)
  • Update module github.com/quic-go/quic-go to v0.56.0 (cb5e6e2)
  • Update module golang.org/x/arch to v0.23.0 (da1ea23)
  • Update module golang.org/x/sys to v0.38.0 (1ad7d46)

v1.11.4

06 Nov 11:28

Choose a tag to compare

1.11.4 (2025-11-06)

Bug Fixes

  • Update module github.com/d0ugal/promexporter to v1.11.1 (5a2618d)

v1.11.3

05 Nov 20:53

Choose a tag to compare

1.11.3 (2025-11-05)

Bug Fixes

  • Update dependency go to v1.25.4 (4ae8832)

v1.11.2

04 Nov 21:12

Choose a tag to compare

1.11.2 (2025-11-04)

Bug Fixes

  • Update module github.com/d0ugal/promexporter to v1.11.0 (3dfc65d)

v1.11.1

04 Nov 11:05

Choose a tag to compare

1.11.1 (2025-11-04)

Bug Fixes

  • Update google.golang.org/genproto/googleapis/api digest to f26f940 (25f3eef)
  • Update google.golang.org/genproto/googleapis/rpc digest to f26f940 (4f73318)
  • Update module github.com/d0ugal/promexporter to v1.9.0 (9e7a143)
  • Update module go.opentelemetry.io/proto/otlp to v1.9.0 (c00a017)

v1.11.0

02 Nov 06:52

Choose a tag to compare

1.11.0 (2025-11-02)

Features

  • add dev-tag Makefile target (796d941)
  • add duplication linter (dupl) to golangci configuration (fa4851a)
  • add tracing configuration support (5212127)
  • ci: add auto-format workflow (e45defd)
  • integrate OpenTelemetry tracing into collector (7bd98f5)
  • trigger CI after auto-format workflow completes (f933454)

Bug Fixes

  • add nolint comments for contextcheck on span context extraction (cde4c80)
  • remove unused spanCtx variables and fix disconnect call (befa34c)
  • remove unused spanCtx variables from collection functions (4010029)
  • resolve contextcheck and whitespace linting issues (ca2fd85)
  • update collectMetrics signature to accept context parameter (01036b4)
  • Update google.golang.org/genproto/googleapis/api digest to ab9386a (5ab992a)
  • Update google.golang.org/genproto/googleapis/rpc digest to ab9386a (feb0482)
  • Update module github.com/bytedance/sonic to v1.14.2 (a18fc2a)
  • Update module github.com/d0ugal/promexporter to v1.6.1 (fdec88c)
  • Update module github.com/d0ugal/promexporter to v1.7.1 (3bdf37e)
  • Update module github.com/d0ugal/promexporter to v1.8.0 (20407d6)
  • Update module github.com/gabriel-vasile/mimetype to v1.4.11 (beee98d)
  • Update module github.com/prometheus/common to v0.67.2 (a5f4458)
  • Update module github.com/prometheus/procfs to v0.19.2 (b2abe38)
  • Update module github.com/ugorji/go/codec to v1.3.1 (5c41f36)

v1.10.3

27 Oct 15:33

Choose a tag to compare

1.10.3 (2025-10-27)

Bug Fixes

  • add missing prometheus import (0799b6d)
  • ci: use Makefile for linting instead of golangci-lint-action (e58d3c4)

v1.10.2

26 Oct 18:32

Choose a tag to compare

1.10.2 (2025-10-26)

Bug Fixes

  • add internal version package and update version handling (c291635)
  • Update module github.com/d0ugal/promexporter to v1.5.0 (50274b7)
  • Update module github.com/prometheus/procfs to v0.19.1 (cdcd48f)
  • use WithVersionInfo to pass version info to promexporter (845b9ef)