This is an automated email from the ASF dual-hosted git repository.
nickva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-gun.git
from fa9f466 Fix Cowlib version in migration guide
add 4d1a9d1 Tweak CI workflow following ci.erlang.mk changes
add a305d9a Remove gun.app
add 30a62a2 Revert "Remove gun.app"
add 514bcb2 Update Erlang.mk
add 9bba700 Update Erlang.mk
add 515fc97 Clarify gun_cookies backend expectations for data safety
add 9b652e8 Update Cowlib to 2.16.1
add 08de4f2 Gun 2.3.0
add 5b48068 Reject 101 responses when no upgrade was requested
add 4f35609 Add invalid_request_headers request option
add f3e7e05 Add max_{header|trailer}_block_size HTTP/1.1 options
add 567863f Restrict push promises to original request authority
add bd799e4 Fix keepalive_tolerance with unrequested pings
add c00ca7a Update Cowlib to 2.17.0
add 8cc70ed Gun 2.4.0
add 4b8ed81 Gun 2.4.1
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yaml | 19 +----
LICENSE | 2 +-
Makefile | 8 +-
README.asciidoc | 4 +-
doc/src/guide/book.asciidoc | 6 ++
doc/src/guide/introduction.asciidoc | 2 +-
doc/src/guide/migrating_from_2.2.asciidoc | 16 ++++
doc/src/guide/migrating_from_2.3.asciidoc | 33 ++++++++
doc/src/guide/migrating_from_2.4.asciidoc | 9 +++
doc/src/manual/gun.asciidoc | 40 +++++++++
doc/src/manual/gun_cookies.asciidoc | 5 ++
doc/src/manual/gun_cookies_list.asciidoc | 5 +-
ebin/gun.app | 4 +-
erlang.mk | 51 +++++++++---
rebar.config | 2 +-
src/gun.erl | 58 ++++++++++---
src/gun_http.erl | 113 +++++++++++++++++++-------
src/gun_http2.erl | 58 +++++++++----
test/gun_SUITE.erl | 130 ++++++++++++++++++++++++++++++
test/raw_SUITE.erl | 104 ++++++++++++++++++++++++
test/rfc7540_SUITE.erl | 63 +++++++++++++++
21 files changed, 634 insertions(+), 98 deletions(-)
create mode 100644 doc/src/guide/migrating_from_2.2.asciidoc
create mode 100644 doc/src/guide/migrating_from_2.3.asciidoc
create mode 100644 doc/src/guide/migrating_from_2.4.asciidoc