File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.10.0
2
+
3
+ (2024-03-08)
4
+
5
+ 请参考文档:
6
+
7
+ * [ 英文版用户手册] ( https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html )
8
+ * [ 中文版用户手册] ( https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html# )
9
+ * [ 中文版WIKI] ( https://github.com/FISCO-BCOS/java-sdk/wiki )
10
+
11
+ 修复:
12
+
13
+ - 解决在使用Solidity复杂数据结构(如struct,二维数组等)、复杂事件场景(如重载event,有复杂数据结构参数)时,Java SDK在发交易/调用请求时出现的编解码错误;
14
+
15
+ 更新:
16
+
17
+ - 废弃 ` sdk-codegen ` 模块,合约生成Java文件的功能建议开发者使用` org.fisco-bcos.code-generator:bcos-code-generator ` 中的方法。以解决在使用Solidity复杂数据结构、复杂事件场景时,生成的Java文件出现编译、运行错误的问题;
18
+ - 依赖变更:
19
+ - ` org.apache.commons:commons-lang3 ` 更新到3.14.0版本
20
+ - ` org.bouncycastle:bcprov-jdk15on ` 变更为使用` org.bouncycastle:bcprov-jdk18on:1.77 ` 版本
21
+ - ` io.netty:netty-all ` 更新到 4.1.100.Final版本
22
+ - ` com.google.code.gson:gson ` 更新到 2.10.1版本
23
+ - ` com.webank:webank-blockchain-java-crypto ` 更新到1.0.3版本
24
+ - 删除不必要的` com.google.guava:guava `
25
+
1
26
## v2.9.2
2
27
3
28
(2022-10-31)
Original file line number Diff line number Diff line change 35
35
// integrationTest.mustRunAfter test
36
36
allprojects {
37
37
group = ' org.fisco-bcos.java-sdk'
38
- version = ' 2.10.0-SNAPSHOT '
38
+ version = ' 2.10.0'
39
39
apply plugin : ' maven'
40
40
apply plugin : ' maven-publish'
41
41
apply plugin : ' idea'
You can’t perform that action at this time.
0 commit comments