0.28.0-rc.1
Pre-release
Pre-release
This release contains some bigger changes.
A lot of function names have been renamed and the custom SDKErrors with error codes were replaced by sub-classing the native Error class.
What's Changed
Features
- feat: add SDK runtime checks for BoundedVec RPC limits by @ntn-x2 in #496
- feat: string pattern types for did uri, did resource uri, and hex string by @rflechtner in #505
- refactor: consistent naming by @weichweich in #520
- refactor: no throw in verify by @weichweich in #516
- feat: convert SDKErrors to just extend Error by @tjwelde in #535
- feat: do not require process to be available by @tjwelde in #542
- feat: recover compatibility with new attestation pallet by @rflechtner in #544
- feat: attestation module flexibly handles old delegation pallet by @rflechtner in #550
- feat: check service urls by @rflechtner in #506
Chores
- chore: QOL improvements by @ntn-x2 in #486
- chore: remove symmetric crypto by @rflechtner in #498
- chore: remove all @example jsdocs by @trusch in #523
- docs: add docstrings to all public functions and methods by @rflechtner in #534
- docs: remove outdated docs by @ntn-x2 in #540
- chore(deps): update polkadot dependencies by @renovate in #529
Bug Fixes
New Contributors
Full Changelog: 0.27.0...0.28.0-rc.1