File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.7.0 (29 May 2025)
2+
3+ ### Enhancements
4+
5+ * Add support for new ` get_sock_data/1 ` and ` get_ssl_data/1 ` callbacks from Plug 1.18 (#497 )
6+ * Honour server-sent ` Connection: close ` headers (#495 , thanks @ruslandoga !)
7+
8+ ### Fixes
9+
10+ * Don't overwrite non-default HTTP/2 settings when receiving HTTP/2 settings (#494 , thanks @ns-blee !)
11+ * Fix handling of early-connection error handling in HTTP/2 (#486 )
12+
113## 1.6.11 (31 Mar 2025)
214
315### Changes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Bandit.MixProject do
44 def project do
55 [
66 app: :bandit ,
7- version: "1.6.11 " ,
7+ version: "1.7.0 " ,
88 elixir: "~> 1.13" ,
99 start_permanent: Mix . env ( ) == :prod ,
1010 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments