|
| 1 | +# 0.17.0 |
| 2 | + |
| 3 | +* Remove 3.6 reference from frameworks docs by @aminalaee in https://github.com/jordaneremieff/mangum/pull/278 |
| 4 | +* Add new blog post to external links by @aminalaee in https://github.com/jordaneremieff/mangum/pull/279 |
| 5 | +* Add exclude_headers parameter by @aminalaee in https://github.com/jordaneremieff/mangum/pull/280 |
| 6 | + |
| 7 | +# 0.16.0 |
| 8 | + |
| 9 | +* Link to deployment tutorial by @simonw in https://github.com/jordaneremieff/mangum/pull/274 |
| 10 | +* Added text_mime_types argument by @georgebv in https://github.com/jordaneremieff/mangum/pull/277 |
| 11 | + |
| 12 | +# 0.15.1 |
| 13 | + |
| 14 | +* Mention that Django works fine too by @WhyNotHugo in https://github.com/jordaneremieff/mangum/pull/261 |
| 15 | +* Add vnd.oai.openapi to mime type list that are not base64 encoded by @khamaileon in https://github.com/jordaneremieff/mangum/pull/271 |
| 16 | + |
| 17 | +# 0.15.0 |
| 18 | + |
| 19 | +* Relax type annotations, refactor custom handler inferences, naming by @jordaneremieff in https://github.com/jordaneremieff/mangum/pull/259 |
| 20 | + |
| 21 | +# 0.14.1 |
| 22 | + |
| 23 | +* Remove references to Python 3.6, update setup.py. by @jordaneremieff in https://github.com/jordaneremieff/mangum/pull/246 |
| 24 | + |
| 25 | +## 0.14.0 |
| 26 | + |
| 27 | +* Removing Websocket from docs by @aminalaee in https://github.com/jordaneremieff/mangum/pull/241 |
| 28 | +* Replace abstract handlers, customer handlers, type annotations, refactoring. by @jordaneremieff in https://github.com/jordaneremieff/mangum/pull/242 |
| 29 | + |
| 30 | +## 0.13.0 |
| 31 | + |
| 32 | +* Remove WebSocket support and misc cleanup/removals by @jordaneremieff in https://github.com/jordaneremieff/mangum/pull/234 |
| 33 | +* Replace awslambdaric-stubs with new types, refactor import style. by @jordaneremieff in https://github.com/jordaneremieff/mangum/pull/235 |
| 34 | +* Improve logging by @aminalaee in https://github.com/jordaneremieff/mangum/pull/230 |
| 35 | + |
| 36 | +## 0.12.4 |
| 37 | + |
| 38 | +* HTTP Gateway V2: Remove use of obsolete multiValueHeaders by @IlyaSukhanov in https://github.com/jordaneremieff/mangum/pull/216 |
| 39 | +* 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 |
| 40 | +* Added explicit python3.9 and 3.10 support by @relsunkaev in https://github.com/jordaneremieff/mangum/pull/224 |
| 41 | +* Fix aws_api_gateway handler not accepting combined headers and multiValueHeaders by @Feriixu in https://github.com/jordaneremieff/mangum/pull/229 |
| 42 | + |
1 | 43 | ## 0.12.3 |
2 | 44 |
|
3 | 45 | * Fix unhandled `api_gateway_base_path` in `AwsHttpGateway`. [#200](https://github.com/jordaneremieff/mangum/pull/204). Thanks [xpayn](https://github.com/xpayn)! |
4 | 46 |
|
5 | | - |
6 | 47 | ## 0.12.2 |
7 | 48 |
|
8 | 49 | * Exclude `tests/` directory from package. [#200](https://github.com/jordaneremieff/mangum/pull/200). Thanks [bradsbrown](https://github.com/bradsbrown)! |
9 | 50 |
|
10 | | - |
11 | 51 | ## 0.12.1 |
12 | 52 |
|
13 | 53 | * Make `boto3` optional [#197](https://github.com/jordaneremieff/mangum/pull/197). |
14 | 54 |
|
15 | | - |
16 | 55 | ## 0.12.0 |
17 | 56 |
|
18 | 57 | * Reintroduce WebSocket support [#190](https://github.com/jordaneremieff/mangum/pull/190). Thanks [eduardovra](https://github.com/eduardovra)! |
19 | 58 |
|
20 | 59 | * Resolve several issues with ALB/ELB support [#184](https://github.com/jordaneremieff/mangum/pull/184), [#189](https://github.com/jordaneremieff/mangum/pull/189), [#186](https://github.com/jordaneremieff/mangum/pull/186), [#182](https://github.com/jordaneremieff/mangum/pull/182). Thanks [nathanglover](https://github.com/nathanglover) & [jurasofish](https://github.com/jurasofish)! |
21 | 60 |
|
22 | 61 | * Refactor handlers to be separate from core logic [#170](https://github.com/jordaneremieff/mangum/pull/170). Thanks [four43](https://github.com/four43)! |
23 | | - |
24 | | - |
| 62 | + |
25 | 63 | ## 0.11.0 |
26 | 64 |
|
27 | 65 | * Remove deprecated `enable_lifespan` parameter [#109](https://github.com/jordaneremieff/mangum/issues/109). |
|
0 commit comments