Esmerald

Latest version: v3.7.0

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 19

3.3.6

Added

- `allow_private_networks` property to `CORSMiddleware`.

Changed

- `Gateway` now allows to pass also an optional `operation_id` as parameter for OpenAPI documentation allowing
multiple gateways to use the same handler and being recognised automatically by OpenAPI documentation.
- OpenAPI documentation when multiple gateways use the same handler and no `operation_id` is declared,
automatically tries to generate a unique `operation_id` for it.
- Internal code organisation for class based `View` to generate the routes in one place and reducing
code duplication.
- Updated internal testing requirements for Edgy and Saffier and Lilya.

3.3.5

This was missed from the release **3.3.4** and it was supposed to be included.

Added

- Native types for Esmerald transformer models/
- Hashing list internally for the signature allowing lists to be declared for OpenAPI representation.

Changed

- Query parameters when declared as `list`, `List`, `dict` and `Dict` automatically parses the values
to the declared type.
- OpenAPI understands the native types, objects and lists (arrays).

3.3.4

Added

- Missing documentation for `Query Parameters` and `Path Parameters`.

Changed

- Documentation for `Extra, Advanced && Useful` is now renamed `Advanced & Useful` and its located in the `Features`
section.
- Removed unused internal functions for validations now used by Esmerald encoders.

Fixed

- Regression caused by the introduction of the dynamic encoders when diplaying the query parameters in the OpenAPI
documentation.
- Annotation discovery for the Signature.

3.3.3

Changed

- Internal implementation of the exceptions.
- Removed redundant exception declaration and delegate the internals to Lilya.
- Internal code cleaning.

Added

- `ValidationError` for custom independent raising exceptions within any Esmerald application

Fixed

- `is_server_error` for dependencies was causing an exception to be raised in a `loc[-1]`.

3.3.2

Changed

- Update the internals of contrib for Asyncz to match the new Asyncz specifications and API.

3.3.1

Changed

- Automatic detection of a response for a default status code when using OpenAPI documentation.
- Addressing `from __future__ import annotation` when using the dependency injection defaulting to Any.

Page 4 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.