File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.1.2
2
+ (2023-01-04)
3
+
4
+ 请阅读Java SDK v3.x+文档:
5
+
6
+ - [ 中文用户手册] ( https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/develop/sdk/java_sdk/index.html )
7
+
8
+ ### 新增
9
+
10
+ - 发送交易支持设置` extraData ` 字段
11
+
12
+ ### 兼容性说明
13
+
14
+ - 兼容java-sdk v3.0+的历史版本
15
+ - 仅支持[ FISCO BCOS 3.0.0] ( https://github.com/FISCO-BCOS/FISCO-BCOS/releases/tag/v3.0.0 ) 及以上版本
16
+
17
+
1
18
## v3.1.1
2
19
(2022-12-8)
3
20
Original file line number Diff line number Diff line change 25
25
junitVersion = ' 4.13.2'
26
26
commonsCollections4Version = " 4.4"
27
27
guavaVersion = ' 30.1.1-jre'
28
- bcosSdkJniVersion = " 3.1.2-SNAPSHOT "
28
+ bcosSdkJniVersion = " 3.1.0 "
29
29
slf4jApiVerison = ' 2.0.3'
30
30
mockitoVersion = ' 4.8.0'
31
31
}
34
34
// integrationTest.mustRunAfter test
35
35
allprojects {
36
36
group = ' org.fisco-bcos.java-sdk'
37
- version = ' 3.1.2-SNAPSHOT '
37
+ version = ' 3.1.2'
38
38
39
39
apply plugin : ' maven-publish'
40
40
apply plugin : ' idea'
You can’t perform that action at this time.
0 commit comments