diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-03-07 01:23:49 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2025-03-07 01:23:49 +0000 |
commit | 398de4c83dd1b6ed288889f82893db0f582e53ae (patch) | |
tree | 6456d444d0b9eb442a81fe5aa9a2ea1a46dbda85 /CHANGELOG.md | |
parent | Add healthcheck route at /__miniserve_internal/healthcheck (diff) | |
download | miniserve-398de4c83dd1b6ed288889f82893db0f582e53ae.tar.gz miniserve-398de4c83dd1b6ed288889f82893db0f582e53ae.zip |
Add CHANGELOG entry for healthcheck route
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f478462..be38ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add date pill and sort links for mobile views [#1473](https://github.com/svenstaro/miniserve/pull/1473) (thanks @Flat) - Add upload progress bar and allow for multiple concurrent file uploads [#1431](https://github.com/svenstaro/miniserve/pull/1431) (thanks @AlecDivito) - Add `--size-display` to allow for toggling file size display between `human` and `exact` [#1261](https://github.com/svenstaro/miniserve/pull/1261) (thanks @Lzzzzzt) +- Add well-known healthcheck route at `/__miniserve_internal/healthcheck` (of `/<prefix>/__miniserve_internal/healthcheck` when using `--route-prefix`) ## [0.29.0] - 2025-02-06 - Make URL encoding fully WHATWG-compliant [#1454](https://github.com/svenstaro/miniserve/pull/1454) (thanks @cyqsimon) |