@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ <!-- ## [Unreleased] -->
9+
10+ ## [ v1.10.1] - 2023-11-28
911### Changed
1012- Server errors are no longer serialized back to the client since this might leak sensitive
1113 information through the error message. ([ #1126 ] )
@@ -460,7 +462,7 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte
460462 ` HTTP.request ` and friends ([ #619 ] ).
461463
462464
463- [ Unreleased ] : https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.0 ...HEAD
465+ [ Unreleased ] : https://github.com/JuliaWeb/HTTP.jl/compare/v1.10.1 ...HEAD
464466
465467
466468<!-- Links generated by Changelog.jl -->
@@ -532,6 +534,7 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte
532534[ v1.9.15 ] : https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.15
533535[ v1.9.16 ] : https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.16
534536[ v1.10.0 ] : https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.10.0
537+ [ v1.10.1 ] : https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.10.1
535538[ #543 ] : https://github.com/JuliaWeb/HTTP.jl/issues/543
536539[ #546 ] : https://github.com/JuliaWeb/HTTP.jl/issues/546
537540[ #547 ] : https://github.com/JuliaWeb/HTTP.jl/issues/547
@@ -689,3 +692,4 @@ See changes for 0.9.15: this release is equivalent to 0.9.15 with [#752] reverte
689692[ #1117 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1117
690693[ #1119 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1119
691694[ #1126 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1126
695+ [ #1127 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1127
0 commit comments