* Relax type annotations, refactor custom handler inferences, naming by jordaneremieff in https://github.com/jordaneremieff/mangum/pull/259
0.14.1
* Remove references to Python 3.6, update setup.py. by jordaneremieff in https://github.com/jordaneremieff/mangum/pull/246
0.14.0
* Removing Websocket from docs by aminalaee in https://github.com/jordaneremieff/mangum/pull/241 * Replace abstract handlers, customer handlers, type annotations, refactoring. by jordaneremieff in https://github.com/jordaneremieff/mangum/pull/242
0.13.0
* Remove WebSocket support and misc cleanup/removals by jordaneremieff in https://github.com/jordaneremieff/mangum/pull/234 * Replace awslambdaric-stubs with new types, refactor import style. by jordaneremieff in https://github.com/jordaneremieff/mangum/pull/235 * Improve logging by aminalaee in https://github.com/jordaneremieff/mangum/pull/230
0.12.4
* HTTP Gateway V2: Remove use of obsolete multiValueHeaders by IlyaSukhanov in https://github.com/jordaneremieff/mangum/pull/216 * mypy - Argument "api_gateway_base_path" to "Mangum" has incompatible type "str"; expected "Dict[str, Any]" by relsunkaev in https://github.com/jordaneremieff/mangum/pull/220 * Added explicit python3.9 and 3.10 support by relsunkaev in https://github.com/jordaneremieff/mangum/pull/224 * Fix aws_api_gateway handler not accepting combined headers and multiValueHeaders by Feriixu in https://github.com/jordaneremieff/mangum/pull/229
0.12.3
* Fix unhandled `api_gateway_base_path` in `AwsHttpGateway`. [200](https://github.com/jordaneremieff/mangum/pull/204). Thanks [xpayn](https://github.com/xpayn)!