diff --git a/CHANGELOG.md b/CHANGELOG.md index c9421b0d9..232f29f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.16] - 2021-09-29 +See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverted. + ## [0.9.15] - 2021-09-27 +**Note:** This release have been pulled back since [#752] turned out to be breaking. ### Changed -- HTTP.jl no longer calls `close` on streams given with the `response_stream` keyword - argument to `HTTP.request` and friends. If it is required to close the stream - after the request you now have to do it manually, e.g. +- **(Reverted in 0.9.16)** HTTP.jl no longer calls `close` on streams given with the + `response_stream` keyword argument to `HTTP.request` and friends. If it is required + to close the stream after the request you now have to do it manually, e.g. ```julia io = ... HTTP.request(...; response_stream = io) @@ -142,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `HTTP.request` and friends ([#619]). -[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.15...HEAD +[Unreleased]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.16...HEAD +[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 [0.9.13]: https://github.com/JuliaWeb/HTTP.jl/compare/v0.9.12...v0.9.13 diff --git a/Project.toml b/Project.toml index d2f2b6d3f..7c0540c65 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.15" +version = "0.9.16" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"