Version 2.4.0
Changed
- Updated SwaggerUI version.
- Updated responses with a
msgspec
response example.
Added
- Support for payload as alternative to
data
. This aims
to make the process more intuitive and easy to implement. #199. - Context - The new context object for the handlers.
- Support for msgspec natively allowing to have more than just Pydantic.
!!! Note
Esmerald is not fully tight with Pydantic which means it's more flexible and extendible and allows more versatility.
Fixed
- Missing Request document.
- Removed the use of
random
for the secrets in favour of thesecrets
library instead. - Contrib documentation updates regarding the Authorization headers.