From d6515bf37fa4f1e57f28f9aeb4501b0a1bde0496 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 23 Jan 2024 22:54:18 -0500 Subject: [PATCH] changes --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 03390c50..bde9a5ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,11 @@ +## 0.16 + +- feat: add `Request.client_addr` accessor +- feat: add `tiny_httpd.prometheus`, a simple sub-library + to expose [prometheus](https://prometheus.io) metrics over HTTP. +- feat: add optional dependency on `logs` + ## 0.15 - fix: do not block in `accept`, enabling more graceful shutdown