Skip to content

Commit ceef430

Browse files
jordaneremieffkhamaileon
authored andcommitted
Add docstring for api_gateway_base_path, release notes
1 parent 0ff3d7e commit ceef430

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.12.0
2+
3+
* Reintroduce WebSocket support [#190](https://github.com/jordaneremieff/mangum/pull/190). Thanks [eduardovra](https://github.com/eduardovra)!
4+
5+
* 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)!
6+
7+
* Refactor handlers to be separate from core logic [#170](https://github.com/jordaneremieff/mangum/pull/170). Thanks [four43](https://github.com/four43)!
8+
19
## 0.11.0
210

311
* Remove deprecated `enable_lifespan` parameter [#109](https://github.com/jordaneremieff/mangum/issues/109).

mangum/adapter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ class Mangum:
3939
specification. This will usually be an ASGI framework application instance.
4040
* **lifespan** - A string to configure lifespan support. Choices are `auto`, `on`,
4141
and `off`. Default is `auto`.
42+
* **api_gateway_base_path** - Base path to strip from URL when using a custom
43+
domain name.
4244
* **text_mime_types** - A list of MIME types to include with the defaults that
4345
should not return a binary response in API Gateway.
4446
* **dsn** - A connection string required to configure a supported WebSocket backend.

0 commit comments

Comments
 (0)