Releases: dymmond/esmerald
Releases · dymmond/esmerald
Version 0.3.0
Changed
- Deprecated kwargs and signature to give place to transformers.
- Code cleaning and improved performance by applying pure pydantic models internally.
Version 0.2.11
Fixed
- When instantiating an
Esmerald
object,app_name
should be passed instead ofname
.
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.