@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ <!-- ## [Unreleased] -->
9
+
10
+ ## [ v1.10.1] - 2023-11-28
9
11
### Changed
10
12
- Server errors are no longer serialized back to the client since this might leak sensitive
11
13
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
460
462
` HTTP.request ` and friends ([ #619 ] ).
461
463
462
464
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
464
466
465
467
466
468
<!-- 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
532
534
[ v1.9.15 ] : https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.15
533
535
[ v1.9.16 ] : https://github.com/JuliaWeb/HTTP.jl/releases/tag/v1.9.16
534
536
[ 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
535
538
[ #543 ] : https://github.com/JuliaWeb/HTTP.jl/issues/543
536
539
[ #546 ] : https://github.com/JuliaWeb/HTTP.jl/issues/546
537
540
[ #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
689
692
[ #1117 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1117
690
693
[ #1119 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1119
691
694
[ #1126 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1126
695
+ [ #1127 ] : https://github.com/JuliaWeb/HTTP.jl/issues/1127
0 commit comments