diff --git a/aws-c-http.changes b/aws-c-http.changes index efac2aa..a6e76c4 100644 --- a/aws-c-http.changes +++ b/aws-c-http.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 14 08:51:46 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.10.1 + * Fix mock server window update on 0 length body by @TingDaoK in (#517) + +------------------------------------------------------------------- +Wed May 7 11:32:42 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.10.0 + * Fix initial settings for h2 by @TingDaoK in (#513) + * Update h2 windowing algo and http client benchmark by @TingDaoK in (#388) + + Batching up the window update frame until the window size drops + below the threshold for both manual and auto window management + + Initial window size now be required for HTTP/2 connection on + manual window management now. + ------------------------------------------------------------------- Sun Apr 20 12:48:14 UTC 2025 - Andreas Stieger diff --git a/aws-c-http.spec b/aws-c-http.spec index e2e3816..b5f08ef 100644 --- a/aws-c-http.spec +++ b/aws-c-http.spec @@ -20,7 +20,7 @@ %define library_version 1.0.0 %define library_soversion 1_0_0 Name: aws-c-http -Version: 0.9.7 +Version: 0.10.1 Release: 0 Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications License: Apache-2.0 diff --git a/v0.10.1.tar.gz b/v0.10.1.tar.gz new file mode 100644 index 0000000..05dc377 --- /dev/null +++ b/v0.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1550f7bf9666bb8f86514db9e623f07249e3c53e868d2f36ff69b83bd3eadfec +size 489620 diff --git a/v0.9.7.tar.gz b/v0.9.7.tar.gz deleted file mode 100644 index 1de0881..0000000 --- a/v0.9.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18cb2a19a7cd80eafc4c29e6845ec97135a381a1e32fc848bdb8340cc747204a -size 481942