From bed69b98bd98a523983610a45a5e3facc895f016 Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 10 Oct 2023 02:35:20 +0200 Subject: [PATCH] update todo and versions of erlang supported --- TODO.md | 24 ++++++++++++++++-------- doc/overview.edoc | 11 ++--------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/TODO.md b/TODO.md index 76a0bf1c..7bc37ced 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,18 @@ # TODO -todo of hackney - -- Add Websockets support -- Add SPDY support -- Add HTTP pipelines support -- Add support for custom authentication methods -- Add support for oauth2 ? -- Add support for HTTP digest auth +1.21.0 +------ + +- Improve pool +- Improve proxying + +2.0.0 +----- +- Support Websockets +- Support HTTP 2 +- Request / Response hooks +- Dynamic response behaviour. + +2.1.0 +----- +- Support HTTP 3 diff --git a/doc/overview.edoc b/doc/overview.edoc index b6b91dac..391ec8d3 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -47,15 +47,8 @@ - Optional socket pool - REST syntax: `hackney:Method(URL)' (where a method can be get, post, put, delete, ...) -**Supported versions** of Erlang are R16B03-1, 17.3.4 and above. It is -reported to work with R14B04 and R15B03-1. - - -**WARNING**: Erlang 17.3 and 17.3.1 have a broken SSL module which -prevents the usage of SSL connection with some servers. You **must** upgrade -in that case to Erlang -[17.3.4](https://github.com/erlang/otp/commit/9417f044ee3c291c2ea343c203aebdcc40597226) -or superior. +**Supported versions** of Erlang are 22.3 and above. It is +reported to work with version from 19.3 to 21.3. > Note: This is a work in progress, see the [TODO](http://github.com/benoitc/hackney/blob/master/TODO.md) for more