Skip to content

Commit

Permalink
Release 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 2, 2024
1 parent 326c567 commit 20f1bdc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ hide:

# Release Notes

## 3.2.6

### Added

- `XFrameOptionsMiddleware` to handle with options headers.
- `SecurityMiddleware` adding various security headers to the request/response lifecycle.
- `override_settings` as new decorator that allows to override the Lilya settings in any given test.
- New `--simple` flag for `createproject` directive generating simple structured projects.
- Integration with new `rapidoc` as another alternative to display the OpenAPI docs.

### Changed

- Internal `asyncz` decorator inside a wrapper.
- Updated pydantic an lilya requirements.

## 3.2.5

### Fixed
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.2.5"
__version__ = "3.2.6"


from lilya import status
Expand Down

0 comments on commit 20f1bdc

Please sign in to comment.