Releases: iotaledger/notarization
Release list
Single Notarization v0.1.25
What's Changed
- Release: Audit Trails Version 0.1.2 by @chrisgitiota in #287
- feat: add correct records functionality by @itsyaasir in #288
- Deploy devnet by @github-actions[bot] in #311
- Deploy testnet by @github-actions[bot] in #312
- Deploy mainnet by @github-actions[bot] in #313
- feat: Update to iota v1.26.1 - Tests with product-core upstream-merge feature branch by @UMR1352 in #302
- refactor: improve README structure and clarity by @itsyaasir in #278
- chore: align documentation naming conventions by @itsyaasir in #315
- Release: Single Notarization 0.1.25 and Audit Trails 0.1.3 by @itsyaasir in #314
Full Changelog: v0.1...v0.1.25
Audit Trails v0.1.3
What's Changed
- feat: add correct records functionality by @itsyaasir in #288
- Deploy devnet by @github-actions[bot] in #311
- Deploy testnet by @github-actions[bot] in #312
- Deploy mainnet by @github-actions[bot] in #313
- feat: Update to iota v1.26.1 - Tests with product-core upstream-merge feature branch by @UMR1352 in #302
- refactor: improve README structure and clarity by @itsyaasir in #278
- chore: align documentation naming conventions by @itsyaasir in #315
- Release: Single Notarization 0.1.25 and Audit Trails 0.1.3 by @itsyaasir in #314
Full Changelog: trails-v0.1.2...trails-v0.1.3
Single Notarization v0.1.24
What's Changed
- Replace wasm-opt in bindings dep with local version by @wulfraem in #283
- Fix
fix_docsnpm script in notarization_wasm and audit_trail_wasm by @chrisgitiota in #285 - feat: Update to iota v1.25.0 by @chrisgitiota in #284
Full Changelog: v0.1.23...v0.1.24
Audit Trails v0.1.2
What's Changed
- Replace wasm-opt in bindings dep with local version by @wulfraem in #283
- Fix
fix_docsnpm script in notarization_wasm and audit_trail_wasm by @chrisgitiota in #285 - feat: Update to iota v1.25.0 - Tests with product-core upstream-merge feature branch by @chrisgitiota in #284
Full Changelog: trails-v0.1.1...trails-v0.1.2
Single Notarization v0.1.23
What's Changed
- feat: Update to iota v1.24.0 by @chrisgitiota in #272
- First release of the Single Notarization product after the Audit Trails release.
Full Changelog: v0.1.22...v0.1.23
Audit Trails v0.1.1
What's Changed
- feat: Update to iota v1.24.0 by @chrisgitiota in #272
Full Changelog: trails-v0.1.0...trails-v0.1.1
Audit Trails v0.1.0
What's Changed
This release introduces Audit Trails, the second component of the IOTA Notarization Toolkit, alongside the already known Single Notarization.
Audit Trails provides governed, append-only record histories as shared on-chain objects. Use it when you need structured, sequential entries with role-based access control — for example compliance logs, supply-chain histories, or multi-party process records.
Highlights
AuditTrailon-chain object — sequential record storage with immutable and updatable trail metadata- Role-based access control — define roles with fine-grained permission sets and issue capability objects, optionally bound to an address or a validity window
- Locking — trail-wide locking configuration restricting writes and deletions to records and the whole trail
- Record tags — tag registry with per-role tag restrictions that can additionally be used to manage record access
- Lifecycle events — events emitted for trail and record lifecycle changes across all layers
Packages
| Layer | Package |
|---|---|
| Move | IotaAuditTrails (audit-trail-move) — deployed on mainnet, testnet, and devnet |
| Rust | audit-trail-rs — AuditTrailClient / AuditTrailClientReadOnly with builder-based transaction APIs |
| WASM/TypeScript | @iota/audit-trails — JS/TS bindings for Node.js and browsers |
Getting Started
Runnable examples covering trail creation, records, metadata, locking, access management, and deletion are available under examples/audit-trail, including real-world scenarios.
Full documentation will soon be available here: IOTA Notarization Toolkit docs.
Full Changelog: v0.1.21...trails-v0.1.0
Release v0.1.22
What's Changed
- feat: Update to iota v1.23.2 by @chrisgitiota in #265
Full Changelog: v0.1.21...v0.1.22
Release v0.1.21
What's Changed
- feat: Update to iota v1.22.1 by @chrisgitiota in #258
Full Changelog: v0.1.20...v0.1.21
Release v0.1.20
What's Changed
- feat: Update to iota 96196f0 - yanked core2 fix for v1.21.1 by @chrisgitiota in #249
Full Changelog: v0.1.19...v0.1.20