- `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.
Fixed
- Missing status `HTTP_301_MOVED_PERMANENTLY` from the list of available status.
0.7.5
Not secure
Added
- Allow path parameters to also be defined with `<>` as alternative to `{}`.
Example
python from lilya.routing import Path
Path("/<age:int>", ...)
0.7.4
Not secure
Added
- Translations to portuguese.
Fixed
- Missing `settings` in the `runserver` directive.
0.7.3
Not secure
Fixed
- Documentation generation for `typing.Unpack`.
0.7.2
Not secure
Changed
- Optimised the `encoders` and how it evaluates the `ENCODER_TYPES`. - Internal fixes in the `TestClient` and internals.