Skip to content

Commit

Permalink
Merge pull request #649 from ywy2090/release-2.5.0
Browse files Browse the repository at this point in the history
update release_node and ChangeLog
  • Loading branch information
ywy2090 authored Jun 19, 2020
2 parents 011aff0 + f7e2b6d commit e283e69
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
### v2.5.0

(2020-06-19)

* 删除
1. fastjson依赖

* 更新
1. netty-all版本升级至4.1.50.Final
2. spring版本 升级至4.3.27.RELEASE
3. slf4j版本升级至1.7.30
4. jackson-databind版本升级至2.11.0
5. guava版本至升级29.0-jre版本

* 新增
1. 支持与节点建立国密ssl连接
2. 添加角色权限预编译合约

* 兼容
1. 适配fisco-bcos 2.5.0版本,支持Channel Message v1/V2/V3协议

### v2.4.0

(2020-04-30)
Expand Down
4 changes: 2 additions & 2 deletions publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {

// compile 'io.netty:netty-tcnative:2.0.25.Final'
// compile 'io.netty:netty-tcnative-boringssl-static:2.0.27.Final'
compile 'org.fisco-bcos:netty-sm-ssl-context:1.0.0-SNAPSHOT'
compile 'org.fisco-bcos:netty-sm-ssl-context:1.0.0'
compile 'io.netty:netty-all:4.1.50.Final'

compile 'com.google.guava:guava:29.0-jre'
Expand Down Expand Up @@ -99,7 +99,7 @@ dependencies {

archivesBaseName = 'web3sdk'
group = 'org.fisco-bcos'
version = '2.3.0-SNAPSHOT'
version = '2.5.0'

// Additional attribute definition

Expand Down
2 changes: 1 addition & 1 deletion release_note.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.4.0
v2.5.0

0 comments on commit e283e69

Please sign in to comment.