Skip to content

Releases: gilmrt/srm-exporter

2.0.2

05 Apr 23:52
Compare
Choose a tag to compare

What's Changed

  • fix: resolve unhealthy healthcheck by @gilmrt in #12

Full Changelog: 2.0.1...2.0.2

2.0.1

26 Jan 07:55
Compare
Choose a tag to compare

2.0.1 (2024-01-26)

Bug Fixes

2.0.0

25 Jan 20:20
Compare
Choose a tag to compare
  • BREAKING_CHANGE: Add dedicated gauge for uptime srm_system_up_time (in second)
  • Open HTTP session (login) on service startup and not on each metric request
  • Set default period to live for compatibility with RT2xxx series
  • Update Actions versions (Node.js 20)
  • Update Python to 3.12.1
  • Update README

What's Changed

  • feat: update to python 3.12.0 by @gilmrt in #7
  • docs: add known issues to README by @gilmrt in #8
  • feat: gauge for uptime and login on startup by @gilmrt in #10

Full Changelog: 1.1.2...2.0.0

1.2.0

01 Nov 13:41
Compare
Choose a tag to compare

1.2.0 (2023-11-01)

Features

1.1.2

20 Feb 19:20
Compare
Choose a tag to compare

1.1.2 (2023-02-20)

Bug Fixes

1.1.0

20 Feb 16:05
Compare
Choose a tag to compare

1.1.0 (2023-02-20)

Features

1.0.1

10 Feb 14:18
Compare
Choose a tag to compare

1.0.1 (2023-02-10)

Bug Fixes

  • enable test using local port (77fea2e)