From 524fcec8f3a78e85627b93b0b911d1b16443cbb9 Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 27 Jun 2024 21:34:33 -0700 Subject: [PATCH] Add changelog entry for health check endpoints Oops, I forgot to add a changelog entry for #72, but given it's a feature somewhat meant to be used by users, it should probably get one. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4e6b36..9f25029f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add health check endpoints. [PR #61](https://github.com/riverqueue/riverui/pull/61). + - `GET /api/health-checks/complete` (Returns okay if the Go process is running and the database is healthy.) + - `GET /api/health-checks/minimal` (Returns okay as long as Go process is running.) + ## [0.1.1] - 2024-06-23 ### Fixed