mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 19:25:32 -05:00
changes
This commit is contained in:
parent
fbd1fd86c7
commit
d6515bf37f
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
## 0.15
|
||||||
|
|
||||||
- fix: do not block in `accept`, enabling more graceful shutdown
|
- fix: do not block in `accept`, enabling more graceful shutdown
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue