* Errors in parsing requests end with 500 Internal Server Error
* JsonDict and JsonList objects for dict or list json request variant.
* JSONGeneratorResponse to returns json from generators as generator.
* Fixies for new openapi_core 0.13.0 version.
* Better error log when error in after_request process
* PoorSession cookie flags:
* always HttpOnly attribute
* Secure attribute by secure argument
* SameSite attribute by same_site argument
* Domain attribute by domain argument
* Path attribute could be None
* Max-Age attribute by max_age argument
* SessionError when not possible to decode session
* JSONResponse and JSONGeneratorResponse without charset
* CORS and Security example for OpenAPI
* EmptyResponse don't use headers warning
* charset fix in make_response
* some HTTP/0.9 suport fixes
* JSONGeneratorResponse is defined as extras
* OpenAPI tests fix - better openapi example
* Request.hostname contains only hostname without port
* Request.timestamp - set as soon as possible
* empty FieldStorage did't raise exception
* more info about request in internal server error page
* Request path as right attribute for /path
* Request full_path attribute for /path?query=arguments
* HTTP Digest Authorization support