File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
22
## 1.5.7 (1 Aug 2024)
2
23
3
24
### Changes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do
4
4
def project do
5
5
[
6
6
app: :bandit ,
7
- version: "1.5.7 " ,
7
+ version: "1.6.0 " ,
8
8
elixir: "~> 1.13" ,
9
9
start_permanent: Mix . env ( ) == :prod ,
10
10
deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments