Skip to content

Commit 7c65b49

Browse files
committed
release 3.1.0-rc.1
1 parent 8a19170 commit 7c65b49

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### V3.1.0 (2023-4-28)
2+
* 优化功能:
3+
1. 修复创建并启用新的应用后配置文件没有更新chain.id导致registerAuthorityIssuer失败
4+
2. 生成的WeIdentity配置文件支持本地数据库部署
5+
3. 集成weid-java-sdk 3.1.0和weid-kit 3.1.0
6+
4. 更新多个已知漏洞的组件
7+
18
### V3.0.0 (2022-12-15)
29
* 优化功能:
310
1. 修复registerPolicy失败和部署Evidence合约失败

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ WeIdentity JAVA SDK安装部署工具
1111

1212
| weid-build-tools 版本 | weid-java-sdk 版本 | weid-contract-java 版本 | 备注 |
1313
| :---- | :---- | :---- | :---- |
14+
| v3.1.0 | v3.1.0 | v1.3.2 | 适配weid-java-sdk数据库部署方式 |
15+
| v3.0.0 | v3.0.0 | v1.3.1 | 适配重构weid-java-sdk |
1416
| v1.3.1 | v1.8.6 | v1.3.1 | 替换合约,改变获取所有weid的方式 |
1517
| v1.3.0 | v1.8.5 | v1.3.0 | 替换web3sdk、支持国密和FISCO BCOS 3.0 |
1618
| v1.0.28 | v1.8.3 | v1.2.30 | 升级log4j |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0-rc.1
1+
3.1.0-rc.1

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dependencies {
163163
exclude group: "javax.validation", module: "validation-api"
164164
exclude group: "org.codehaus.jackson", module: "jackson-mapper-asl"
165165
}
166-
compile("com.webank:weid-kit:3.1.0-rc.1-SNAPSHOT")
166+
compile("com.webank:weid-kit:3.1.0-rc.1")
167167
}
168168
}
169169
if (gradleVer.startsWith("5")) {
@@ -176,7 +176,7 @@ dependencies {
176176
exclude group: "javax.validation", module: "validation-api"
177177
exclude group: "org.codehaus.jackson", module: "jackson-mapper-asl"
178178
}
179-
compile("com.webank:weid-kit:3.1.0-rc.1-SNAPSHOT")
179+
compile("com.webank:weid-kit:3.1.0-rc.1")
180180
} else {
181181
compileOnly files('dist/lib/lombok-1.18.12.jar')
182182
annotationProcessor files('dist/lib/lombok-1.18.12.jar')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
2-
weidSdkVersion=3.1.0-rc.1-SNAPSHOT
2+
weidSdkVersion=3.1.0-rc.1
33
repoType=zn
44
jdkTlsNamedGroups=secp256r1,secp256k1
55
signing.keyId=

run.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org_id=webank
2020
amop_id=11
2121

2222
#chain id
23-
chain_id=102
23+
chain_id=112
2424

2525
#group id
2626
group_id=group0
@@ -41,4 +41,4 @@ redis_password=
4141
#"stg" to set the test environment, "prd" to set the production environment.
4242
#If you do not set it, the system will use allOrg as the environment by default.
4343
#It is not recommended. Production use default configuration
44-
cns_profile_active=prdabc
44+
cns_profile_active=prdabd

0 commit comments

Comments
 (0)