From 01315fb0352a28be6591111453357d5714014100 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 17 Nov 2021 19:21:46 +0100 Subject: [PATCH] Add CHANGELOG and set version to 0.9.17. --- CHANGELOG.md | 10 +++++++++- Project.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc13d943b..87e06f6e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.17] - 2021-11-17 +### Fixed +- Correctly throw an `EOFError` if the connection is closed with remaining bytes + to be transferred ([#778], [#781]). + ## [0.9.16] - 2021-09-29 See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverted. [#752] might be included in a future breaking release instead, see [#774]. @@ -148,7 +153,8 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte `HTTP.request` and friends ([#619]). -[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.16...HEAD +[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.17...HEAD +[0.9.17]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.16...v0.9.17 [0.9.16]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.15...v0.9.16 [0.9.15]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.14...v0.9.15 [0.9.14]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.13...v0.9.14 @@ -222,3 +228,5 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte [#766]: https://github.com/JuliaWeb/HTTP.jl/pull/766 [#770]: https://github.com/JuliaWeb/HTTP.jl/pull/770 [#774]: https://github.com/JuliaWeb/HTTP.jl/pull/774 +[#778]: https://github.com/JuliaWeb/HTTP.jl/pull/778 +[#781]: https://github.com/JuliaWeb/HTTP.jl/pull/781 diff --git a/Project.toml b/Project.toml index 7c0540c65..1c6be8241 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "HTTP" uuid = "cd3eb016-35fb-5094-929b-558a96fad6f3" authors = ["Jacob Quinn", "Sam O'Connor", "contributors: https://github.com/JuliaWeb/HTTP.jl/graphs/contributors"] -version = "0.9.16" +version = "0.9.17" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"