Skip to content

Releases: ajjs1ajjs/Uptime-Monitor

Uptime Monitor v3.6.0

Choose a tag to compare

@ajjs1ajjs ajjs1ajjs released this 09 Sep 13:33

Uptime Monitor v3.5.0

Choose a tag to compare

@ajjs1ajjs ajjs1ajjs released this 05 Sep 10:44

Full Changelog: v3.4.0...v3.5.0

Uptime Monitor v3.4.0

Choose a tag to compare

@ajjs1ajjs ajjs1ajjs released this 01 Sep 05:50

Full Changelog: v3.3.0...v3.4.0

Uptime Monitor v3.3.1

Choose a tag to compare

@ajjs1ajjs ajjs1ajjs released this 31 Aug 21:23

Known issue (documented post-release): this tag points at the exact same commit as v3.3.0 and its binary also reports --version as 3.2.3 instead of the tagged version. No functional changes over v3.3.0.

Fixed in v3.4.0 — please upgrade: https://github.com/ajjs1ajjs/Uptime-Monitor/releases/tag/v3.4.0 (no config/data migration needed).


Full Changelog: v3.2.3...v3.3.1

v3.3.0

Choose a tag to compare

@ajjs1ajjs ajjs1ajjs released this 31 Aug 15:01

Known issue (documented post-release): the binary in this release reports --version as 3.2.3 instead of 3.3.0 — the version-string bump was missed in the commit that produced this tag (only internal/** packages were touched; cmd/uptime-monitor/main.go was not). Functionality (Europe/Kyiv timestamps) is unaffected; only the reported version string is wrong. The identical commit was also later re-tagged as v3.3.1, which carries the same issue.

Fixed in v3.4.0 — please upgrade: https://github.com/ajjs1ajjs/Uptime-Monitor/releases/tag/v3.4.0 (no config/data migration needed).


Full Changelog: v3.2.3...v3.3.0

v3.2.3

Choose a tag to compare

@ajjs1ajjs ajjs1ajjs released this 31 Aug 14:34

Changed

  • *Expanded
    etry_delays\ to [10, 10, 10, 10, 10]*
    (was [10]) for 5 consistent retries.
  • Reverted \max_retries\ default back to 5 (was 3).

v3.2.2

Choose a tag to compare

@ajjs1ajjs ajjs1ajjs released this 31 Aug 14:31

Changed

  • Reduced \max_retries\ default from 5 to 3 across config, database schema, example configs and installer for tighter flapping control.