What's new
Fixed
LogTideFastAPIMiddlewareimport —middleware/fastapi.pyimportedLogTideStarletteMiddlewarefrom the wrong path (logtide_sdk.starletteinstead oflogtide_sdk.middleware.starlette), so importing the FastAPI middleware failed. Now fixed.
Added
- Import tests covering all four framework middlewares (
tests/middleware/test_imports.py).
Contributors
- @apelsynca — #6
Full Changelog: v0.9.0...v0.9.1