Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@mirceanis mirceanis released this 21 Mar 23:32
· 1 commit to develop since this release
6642a2a

Removed deprecated components ( #46 )

The following deprecated items were removed:

  • the uport-did module
  • the UniversalDID singleton
    • use DIDResolver.Builder() to create your required resolvers)
    • there is an experimantal uport-defaults module that provides an extension method for convenience DIDResolver.configureDefaultsWithInfura(proj)
  • the EthrDIDResolver legacy constructor
    • use the EthrDIDResolver.Builder() that allows multi-network configurations
  • the legacy JWTTools.verify() method. The new method requires a DIDResolver param

If you're using any of those, the latest release that has them is 0.3.6
If you are upgrading from an older release, consider upgrading to 0.3.6 first and applying all the deprecation replacement suggestions through your IDE