From 8f758ea308402748ae5d24c67694eddd622bf436 Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 10 Oct 2023 02:26:17 +0200 Subject: [PATCH] bump to 1.20.0 --- README.md | 4 ++-- doc/README.md | 4 ++-- doc/overview.edoc | 2 +- src/hackney.app.src | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf684fd7..e2af0801 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2023 Benoît Chesneau. -__Version:__ 1.19.0 +__Version:__ 1.20.0 # hackney @@ -368,7 +368,7 @@ ok = hackney_pool:start_pool(PoolName, Options), `timeout` is the time we keep the connection alive in the pool, `max_connections` is the number of connections maintained in the pool. Each connection in a pool is monitored and closed connections are removed -automatically. The default timeout is `150000` ms and the default number of connections is `50`. +automatically. To close a pool do: diff --git a/doc/README.md b/doc/README.md index ea894ce1..b28fd9d6 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2023 Benoît Chesneau. -__Version:__ 1.19.0 +__Version:__ 1.20.0 # hackney @@ -368,7 +368,7 @@ ok = hackney_pool:start_pool(PoolName, Options), `timeout` is the time we keep the connection alive in the pool, `max_connections` is the number of connections maintained in the pool. Each connection in a pool is monitored and closed connections are removed -automatically. The default timeout is `150000` ms and the default number of connections is `50`. +automatically. To close a pool do: diff --git a/doc/overview.edoc b/doc/overview.edoc index 20bcb91e..b6b91dac 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -17,7 +17,7 @@ @copyright 2012-2023 Benoît Chesneau. -@version 1.19.1 +@version 1.20.0 @title hackney - HTTP client library in Erlang @doc diff --git a/src/hackney.app.src b/src/hackney.app.src index 5d888cdd..4c75bd57 100644 --- a/src/hackney.app.src +++ b/src/hackney.app.src @@ -4,7 +4,7 @@ {application, hackney, [ {description, "simple HTTP client"}, - {vsn, "1.19.1"}, + {vsn, "1.20.0"}, {registered, [hackney_pool]}, {applications, [kernel, stdlib,