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-cowlib.git


    from e2d7749  Update to most recent WebTransport draft
     add aca0ad9  Cowlib 2.16.0
     add fed34cd  Tweak CI workflow following ci.erlang.mk changes
     add 92b9055  Remove cowlib.app
     add fa216ba  Revert "Remove cowlib.app"
     add f30cc9e  Update Erlang.mk
     add 69c74da  Add an AGENTS.md
     add a4b8039  Limit length of transfer-encoding: chunked chunks
     add 6ccef1c  Add input safety expectations to cow_cookie manual
     add 6165fc4  Make building SSE events more closely match the spec
     add 9ac2dc5  Update Erlang.mk
     add 16aad3f  Remove unused cow_spdy module
     add bae6b02  Cowlib 2.16.1
     add 95476cc  Update copyright year
     add 71ae94f  Add cow_http:ensure_token/1
     add cb11a4f  Add HTTP/2 max_headers decode option
     add d22dddf  Fix unused variable error
     add 80de18a  Fix WebSocket UTF-8 validation crash
     add 8ec6fdc  Cowlib 2.17.0
     add 9028b81  Fix argument order in HPACK decoding
     add 2c968bb  Cowlib 2.17.1

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yaml                    |   46 +-
 AGENTS.md                                    |  100 +
 LICENSE                                      |    2 +-
 Makefile                                     |    4 +-
 doc/src/manual/cow_cookie.cookie.asciidoc    |    4 +
 doc/src/manual/cow_cookie.setcookie.asciidoc |    5 +
 ebin/cowlib.app                              |    4 +-
 erlang.mk                                    | 4761 ++++++--------------------
 src/cow_hpack.erl                            |  140 +-
 src/cow_http.erl                             |   53 +
 src/cow_http2_machine.erl                    |   18 +-
 src/cow_http_te.erl                          |   78 +-
 src/cow_spdy.erl                             |  313 --
 src/cow_spdy.hrl                             |  181 -
 src/cow_sse.erl                              |   64 +-
 src/cow_ws.erl                               |  107 +-
 16 files changed, 1471 insertions(+), 4409 deletions(-)
 create mode 100644 AGENTS.md
 delete mode 100644 src/cow_spdy.erl
 delete mode 100644 src/cow_spdy.hrl

Reply via email to