mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -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
|
||||
|
||||
- fix: do not block in `accept`, enabling more graceful shutdown
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue