Skip to content

Commit

Permalink
Version bump to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrudel committed Dec 6, 2024
1 parent 99a0364 commit 9d86e27
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 1.6.1 (6 Dec 2024)

### Enhancements

* Add deflate support when sending chunked responses (#429)

### Fixes

* Bring in updated HPAX to fix HTTP/2 error cases seen in AWS load balancing
environments (#392)
* Improve handle of pipelined HTTP/1.1 requests (#437)
* Improve error handling when dealing with socket errors (#433)

### Changes

* Use `Plug.Call.inform/2` to send websocket upgrades (#428)

## 1.6.0 (18 Nov 2024)

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do
def project do
[
app: :bandit,
version: "1.6.0",
version: "1.6.1",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 9d86e27

Please sign in to comment.