Skip to content

Commit da2c6b1

Browse files
committed
release: version 3.1.1
1 parent e61b7d0 commit da2c6b1

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# NEWS
22

3+
3.1.1 - 2026-02-20
4+
------------------
5+
6+
### Bug Fixes
7+
8+
- Fix HTTP/3 Fin flag handling for HEAD requests and responses without body
9+
- Bump `quic` dependency to 0.7.1 (fixes packet number reconstruction)
10+
11+
### Added
12+
13+
- Add TLS options support in `hackney_quic` (verify, cacerts, cacertfile, SNI)
14+
- Add redirect following in `hackney_h3` (follow_redirect, max_redirect options)
15+
- Add HTTP/3 integration and redirect test suites (36 new tests)
16+
317
3.1.0 - 2026-02-17
418
------------------
519

src/hackney.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney,
55
[
66
{description, "Simple HTTP client with HTTP/1.1, HTTP/2, and HTTP/3 support"},
7-
{vsn, "3.1.0"},
7+
{vsn, "3.1.1"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)