|
| 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 | + |
1 | 48 | ## v2.6.1 |
2 | 49 | (2020-10-29) |
3 | 50 | Please read documentation of Java SDK. |
|
21 | 68 |
|
22 | 69 | Compatibility |
23 | 70 |
|
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 |
26 | 73 |
|
27 | 74 | ---- |
28 | 75 | 请参考文档: |
|
0 commit comments