v5.0.0
uport-automation-bot
released this
09 Feb 16:20
·
228 commits
to next
since this release
5.0.0 (2023-02-09)
Bug Fixes
- did-manager: rename AbstractDIDStore methods for SES compatibility (0287340), closes #1090
- did-provider-pkh: add missing caip dependency (#1112) (60bc5fd), closes #1111
- did-provider-pkh: refactor and simplify did:pkh plugin (#1113) (42be48f)
- key-manager: rename Abstract[Private]KeyStore methods for SES compatibility (91631b6), closes #1090
test(did-provider-ion): skip a couple of tests that fail with unreasonable errors
fix: temporarily remove puppeteer tests
fix: use craco for test-react-app to enable babel config
Build System
- convert veramo modules to ECMAScript Module(ESM) instead of CommonJS (#1103) (b5cea3c), closes #1099
Features
- increase request limit for express routers (#1118) (2db3149), closes #1117
- isolate
core-types
package fromcore
(#1116) (ba7a303)
BREAKING CHANGES
- did-manager: implementations of AbstractDIDStore need to rename their methods to conform to the new API. Functionality remains the same.
- key-manager: implementations of AbstractKeyStore and AbstractPrivateKeyStore need to rename their methods to conform to the new API. Functionality remains the same.
- Veramo packages are now ECMAScript Modules. This is a breaking change as modules will have to be imported differently: