Skip to content

Commit fc34659

Browse files
committed
Update CHANGELOG.md
1 parent 8a75233 commit fc34659

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ All notable changes to this project will be documented in this file.
66

77
### ⭐ Features
88

9+
- Add Predicates to match header value and
10+
presence. ([adaa821](https://github.com/nstdio/http-client-ext/commit/adaa8213a04512ebf21689c3704ca98820688399))
911
- Flag to disable insecure HTTP requests via
10-
ExtendedHttpClient. ([bfbdcac](https://github.com/nstdio/http-client-ext/commit/bfbdcacb07e49ab460cd27cef66b329cd19222a6))
12+
ExtendedHttpClient. ([bf90fb9](https://github.com/nstdio/http-client-ext/commit/bf90fb98c29e7841d0e59a459cdd1a2d7e58f0d4))
1113

1214
### ♻️ Improvements
1315

16+
- Improve insecure request exception
17+
message. ([5a8cb08](https://github.com/nstdio/http-client-ext/commit/5a8cb08625d3552ee8e37dd0616eaee65ebf8133))
18+
- **doc** Add Javadoc to `DecompressingBodyHandlerBuilder#lenient`
19+
method. ([cb96f95](https://github.com/nstdio/http-client-ext/commit/cb96f9551fb6ad494494ae67dd26e6975b1f358a))
1420
- Reformat code. ([e9ac5c9](https://github.com/nstdio/http-client-ext/commit/e9ac5c939c0c28d946af9b188c83578f190e5dac))
1521

1622
## [v2.1.3](https://github.com/nstdio/http-client-ext/compare/v2.1.2...v2.1.3)
@@ -31,16 +37,27 @@ All notable changes to this project will be documented in this file.
3137

3238
- NPE when no `Content-Encoding` header
3339
present. ([b3afc61](https://github.com/nstdio/http-client-ext/commit/b3afc610c593024c013185ba93a3a3e7988bd9ca))
40+
3441
### ♻️ Improvements
35-
- **perf** Tune decompression performance. ([1c3c581](https://github.com/nstdio/http-client-ext/commit/1c3c581f52db95cf4d88bc6dcea9e420b3015b5f))
42+
43+
- **perf** Tune decompression
44+
performance. ([1c3c581](https://github.com/nstdio/http-client-ext/commit/1c3c581f52db95cf4d88bc6dcea9e420b3015b5f))
45+
3646
## [v2.1.1](https://github.com/nstdio/http-client-ext/compare/v2.1.0...v2.1.1)
3747

38-
### ⭐ Features
39-
- Replace JSON metadata serializers with binary version. ([9c3c576](https://github.com/nstdio/http-client-ext/commit/9c3c5762ea52f15396a4bb1982d202a178706653))
40-
- Dynamic JsonMappingProvider registration. ([4975edd](https://github.com/nstdio/http-client-ext/commit/4975edd1e5cbf5ed08953e04aaf79166f1678c58))
41-
- Add `must-understand` CacheControl header directive support. ([f0582bf](https://github.com/nstdio/http-client-ext/commit/f0582bf0104488a902d89cc4925291e7b74b4846))
48+
### ⭐ Features
49+
50+
- Replace JSON metadata serializers with binary
51+
version. ([9c3c576](https://github.com/nstdio/http-client-ext/commit/9c3c5762ea52f15396a4bb1982d202a178706653))
52+
- Dynamic JsonMappingProvider
53+
registration. ([4975edd](https://github.com/nstdio/http-client-ext/commit/4975edd1e5cbf5ed08953e04aaf79166f1678c58))
54+
- Add `must-understand` CacheControl header directive
55+
support. ([f0582bf](https://github.com/nstdio/http-client-ext/commit/f0582bf0104488a902d89cc4925291e7b74b4846))
56+
4257
### ♻️ Improvements
43-
- Optimize encrypted file header length reading ([7cd8c1f](https://github.com/nstdio/http-client-ext/commit/7cd8c1fabd15b28f91c02dea4aaa9dd80c5d489e))
58+
59+
- Optimize encrypted file header length
60+
reading ([7cd8c1f](https://github.com/nstdio/http-client-ext/commit/7cd8c1fabd15b28f91c02dea4aaa9dd80c5d489e))
4461
- **perf** Store Cipher instance in ThreadLocal. ([1e1a5a1](https://github.com/nstdio/http-client-ext/commit/1e1a5a1443dd50f6148df1a936d3f43fadee96f7))
4562
## [v2.1.0](https://github.com/nstdio/http-client-ext/compare/v2.0.0...v2.1.0)
4663

0 commit comments

Comments
 (0)