- Updated support to Starlette 0.23.0 - Updated the `EsmeraldTestClient` to support headers.
Fixed
- [Token](https://esmerald.dymmond.com/configurations/jwt.md#token-model) parameters being passed to `python-jose`. - Update internal references to the JWT.
0.3.1
Not secure
Added
- HashableBaseModel allowing the __hash__ to be done via pydantic BaseModels.
Changed
- Update transformer model field and functions.
0.3.0
Not secure
Changed
- Deprecated kwargs and signature to give place to transformers. - Code cleaning and improved performance by applying pure pydantic models internally.
0.2.11
Not secure
Fixed
- When instantiating an `Esmerald` object, `app_name` should be passed instead of `name`.
0.2.10
Not secure
Changed
- Supporting Starlette version 0.22.0.
Fixed
- `max_age` from [SessionConfig](https://esmerald.dymmond.com/configurations/session.md) allowing negative numbers being passed and can be used for testing purposes or to clear a session.
0.2.9
Not secure
Fixed
- `redirect_slashes` property added to the main Esmerald object and settings options.