Releases: bdd/runitor
v1.3.0-build.2
v1.3.0-build.2
Rebuild with go1.23.0
v1.3.0
v1.3.0
New Features:
-
Adds support for Check Auto-Provisioning
See https://blog.healthchecks.io/2023/07/new-feature-check-auto-provisioning/ -
User-Agent header now includes OS and architecture in along with
runitor version.Previously runitor used to send:
runitor/v1.2.0 (+https://bdd.fi/x/runitor)After this change it will send an equivalent of:
runitor/v1.3.0 (linux-amd64 +https://bdd.fi/x/runitor)
v1.2.0-build.2
v1.2.0-build.2
Rebuild with latest Go to address CVEs found in Go versions prior to 1.19.8.
v1.3.0-beta.2
v1.3.0-beta.2
New Features:
-
Adds support for Check Auto-Provisioning
See https://blog.healthchecks.io/2023/07/new-feature-check-auto-provisioning/ -
User-Agent header now includes OS and architecture in along with
runitor version.Previously runitor used to send:
runitor/v1.2.0 (+https://bdd.fi/x/runitor)After this change it will send an equivalent of:
runitor/v1.3.0 (linux-amd64 +https://bdd.fi/x/runitor)
v1.3.0-beta.1
v1.3.0-beta.1
New Features:
-
Adds support for automatically provisioned check slugs
See healthchecks/healthchecks#626 (comment) -
User-Agent header now includes OS and architecture in along with
runitor version.Previously runitor used to send:
runitor/v1.2.0 (+https://bdd.fi/x/runitor)After this change it will send an equivalent of:
runitor/v1.3.0 (linux-amd64 +https://bdd.fi/x/runitor)
v1.2.0
v1.2.0
New Features:
-
Support HTTP 307 and 308 redirects, allowing the POST body to be
preserved and sent to redirected URL.Use case of this is the ability to have a custom and more permanent
API URL which can be trivially directed to either hc-ping.com or a
private instance of Healthchecks as described in #79.
v1.2.0-beta.1
v1.2.0-beta.1
New Features:
-
Support HTTP 307 and 308 redirects, allowing the POST body to be
preserved and sent to redirected URL.Use case of this is the ability to have a custom and more permanent
API URL which can be trivially directed to either hc-ping.com or a
private instance of Healthchecks as described in #79.
v1.1.1
v1.1.1-rc.1
v1.1.0
v1.1.0
New Features:
- Add Run Id support
https://blog.healthchecks.io/2022/11/using-run-ids-to-track-run-times-of-overlapping-jobs/
A UUID-4 (random) run id is generated for every run and sent with
related pings, unless instructed otherwise with-no-run-id
flag.
.
For use cases where runitor is in charge of periodically running a
command (specified with-every <duration>
), each run gets its own
random UUID as expected.
.
There is no way for the user to supply the run ids, and I don't intend
to add such functionality. Furthermore I may consider removing
-no-run-id
flag altogether.
Misc:
- Require Go 1.19