Skip to content

Commit

Permalink
Version 0.18.0 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Sep 20, 2024
1 parent a32d59d commit b749f95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.18.0

No changes were made compared to 0.18.0a1.

# 0.18.0a1

* Support Python 3.13 by @Kludex in https://github.com/Kludex/mangum/pull/327

# 0.17.0

* Remove 3.6 reference from frameworks docs by @aminalaee in https://github.com/jordaneremieff/mangum/pull/278
Expand Down Expand Up @@ -59,7 +67,7 @@
* 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)!

* Refactor handlers to be separate from core logic [#170](https://github.com/jordaneremieff/mangum/pull/170). Thanks [four43](https://github.com/four43)!

## 0.11.0

* Remove deprecated `enable_lifespan` parameter [#109](https://github.com/jordaneremieff/mangum/issues/109).
Expand All @@ -74,7 +82,7 @@

* Extract ASGI scope creation into function [#162](https://github.com/jordaneremieff/mangum/pull/162). Thanks [emcpow2](https://github.com/emcpow2)!

## 0.10.0
## 0.10.0

* Remove WebSocket support to focus on HTTP [#127](https://github.com/jordaneremieff/mangum/issues/127).

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mangum"
version = "0.18.0a1"
version = "0.18.0"
authors = [
{ name = "Jordan Eremieff", email = "jordan@eremieff.com" },
{ name = "Marcelo Trylesinski", email = "marcelotryle@gmail.com" },
Expand Down

0 comments on commit b749f95

Please sign in to comment.