mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
* 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>
3 lines
227 B
Gherkin
3 lines
227 B
Gherkin
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
|