Skip to content

Commit 624325e

Browse files
committed
Update CHANGELOG.md
1 parent 44bc760 commit 624325e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased](https://github.com/nstdio/http-client-ext/compare/v2.3.2...HEAD)
4+
## [Unreleased](https://github.com/nstdio/http-client-ext/compare/v2.4.0...HEAD)
55

6+
## [v2.4.0](https://github.com/nstdio/http-client-ext/compare/v2.3.2...v2.4.0)
7+
8+
### ⭐ Features
9+
- Support zstd compression via zstd-jni. ([c7e8775](https://github.com/nstdio/http-client-ext/commit/c7e877555386e1e21b71451e75392fb74cd90cb8))
10+
### ♻️ Improvements
11+
- Replace synchronized method with locks in SynchronizedCache. ([38d09af](https://github.com/nstdio/http-client-ext/commit/38d09af866cf79960956e5db3becaabd53585af4))
12+
- Replace synchronized with ReentrantLock in PathSubscriber. ([0733b26](https://github.com/nstdio/http-client-ext/commit/0733b260c37bf6dd92f815e276e5da3a31dde142))
613
## [v2.3.2](https://github.com/nstdio/http-client-ext/compare/v2.3.1...v2.3.2)
714

815
### 🐞 Bug Fixes

0 commit comments

Comments
 (0)