Skip to content

Releases: WeBankBlockchain/WeIdentity

WeIdentity Java SDK v1.5.1

22 Jan 05:50
Compare
Choose a tag to compare

Release date: 2020/01/22

  • Features:
  1. Queried CPT can be cached to local machine (require MySQL setup).
  2. New interface generateHash(), accepting File, Credential and String as hashable input.
  • Bugfixes:
  1. Multiple miscellaneous bugfixes and development experience enhancements.

v1.5.0

30 Dec 13:45
Compare
Choose a tag to compare
release 1.5.0

WeIdentity Java SDK 1.4.2

10 Dec 08:11
Compare
Choose a tag to compare

WeIdentity Java SDK 1.4.2
Release Date: 2019/12/10

  • Features:
  1. Allow WeID owners to remove unused public keys and authentications in WeID Document.
  2. Embedded CredentialPojo now supports change disclosure policy of inner CredentialPojo.
  3. WeIdentity now supports deployment on different FISCO-BCOS Groups (check docs for details).
  • Bugfixes:
  1. Fix various issues when serializing Embedded CredentialPojo.
  2. Bump jackson, jacoco and jmockit for security concerns.
  3. WeIdentity can now work with JDK1.8+ up to openjdk13.
  4. Fix broken Document URLs and simplify the document repository structure.

WeIdentity Java SDK 1.4.1

05 Nov 02:23
Compare
Choose a tag to compare

Release Date: 2019/11/05

  • Bugfixes:
  1. Fixed multiple potential leaks which might cause NPE.
  2. Change default deposit signature algorithm when creating PDF to keccak256.
  3. Fixed multiple invalid URL links in documentation.
  4. Bump lombok to 1.18.10 to be compatible for OpenJDK11.
  5. Added FAQ for Maven-based Integration

WeIdentity Java SDK 1.4.0

16 Oct 02:21
Compare
Choose a tag to compare

Release Date: 2019/09/30

  • Features:
  1. Supports PDF creation and transportation from CredentialPojo and Presentation.
  2. Credential, CredentialPojo and CredentialWrapper now supports Evidence.
  3. Credential supports multi-sign
  4. Evidence supports multi-sign
  5. Empty Evidence can be created with hash value appended separately.
  6. Add an reference implementation of Endpoint Service (used w/ Rest Service).
  7. Travis CI pipeline now resides on FISCO-BCOS 2.0.
  8. Add an information collection command line tool.
  9. Support data timeout in domain storage.
  • Bugfixes:
  1. Re-Selectively disclose a selectively disclosed Credential is disallowed.
  2. Evidence Info fetched from getEvidence() now uses WeID instead of plain address.
  3. Credential and CredentialPojo dates are now in second format.
  4. Cipher suites are now unified in Secp256k1.
  5. Fix miscellenous errors in sequence diagrams.