Skip to content

Commit

Permalink
Release 3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Aug 8, 2024
1 parent f000c2c commit cfd9dc0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ hide:

# Release Notes

## 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](#334) and it was supposed to be included.
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.3.5"
__version__ = "3.3.6"


from lilya import status
Expand Down

0 comments on commit cfd9dc0

Please sign in to comment.