Skip to content

Commit 3b38b1a

Browse files
committed
Version bump to 1.6.0
1 parent 0a54b76 commit 3b38b1a

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 1.6.0 (1 Aug 2024)
2+
3+
### Enhancements
4+
5+
* Add framework for supporting optimized native code on various hot paths (#394,
6+
thanks @alisinabh!)
7+
* Pass conn and exception data as logger metadata (#417 & #420, thanks @grzuy!)
8+
* Loosen hpax dependency requirements
9+
* Add `log_client_closures` http option, defaulting to false (#397, thanks @goncalotomas!)
10+
* Handle plugs that throw a result (#411, thanks @grzuy!)
11+
12+
### Fixes
13+
14+
* Improve content-length send logic per RFC9110§8.6/8.7
15+
* Explicitly signal keepalives in HTTP/1.0 requests
16+
17+
### Changes
18+
19+
* Fix typo & clarify docs
20+
* Update security policy
21+
122
## 1.5.7 (1 Aug 2024)
223

324
### Changes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Bandit.MixProject do
44
def project do
55
[
66
app: :bandit,
7-
version: "1.5.7",
7+
version: "1.6.0",
88
elixir: "~> 1.13",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)