Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 4.61 KB

File metadata and controls

41 lines (27 loc) · 4.61 KB

Changelog

1.6.0 (2026-03-21)

Features

  • add OTel preserve_names for scrape-time suffix handling (#1956) (f794288)
  • move suffix handling to scrape time (#1955) (5a5106c)
  • OM2 writer outputs names as provided, no suffix appending (#1957) (5ce2b57)

Bug Fixes

  • pass release tag as input to deploy workflow (#1982) (165c921)
  • stabilize flaky timer and thread count tests (#1973) (ce5867b)
  • trigger Maven deploy from release-please via workflow_dispatch (#1981) (698f956)

1.5.1 (2026-03-20)

Bug Fixes

  • deps: update dependency io.prometheus:prometheus-metrics-bom to v1.5.0 (#1877) (043fc57)
  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v4.0.3 (#1900) (0d800d0)
  • deps: update jetty monorepo to v12.1.7 (#1932) (5bd3b79)
  • deps: update junit-framework monorepo to v6.0.3 (#1880) (05ad751)
  • exclude standalone examples from mise run format (#1931) (537fb88)
  • fix release-please PR title pattern and permissions (#1978) (d737978)
  • Handle empty datapoints in otel exporter (#1898) (59c8552)
  • inline set-version logic in build-release.sh (#1884) (c050435)
  • reduce lychee retries to avoid compounding GitHub 429s (#1940) (cc17d6e)
  • remove version manipulation from build-release.sh (#1886) (93e2b6d)
  • trigger Maven deploy on release-please published events (#1966) (643d0e7)
  • use /tree/ instead of /blob/ for directory URL (#1944) (b81332e)
  • use maven release type for release-please (#1967) (ff3bd2d)

Documentation

  • document DCO sign-off requirement for contributions (#1937) (0860e77)