Skip to content

Releases: energywebfoundation/iam-client-lib

v6.0.1-alpha.3

17 Aug 11:14
Compare
Choose a tag to compare
v6.0.1-alpha.3 Pre-release
Pre-release

6.0.1-alpha.3 (2022-08-17)

Bug Fixes

  • use resolveCredentialAndVerify to verify enrolment prerequisites (#630) (9208ad3)

v6.0.1-alpha.2

15 Aug 15:46
Compare
Choose a tag to compare
v6.0.1-alpha.2 Pre-release
Pre-release

6.0.1-alpha.2 (2022-08-15)

Bug Fixes

v6.0.1-alpha.1

15 Aug 14:01
Compare
Choose a tag to compare
v6.0.1-alpha.1 Pre-release
Pre-release

6.0.1-alpha.1 (2022-08-15)

Bug Fixes

  • issue claim: allow boolean as valid field (#639) (77eb426)

v6.0.0

15 Aug 09:19
Compare
Choose a tag to compare

6.0.0 (2022-08-15)

⚠ BREAKING CHANGES

  • infura: Requiring object instead of string for IPFS config

  • fix(infura): allow DID reg to take in Infura config

  • fix(infura): create helper method for ipfs config for tests

  • fix(infura): add return type

  • fix(infura): use IFPS daemon for tests

  • fix(infura): use ipfs config for initUser methods

  • fix(infura): replace config with ipfs daemon for initUser methods

  • VerifiableCredentialsService is initialized earlier.

Features

  • add claim revocation (2ab1d93)
  • add createdAt property to Claim interface (c71344d)
  • add credential revocation (1f8f028)
  • add documentation (543494f)
  • add documentation comments in dist (cc34e96)
  • add logs for axios errors (2fa44c6)
  • add method to get claims by revoker to cache client interface (e24b506)
  • adding more details to error log line when http request fails (#617) (e99ceda)
  • addStatusToClaim: add cred status to claim object (f1f6328)
  • apply prettier formatting (abc5154)
  • assets: fix assets service interfaces (c9c6a87)
  • assets: get asset owner (1eb4832)
  • authorize issuer (7e8b864)
  • claim expieration (#567) (757de5a)
  • claim: issue VC when approving role request (a3eefbc)
  • claims: add status to vc (28c556f)
  • claims: verify credential status (b5da79f)
  • claims: verify role vc (b318dbd)
  • continue credentials exchange (fd07ba0)
  • docs: quick start (cd85c17)
  • domain-reader: refactor domainreader initialisation (9f7ea6e)
  • domains: add MulticallTx type (3be1e6f)
  • ens scripts (d7f0df3)
  • exp: add explainer for expiration (5441a4f)
  • exp: apply prettier formatting (7261112)
  • exp: fix issuerVerified as boolean (d82eeeb)
  • export logger (819e67c)
  • exp: remove method for expiration check; decrease test await (9ae092c)
  • handle unexpected did service endpoint (#610) (a360e93)
  • infura: allow DID reg to take in Infura config (#638) (ad2ed1a)
  • initiate credential exchange (099eb64)
  • remove verifiable credentials storage (9501481)
  • revocation: add credentialStatus to EIP191JWT (52fec66)
  • RevokeClaim: add endpoint to fetch claims by revoker (current user) (80cf934)
  • revokeClaim: make did param required (b6648d6)
  • types in claims service (EthersProviderIssuerResolver) (11ac865)
  • update claim revocation registry address (effe1d8)
  • update types and interfaces from ew-credentials (0ed9855)
  • vc: add verifiable credential expiration date (e76c66b)
  • verifiable credential poc (a7f8df7)
  • verifiable presentation poc (a4732e3)
  • verifiable-credentials: add credential status eip712 type (d9db01f)
  • verifiable-credentials: get credentials by definition (5f2e7a8)
  • verifyExp: add documentation; address PR comments (e7a50a5)
  • verifyExp: add exp verification method and tests for EIP and VP (7099c09)
  • verifyExp: remove comment (1d96490)
  • verifyVc: add jsonwebtoken and update package-lock (81ff25d)
  • verifyVc: add unit tests (c4390b1)
  • verifyVC: add verifyVC method to VC Base Service (3187e5e)
  • verifyVC: make proof private; add error and return types (0da3229)
  • verifyVc: remove comments and update test case descriptions (04f9c9f)
  • verifyVc: resolve conflicts and add formatting (b24f328)
  • verifyVC: update ew-credentials (877fad6)
  • verifyVc: update ew-credentials version and use to resolve credentials (cd77eb0)
  • verifyVc: update method and params (9800557)
  • verifyVc: update method documentation (86e47e1)
  • verifyVc: update resolve method and add method for offchain verify (800c903)
  • verifyVc: update unit tests ([9d5e7ba](https://github.com/energ...
Read more

v6.0.0-alpha.51

12 Aug 08:43
Compare
Choose a tag to compare
v6.0.0-alpha.51 Pre-release
Pre-release

6.0.0-alpha.51 (2022-08-12)

⚠ BREAKING CHANGES

  • infura: Requiring object instead of string for IPFS config

  • fix(infura): allow DID reg to take in Infura config

  • fix(infura): create helper method for ipfs config for tests

  • fix(infura): add return type

  • fix(infura): use IFPS daemon for tests

  • fix(infura): use ipfs config for initUser methods

  • fix(infura): replace config with ipfs daemon for initUser methods

Features

  • infura: allow DID reg to take in Infura config (#638) (ad2ed1a)

v6.0.0-alpha.50

08 Aug 09:13
Compare
Choose a tag to compare
v6.0.0-alpha.50 Pre-release
Pre-release

6.0.0-alpha.50 (2022-08-08)

Documentation

  • document iam initialization (1552965)

v6.0.0-alpha.49

08 Aug 07:47
Compare
Choose a tag to compare
v6.0.0-alpha.49 Pre-release
Pre-release

6.0.0-alpha.49 (2022-08-08)

Bug Fixes

  • did-registry: optional encoding and algo of public key (26a239f)

v6.0.0-alpha.48

05 Aug 09:15
Compare
Choose a tag to compare
v6.0.0-alpha.48 Pre-release
Pre-release

6.0.0-alpha.48 (2022-08-05)

v6.0.0-alpha.47

04 Aug 11:56
Compare
Choose a tag to compare
v6.0.0-alpha.47 Pre-release
Pre-release

6.0.0-alpha.47 (2022-08-04)

Bug Fixes

  • exp: do not use dflt validity period to calculate timestamp if n… (#623) (9ce524d)

v6.0.0-alpha.46

04 Aug 10:51
Compare
Choose a tag to compare
v6.0.0-alpha.46 Pre-release
Pre-release

6.0.0-alpha.46 (2022-08-04)

Features

  • add documentation comments in dist (cc34e96)