Skip to content

Commit eb8252b

Browse files
authored
Merge pull request #200 from cyjseagull/release-2.7.0
add changeLog to v2.7.0
2 parents 63ed57f + fd7daa0 commit eb8252b

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

Changelog.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
## v2.7.0
2+
(2020-11-20)
3+
Please read documentation of Java SDK.
4+
5+
* [English User Handbook](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
6+
* [Chinese User Handbook](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
7+
* [Chinese WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)
8+
9+
Added:
10+
* Added `getBatchReceiptsByBlockNumberAndRange` and `getBatchReceiptsByBlockHashAndRange` interfaces to support batch pull block transaction receipts
11+
* Added the `getNodeInfo` interface to obtain subscribed topics information
12+
* Added `revokeManager` interface to revoke contract life cycle management authority
13+
* `ChainGovernanceService` adds `queryVotesOfMember` and `queryVotesOfThreshold` interfaces to support query voting status
14+
15+
Changed:
16+
* Separate `sdk-demo` as a `java-sdk-demo` project
17+
18+
Fixed:
19+
* Fix the exception of contract receipt parsing null pointer exception when deploying constructor with event
20+
21+
Compatibility
22+
23+
* FISCO BCOS v2.0+
24+
* AMOP Not compatible with Web3SDK
25+
26+
----
27+
请参考文档:
28+
* [英文版用户手册](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
29+
* [中文版用户手册](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
30+
* [中文版WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)
31+
32+
添加:
33+
* 添加`getBatchReceiptsByBlockNumberAndRange``getBatchReceiptsByBlockHashAndRange`接口,支持批量拉取区块交易回执
34+
* 添加`getNodeInfo`接口,获取订阅的topics信息
35+
* 添加`revokeManager`接口,撤销合约生命周期管理权限
36+
* `ChainGovernanceService`添加`queryVotesOfMember``queryVotesOfThreshold`接口,支持查询投票情况
37+
38+
修改:
39+
*`sdk-demo`独立为`java-sdk-demo`项目
40+
41+
修复:
42+
* 修复部署构造函数带有event的合约异常时,合约回执解析空指针异常
43+
44+
适配性:
45+
* 适配FISCO BCOS v2.0+
46+
* AMOP功能不兼容Web3SDK
47+
148
## v2.6.1
249
(2020-10-29)
350
Please read documentation of Java SDK.
@@ -21,8 +68,8 @@ Fixed:
2168

2269
Compatibility
2370

24-
* FISCO BCOS v2.0+.
25-
* Not compatible with Web3SDK. When two users want to use AMOP functions to talk with each other, they should either both use Java SDK, or both use Web3SDK.
71+
* FISCO BCOS v2.0+
72+
* AMOP Not compatible with Web3SDK
2673

2774
----
2875
请参考文档:

0 commit comments

Comments
 (0)