Releases: iotaledger/identity.rs
Releases · iotaledger/identity.rs
v0.5.0-dev.1
Changed
- Refactor document metadata #540
- Replace
chrono
withtime
#529 - Enable access to the low-level API from the
Account
#522 - Update to
rsa
0.5 in libjose #517 - Rename
DocumentDiff
toDiffMessage
#511 - Deterministic ordering of competing messages #506
- Check for existence & duplication of methods in
CoreDocument
#504 - Move
dropsave
fromAccount
toStronghold
#500 - Add
ExplorerUrl
to replaceNetwork
explorer methods #496 - Update
ServiceEndpoint
to support sets and maps #485 - Enable deep equality in
OrderedSet
#481 - Add message compression and versioning #466
- Update document signing key constraints and methods #458
- Refactor the
Account
: internal state, one identity #453
Added
- Filter out DiffMessages updating signing methods #519
Patch