Releases: madkote/fastapi-plugins
Releases · madkote/fastapi-plugins
0.13.1
[fix]
limit redis version to >=4.3.0,<5
due to issues with async sentinel
0.13.0
[feature]
updates for Pydantic 2
- requires
fastapi>=0.100.0
and pydantic>=2.0.0
0.12.0
[feature]
Annotated
support
0.11.0
[feature]
redis-py
replaces aioredis
0.10.0
[feature]
Update aioredis
to 2.x.x
[feature]
Add fakeredis
optionally for development purpose
0.9.1
[fix]
Fix empty router prefix for control plugin
0.9.0
[feature]
Logging plugin
[feature]
Middleware interface - register middleware at application
0.8.2
Fix dependency to aioredis 1.3.1
0.8.1
Fix settings for python 3.7