This commit is contained in:
Simon Cruanes 2024-01-23 22:54:18 -05:00
parent fbd1fd86c7
commit d6515bf37f
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -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