Skip to content

Commit f308a9e

Browse files
committed
Version bump to 1.7.0
1 parent 4f79621 commit f308a9e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

mix.exs

Lines changed: 1 addition & 1 deletion
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.6.11",
7+
version: "1.7.0",
88
elixir: "~> 1.13",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)