What's Changed
Minor stability and documentation changes.
Shouldn't lead to any issues when updating, but tagged as a minor version due to changing the return types in pollForResponse
from any
to undefined
of #958 .
Last release planned for 2024 - see you all in the new year!
- feat: adds management canister support for canister snapshots by @krpeacock in #917
- chore: removes message warning in auth-client by @krpeacock in #948
- chore: update license file by @sesi200 in #949
- chore: update typo in README.md by @dfx-json in #947
- chore: npm audit fix, bumping cross-spawn by @krpeacock in #955
- feat: effective target canister ID for mgmt call by @peterpeterparker in #954
- fix: Make pollForResponse typesafe to avoid exceptions from unknown requests by @sea-snake in #958
- chore: pins nanoid dev dependency version to override warning by @krpeacock in #960
- build: fix @peculiar/webcrypto is no peer dependencies but dev dependencies by @peterpeterparker in #959
- feat: target_canister to be handled only for method install_chunked_code by @peterpeterparker in #957
- fix: JsDoc typo in DelegationIdentity class's
fromDelegation
method by @georgiod9 in #951
New Contributors
- @sesi200 made their first contribution in #949
- @georgiod9 made their first contribution in #951
Full Changelog: v2.1.3...v2.2.0