Skip to content

Releases: WeBankBlockchain/WeIdentity

v3.1.0-rc.1(2023.4.28)

28 Apr 07:59
a318ab1
Compare
Choose a tag to compare

V3.1.0-rc.1 (2023-4-28)

  • Features:
  1. Add a way for local databases to deploy WeIdentity without deploying blockchain
  • Bugfixes:
  1. Upgrade components with known vulnerabilities
  • 特性
  1. 增加数据库部署及使用WeIdentity的方式,无需依赖区块链
  • Bug修复
  1. 修复已知漏洞组件

v3.0.0-rc.1(2022.12.15)

15 Dec 10:24
f7ce499
Compare
Choose a tag to compare

V3.0.0-rc.1 (2022-12-15)

  • Features:
  1. The project was restructured to strip the blockchain-related functions and interfaces from the project, as well as the presentation file transfer and format conversion functions from the project
  • Bugfixes:
  1. the value of sdk.sm-crypto in fisco.properties adapt to FISCO BCOS 3.0 guomi
  • 特性
  1. 对本项目重构,把区块链相关功能和接口从本项目剥离,把presentation 文件传输和格式转化等工具从本项目剥离
  • Bug修复
  1. 修复FISCO BCOS 3.0国密环境下把配置文件fisco.properties中sdk.sm-crypto的值转化错误的bug

V1.8.6-rc1 Release (2022-10-12)

12 Oct 09:04
9475184
Compare
Choose a tag to compare

新增优化功能:

  1. 升级更新WeIdDocument相关的属性字段和方法以满足W3C DID规范
  2. 升级所使用weid智能合约的数据的存储和检索方式
  3. 升级WeId和Evidence相关的方法接口

Features:

  1. Upgrade the property fields in WeIdDocument to conform to the W3C DID Specification
  2. Upgrade the way data is stored and retrieved in the weid-contract
  3. Upgrade the interfaces related to WeId and Evidence

WeIdentity Java SDK v1.8.5 Release

17 Aug 03:51
3762667
Compare
Choose a tag to compare

V1.8.5-rc1 Release (2022-08-17)

新增优化功能:

  1. 替换web3sdk为fisco-bcos-java-sdk
  2. 支持国密算法
  3. 支持FISCO BCOS v3.0.0(rc4版本)
  4. 升级WeID-Build-Tools的功能适应新版本的weid-java-sdk

Features:

  1. Replace the web3sdk with fisco-bcos-java-sdk
  2. Support the OSCCA-approved(SM2/SM3) cryptography algorithm
  3. Support the FISCO BCOS 3.0.0 (rc4 version)
  4. Upgrade the functionality of WeID-Build-Tools to accommodate the new version of weid-java-sdk

WeIdentity Java SDK v1.8.4 Release

18 Feb 14:00
02442f8
Compare
Choose a tag to compare

V1.8.4 Release (2022-02-18)

bug修复:

  1. 升级gradle wrapper支持到gradle-6.5.1
  2. 修复ci问题
  3. 移除bintray库依赖

WeIdentity Java SDK v1.8.3 Release

11 Dec 11:16
f2264e6
Compare
Choose a tag to compare

V1.8.3 Release (2021-12-11)

bug修复:

  1. 升级log4j到2.15.0

WeIdentity Java SDK v1.8.2 Release

10 Jun 10:43
52a23f2
Compare
Choose a tag to compare

V1.8.2 Release (2021-06-10)

新增优化功能:

  1. 修复依赖无法下载问题

WeIdentity Java SDK v1.8.1 Release

25 Apr 10:51
b226bfe
Compare
Choose a tag to compare

V1.8.1 Release (2021-04-25)

新增优化功能:

  1. 支持实时查询链上白名单数据
  2. 支持查询已认证权威机构总数
  3. 优化文档

WeIdentity Java SDK v1.8.0 Release

26 Jan 10:02
012c95a
Compare
Choose a tag to compare

V1.8.0 Release (2021-01-26)

新增优化功能:

  1. weid-java-sdk支持国密版本节点
  2. 支持查询issuer总数
  3. 修复CPT注册时间问题
  4. 支持CPT链上分页查询
  5. 支持批量公钥转weId

WeIdentity Java SDK v1.7.1 Release

30 Dec 10:13
6c28457
Compare
Choose a tag to compare

V1.7.1 Release (2020-12-30)

修复功能:

  1. 修复FISCO-BCOS最新节点无法实现批量查询问题