We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9999f98 commit befe2dfCopy full SHA for befe2df
NEWS.md
@@ -1,5 +1,12 @@
1
# NEWS
2
3
+1.23.0 - 2025-02-25
4
+-------------------
5
+
6
+- fix: happy eyeball use correct timeout during connectino
7
+- fix: don't wrap conection error
8
+- improvement: eyeballonly spawn ipv6 worker when needed
9
10
1.22.0 - 2025-02-20
11
-------------------
12
README.md
@@ -4,7 +4,7 @@
Copyright (c) 2012-2025 Benoît Chesneau.
-__Version:__ 1.22.0
+__Version:__ 1.23.0
# hackney
src/hackney.app.src
{application, hackney,
[
{description, "simple HTTP client"},
- {vsn, "1.22.0"},
+ {vsn, "1.23.0"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
0 commit comments