Skip to content

Latest commit

 

History

History
259 lines (114 loc) · 16.1 KB

CHANGELOG.md

File metadata and controls

259 lines (114 loc) · 16.1 KB

6.0.1 (2022-06-06)

Bug Fixes

  • ci: groom the build scripts and dependencies (#156) (9a53958)

6.0.0 (2022-06-05)

Bug Fixes

BREAKING CHANGES

  • doc: Since the context definitions most often have to be embedded in apps, this requires apps to download the new definition.
  • Apps have to update their processing of blockchainAccountId to use the new CAIP10 format

5.0.4 (2022-01-20)

Bug Fixes

  • broaden window for event logs processing (fix Aurora) (#149) (5ee6bed)

5.0.3 (2022-01-13)

Bug Fixes

  • deps: remove querystring in favor of UrlSearchParams (cd5e596)

5.0.2 (2021-11-10)

Bug Fixes

  • deps: bump ethers to ^5.5.0 (c39788a)

5.0.1 (2021-11-10)

Bug Fixes

  • deps: bump did-resolver to 3.1.3+ (0ddde4b)

5.0.0 (2021-11-10)

Bug Fixes

BREAKING CHANGES

  • publicKeyHex values in the DID document no longer contain a 0x prefix

4.3.5 (2021-11-10)

Bug Fixes

  • reference /enc/ keys in keyAgreement section of DID doc (#146) (5d507ef), closes #145

4.3.4 (2021-06-24)

Bug Fixes

  • maintenance of dependencies, bots and build scripts (#136) (0d3fcf7)

4.3.3 (2021-04-23)

Bug Fixes

4.3.2 (2021-04-22)

Bug Fixes

4.3.1 (2021-04-22)

Bug Fixes

  • ignore query string when interpreting identifiers (#123) (5508f8a), closes #122

4.3.0 (2021-04-20)

Features

4.2.0 (2021-04-16)

Features

4.1.0 (2021-04-14)

Features

  • export EthrDidController helper class (#120) (745100d)

4.0.1 (2021-03-26)

Bug Fixes

  • deps: use Resolvable type from did-resolver (d213ae6)

4.0.0 (2021-03-15)

Features

BREAKING CHANGES

  • The return type is DIDResolutionResult which wraps a DIDDocument.
  • No errors are thrown during DID resolution. Please check result.didResolutionMetadata.error instead.
  • This DID core spec requirement will break for users expecting publicKey, ethereumAddress, Secp256k1VerificationKey2018 entries in the DID document. They are replaced with verificationMethod, blockchainAccountId and EcdsaSecp256k1VerificationKey2019 and EcdsaSecp256k1RecoveryMethod2020 depending on the content.

3.1.0 (2021-03-15)

Features

3.0.3 (2020-12-17)

Bug Fixes

3.0.2 (2020-12-09)

Bug Fixes

  • deps: update dependency did-resolver to v2.1.2 (8c2294e)

3.0.1 (2020-11-09)

Bug Fixes

3.0.0 (2020-08-24)

Bug Fixes

  • change 'owner' to 'controller' to follow W3C Spec (#75) (#81) (af37b3f)

BREAKING CHANGES

  • JWTs that refer to the did:ethr:...#owner key in their header may be considered invalid after this upgrade, as the key id is now did:ethr:...#controller

2.4.0 (2020-08-21)

Features

  • add ability to use a compressed publicKey as identifier (#73) (e257eb3), closes #56

2.3.4 (2020-08-19)

Bug Fixes

  • deps: update dependency did-resolver to v2.1.1 (1a4cbca)

2.3.3 (2020-08-14)

Bug Fixes

  • deps: update dependency did-resolver to v2.1.0 (b26d387)

2.3.2 (2020-07-07)

Bug Fixes

  • deps: update dependency did-resolver to v2 (#68) (831ec17)

2.3.1 (2020-07-04)

Bug Fixes

  • deps: update dependency ethjs-contract to ^0.2.0 (b667ce6)

2.3.0 (2020-07-03)

Bug Fixes

  • deps: update dependency did-resolver to v1.1.0 (ab47058)

Features

  • add encryption key support for ethr-did-documents (2f5825c), closes #52

2.2.0 (2020-02-25)

Features

  • add encryption key support for ethr-did-documents (dff7b0f), closes #52

2.1.0 (2020-02-10)

Features

  • Add types declaration stubb (05944b1)

2.0.0 (2020-01-24)

Bug Fixes

  • require a configuration to be used when initializing the resolver (3adc029)

BREAKING CHANGES

  • this removes the fallback hardcoded RPC URLs and will fail early when a wrong configuration (or none) is provided to getResolver()

1.0.3 (2019-11-11)

Bug Fixes

  • remove ejs module distribution (780ec08), closes #39