Releases: dymmond/esmerald
Releases · dymmond/esmerald
Version 0.2.10
Changed
- Supporting Starlette version 0.22.0.
Fixed
max_age
from SessionConfig allowing negative numbers being passed
and can be used for testing purposes or to clear a session.
Version 0.2.9
Fixed
redirect_slashes
property added to the main Esmerald object and settings options.
Version 0.2.8
Fixed
@router
allowing validation for Options for CORS middleware.
Version 0.2.7
Added
- Officially supporting python 3.11.
Version 0.2.6
Changed
- Removed Tortoise ORM dependency from the main package.
- Removed
asyncpg
from the main package as dependency.
Version 0.2.5
Changed
- Removed
auth.py
from security package as is no longer used. This was supposed to go in the release 0.2.4.
Version 0.2.4
Changed
- Removed
settings.py
from permissions as it is no longer used.
Version 0.2.3
Fixed
- OpenAPI documentation rendering for the same path with different http methods.
Version 0.2.2
Added
httpx
anditsdangerous
dependencies.
Version 0.2.1
Changed
- Removed
archive
. - Removed unnecessary comments.
Fixed
- Generation of projects and apps using
esmerald-admin
by removing the clutter.