diff --git a/ghc-http-client.changes b/ghc-http-client.changes index bc5626c..550a42f 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Dec 31 07:19:28 UTC 2023 - Peter Simons + +- Update http-client to version 0.7.16. + ## 0.7.16 + + * Add `responseEarlyHints` field to `Response`, containing a list of all HTTP 103 Early Hints headers received from the server. + * Add `earlyHintHeadersReceived` callback to `Request`, which will be called on each HTTP 103 Early Hints header section received. + ------------------------------------------------------------------- Mon Oct 30 08:14:49 UTC 2023 - Peter Simons diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 336dde5..de2446c 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.15 +Version: 0.7.16 Release: 0 Summary: An HTTP client engine License: MIT diff --git a/http-client-0.7.15.tar.gz b/http-client-0.7.15.tar.gz deleted file mode 100644 index f7a109b..0000000 --- a/http-client-0.7.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953ad87c1322c05efbf14d08dc13fe167224c324b5f66238a8d79897dac55724 -size 96060 diff --git a/http-client-0.7.16.tar.gz b/http-client-0.7.16.tar.gz new file mode 100644 index 0000000..7027817 --- /dev/null +++ b/http-client-0.7.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a84ca8f94306084aef3ff5128db231cb6bb7c606fbee16910f8d0df400c6291 +size 96891