mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add middleware for logging outgoing requests (#716)
* add middleware for logging outgoing requests * add middleware description * fix RequestMiddlewareType callable signature * undo `fix`, update signatures in tests * remove repeating code * accept proposed changes Co-authored-by: Alex Root Junior <jroot.junior@gmail.com> * update tests * add patchnote Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
parent
45a1fb2749
commit
99c99cec78
9 changed files with 137 additions and 12 deletions
3
CHANGES/716.feature
Normal file
3
CHANGES/716.feature
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Breaking: Changed the signature of the session middlewares
|
||||
Breaking: Renamed AiohttpSession.make_request method parameter from call to method to match the naming in the base class
|
||||
Added middleware for logging outgoing requests
|
||||
Loading…
Add table
Add a link
Reference in a new issue