File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## [ 0.2.17] - 2025-04-11
4
+
5
+ ### Modified
6
+
7
+ + 修复 Apache Http Client 未能正确设置 Charset 为 UTF-8 的问题
8
+ + 修复 ApacheHttpResponse 未能正确关闭的问题
9
+
3
10
## [ 0.2.16] - 2025-02-10
4
11
5
12
### Added
Original file line number Diff line number Diff line change 1
1
[ ![ JavaDoc] ( http://img.shields.io/badge/javadoc-reference-blue.svg )] ( https://www.javadoc.io/doc/com.github.wechatpay-apiv3/wechatpay-java/latest/index.html )
2
- ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.16 )
2
+ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.wechatpay-apiv3/wechatpay-java?versionPrefix=0.2.17 )
3
3
[ ![ Security Rating] ( https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=security_rating )] ( https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java )
4
4
[ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=sqale_rating )] ( https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java )
5
5
[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=wechatpay-apiv3_wechatpay-java&metric=coverage )] ( https://sonarcloud.io/summary/overall?id=wechatpay-apiv3_wechatpay-java )
36
36
在你的 build.gradle 文件中加入如下的依赖
37
37
38
38
``` groovy
39
- implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.16 '
39
+ implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.17 '
40
40
```
41
41
42
42
#### Maven
@@ -47,7 +47,7 @@ implementation 'com.github.wechatpay-apiv3:wechatpay-java:0.2.16'
47
47
<dependency >
48
48
<groupId >com.github.wechatpay-apiv3</groupId >
49
49
<artifactId >wechatpay-java</artifactId >
50
- <version >0.2.16 </version >
50
+ <version >0.2.17 </version >
51
51
</dependency >
52
52
```
53
53
Original file line number Diff line number Diff line change 1
1
projectPropGroup =com.github.wechatpay-apiv3
2
- projectPropVersion =0.2.16
2
+ projectPropVersion =0.2.17
3
3
4
4
slf4jVersion =1.7.36
5
5
junitVersion =4.13.2
You can’t perform that action at this time.
0 commit comments