v2.0.0
2.0.0 (2026-08-28)
Features
- sdk: add NFD management, offers, verification, and suggestions (c39edb7)
Bug Fixes
- core: honor the instance contract's rules for vault and sale calls (043e4c2)
Documentation
-
describe the actual semantic-release publishing flow (1379a3e)
-
feat(core)!: read NFD boxes in a single algod request (f490cd2)
BREAKING CHANGES
- footer.
- Squash-merging makes the PR title the commit header semantic-release reads,
so a PR titled without a conventional type releases nothing.
Also records the plugins-only invocation for a local dry run, since the npm
and github plugins abort in verifyConditions without credentials.
- algosdk must now be v3.6.0 or later. The SDK reads NFD
properties with the include=values box query parameter, added in algosdk
v3.6.0; on an older algosdk, resolving an NFD fails at runtime rather
than at install time. It also needs an algod node new enough to honour
include=values, which the public MainNet and TestNet nodes already are.