apitally-py icon indicating copy to clipboard operation
apitally-py copied to clipboard

Shutdown event handlers are deprecated in Starlette

Open itssimon opened this issue 1 year ago • 0 comments

The ApitallyMiddleware for Starlette currently relies on a shutdown event handler to send a final set of requests data to Apitally before the application exits. Shutdown event handlers are deprecated in Starlette and will be removed in version 1.0. Instead a lifespan handler should be used.

itssimon avatar Nov 01 '23 03:11 itssimon