Skip to content

Commit

Permalink
Merge pull request #188 from MaggieNgWu/master
Browse files Browse the repository at this point in the history
modify changelog and informations in manifest
  • Loading branch information
MaggieNgWu authored Oct 30, 2020
2 parents b10b57f + b5812a3 commit 5a5afc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 3 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
## 2.6.1
## v2.6.1
(2020-10-29)
Please read documentation of Java SDK.

* [English User Handbook](https://fisco-bcos-documentation.readthedocs.io/en/latest/docs/sdk/java_sdk/index.html)
* [Chinese User Handbook](https://fisco-bcos-documentation.readthedocs.io/zh_CN/latest/docs/sdk/java_sdk/index.html#)
* [Chinese WIKI](https://github.com/FISCO-BCOS/java-sdk/wiki)

Java SDK v2.6.1 include the following new features:

Changed:
* Hidden the amop private topic suffix in the callback function.
* Added amop demo required resources.
Expand Down Expand Up @@ -44,11 +42,11 @@ Compatibility
* 解决控制台删除数据后重启会出现block limit不合法异常的问题。
* 解决同一个交易中如果有多个Event,只能解析一个无法解析多个的问题。
* 解决AMOP消息数据被截断的问题。

适配性:
* 适配FISCO BCOS v2.0+。
* 不适配Web3SDK。意思是,如果两个用户想使用AMOP功能进行通信,他们必须要么同时使用Java SDK,要么同时使用Web3SDK。

## v2.6.1-rc1
(2020-09-30)
Please read documentation of Java SDK.
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -279,14 +279,12 @@ jar {
def branch = repo.branch.getCurrent().getName()
def commit = repo.head().getAbbreviatedId(40)

attributes(["Built-By" : user,
"Implementation-Timestamp": date,
attributes(["Implementation-Timestamp": date,
"Git-Branch" : branch,
"Git-Commit" : commit
])

logger.info(" Commit : ")
logger.info(" => user: {}", user)
logger.info(" => date: {}", date)
logger.info(" => branch: {}", branch)
logger.info(" => commit: {}", commit)
Expand Down

0 comments on commit 5a5afc4

Please sign in to comment.