The latest release for agent-js is here with a few new features to be aware of!
We have a fix for the disableIdle flag, we’ve swapped secp256k1 for @noble/curves/secp256k1, and there’s a new PartialIdentity export in @dfinity/identity that you can use in @dfinity/auth-client to delegate to any public key without needing to have the full key pair available in the Agent.
What’s Changed
- fix: running audit fix by @krpeacock in #826
- fix: honor disableIdle flag by @ncpenke in #809
- fix: Limit the delegation depth of read_state certificates to 1 by @oggy-dfin in #813
- chore(deps-dev): bump vite from 4.5.0 to 5.0.5 by @dependabot in #810
- feat: introduces partial identity by @krpeacock in #812
- feat: replaces
secp256k1npm package with@noble/curvesby @krpeacock in #814 - chore: GitHub actions warning cleanup by @krpeacock in #819
- chore: cleaning up linting and stricter CI by @krpeacock in #821
- feat: add
github.devandgitpod.ioto known hosts by @rvanasa in #822
P.S. We’re trying out a new publishing process, so apologies for the unnecessary patches while we get the process smoothed out!

