File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.9.0 (12 Dec 2025)
2+
3+ ### Enhancements
4+
5+ * Skip body draining when Connection: close is set (#546 , thanks @pepicrft !)
6+ * Make deflate options for WebSockets configurable (#540 , thanks @proxima !)
7+ * Mitigate HTTP/2 rapid reset attacks (#533 , thanks @NelsonVides !)
8+ * Implement improved respect for SETTINGS_MAX_CONCURRENT_STREAMS (#524 , thanks @NelsonVides !)
9+ * Support zstd HTTP compression (#514 , thanks @mattmatters !)
10+
111## 1.8.0 (18 Aug 2025)
212
313### Enhancements
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.8 .0" ,
7+ version: "1.9 .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