Releases: WeBankBlockchain/WeIdentity
Releases · WeBankBlockchain/WeIdentity
WeIdentity Java SDK v1.5.1
Release date: 2020/01/22
- Features:
- Queried CPT can be cached to local machine (require MySQL setup).
- New interface generateHash(), accepting File, Credential and String as hashable input.
- Bugfixes:
- Multiple miscellaneous bugfixes and development experience enhancements.
v1.5.0
WeIdentity Java SDK 1.4.2
WeIdentity Java SDK 1.4.2
Release Date: 2019/12/10
- Features:
- Allow WeID owners to remove unused public keys and authentications in WeID Document.
- Embedded CredentialPojo now supports change disclosure policy of inner CredentialPojo.
- WeIdentity now supports deployment on different FISCO-BCOS Groups (check docs for details).
- Bugfixes:
- Fix various issues when serializing Embedded CredentialPojo.
- Bump jackson, jacoco and jmockit for security concerns.
- WeIdentity can now work with JDK1.8+ up to openjdk13.
- Fix broken Document URLs and simplify the document repository structure.
WeIdentity Java SDK 1.4.1
Release Date: 2019/11/05
- Bugfixes:
- Fixed multiple potential leaks which might cause NPE.
- Change default deposit signature algorithm when creating PDF to keccak256.
- Fixed multiple invalid URL links in documentation.
- Bump lombok to 1.18.10 to be compatible for OpenJDK11.
- Added FAQ for Maven-based Integration
WeIdentity Java SDK 1.4.0
Release Date: 2019/09/30
- Features:
- Supports PDF creation and transportation from CredentialPojo and Presentation.
- Credential, CredentialPojo and CredentialWrapper now supports Evidence.
- Credential supports multi-sign
- Evidence supports multi-sign
- Empty Evidence can be created with hash value appended separately.
- Add an reference implementation of Endpoint Service (used w/ Rest Service).
- Travis CI pipeline now resides on FISCO-BCOS 2.0.
- Add an information collection command line tool.
- Support data timeout in domain storage.
- Bugfixes:
- Re-Selectively disclose a selectively disclosed Credential is disallowed.
- Evidence Info fetched from getEvidence() now uses WeID instead of plain address.
- Credential and CredentialPojo dates are now in second format.
- Cipher suites are now unified in Secp256k1.
- Fix miscellenous errors in sequence diagrams.