Skip to content

Releases: dfinity/agent-js

Release 1.1.0

18 Mar 17:50
ad6ba89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Release 1.0.1

20 Feb 23:41
0f0e10a
Compare
Choose a tag to compare

What's Changed

  • chore: export AuthClientStorage to aid with custom implementations by @hpeebles in #848
  • fix: ed25519KeyIdentity generates unique identities when no seed is provided by @krpeacock in #851

Full Changelog: v1.0.0...v1.0.1

Release 1.0.0

13 Feb 22:22
31f1dc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.4...v1.0.0

Release 0.21.4

24 Jan 19:59
2063948
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.2...v0.21.4

Release 0.21.2

23 Jan 00:34
cc489d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.1...v0.21.2

Release 0.21.1

22 Jan 23:33
ec2b65b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.21.1

Release 0.21.0

22 Jan 19:41
c202d74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.2...v0.21.0

v0.20.2

27 Nov 21:45
f14a8fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v0.20.2

v0.20.1

17 Nov 19:18
d03fd4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0

14 Nov 19:45
0d73ffd
Compare
Choose a tag to compare

Significant new features in this release!

Most notably, @dfinity/agent version 0.20.0 now handles query signature verification. All queries will automatically check for signatures in the state tree signed by the node that replies. This enables the client to verify that there have been no man-in-the-middle attacks without a developer needing to implement certified variables or use update calls.

note: if you are using a lower version of dfx than 0.15.2, you will need to set {verifyQuerySignatures: false} in your HttpAgent options, as the signatures were not present in earlier replica versions.

Additionally, this change replaces the package tweetnacl with @noble/curves for Ed25519 curve signatures and validation.

What's Changed

New Contributors

Full Changelog: v0.19.3...v0.20.0