1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

register fns for custom request-derived logging units (#1749)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Joshua Parkin
2020-10-29 18:38:49 +00:00
committed by GitHub
parent 7030bf5fe8
commit 4519db36b2
2 changed files with 142 additions and 16 deletions

View File

@ -4,6 +4,7 @@
### Added
* Implement `exclude_regex` for Logger middleware. [#1723]
* Add request-local data extractor `web::ReqData`. [#1748]
* Add ability to register closure for request middleware logging. [#1749]
* Add `app_data` to `ServiceConfig`. [#1757]
### Changed
@ -15,6 +16,7 @@
[#1743]: https://github.com/actix/actix-web/pull/1743
[#1748]: https://github.com/actix/actix-web/pull/1748
[#1750]: https://github.com/actix/actix-web/pull/1750
[#1749]: https://github.com/actix/actix-web/pull/1749
## 3.1.0 - 2020-09-29