Releases: dfinity/agent-js
v0.15.6
What's Changed
- feat: retry failed
read_state
requests by @hpeebles in #705 - chore: release v0.15.6 by @krpeacock in #717
Full Changelog: v0.15.5...v0.15.6
v0.15.5
What's Changed
- docs: example in readme by @letmejustputthishere in #695
- chore(deps): bump webpack from 5.74.0 to 5.76.0 by @dependabot in #699
- feat: Extend WebAuthnIdentity with AuthenticatorAttachment by @frederikrothenberger in #701
- chore: release v0.15.5 by @krpeacock in #704
New Contributors
- @letmejustputthishere made their first contribution in #695
Full Changelog: v0.15.4...v0.15.5
v0.15.4
What's Changed
- chore: documents fetch options by @krpeacock in #687
- chore: removes a circular dependency on index for canisterStatus by @krpeacock in #688
- feat: auth client keyType config option by @krpeacock in #689
- chore(deps): bump json5 from 2.2.1 to 2.2.3 in /e2e/browser by @dependabot in #676
- chore: updating distro for lint and prettier checks by @krpeacock in #692
- feat: changes default host and supports icp-api.io by @krpeacock in #690
- fix: removes circular deps from barrel files by @krpeacock in #691
- chore: release v0.15.4 by @krpeacock in #693
Full Changelog: v0.15.3...v0.15.4
v0.15.3
What's Changed
- chore: release v0.15.3 by @krpeacock in #684
- Reverted a cors issue introduced by the X-IC-REQUEST-ID header
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
- docs: bug where bls-verifiy was overwriting candid docs by @krpeacock in #667
- chore: release v0.15.1 by @krpeacock in #669
- chore: changelog by @krpeacock in #670
- docs: Small edit in JS Doc comment in Auth-Client Package by @Web3NL in #657
- docs: links to identity-secp256k1 by @krpeacock in #672
- feat: migrate to secure ECDSA key for auth-client by @krpeacock in #674
- feat: introduces X-Request-ID header to more easily identify retried requests by @krpeacock in #678
- chore: deprecates ledger-identityhq and @dfinity/authentication by @krpeacock in #665
- fix: Moved dev deps out of dependencies for auth-client. resolves #673 by @krpeacock in #680
- chore: release/v0.15.2 by @krpeacock in #682
New Contributors
Full Changelog: v0.15.0...v0.15.2
v0.15.0
What's Changed
Deprecates @dfinity/authentication
, moving the isDelegationValid
check into `@dfinity/identity.
Also moves Secp256k1KeyIdentity
out of @dfinity/identity
to its own package, @dfinity/identity-secp256k1
in order to keep package sizes down for other packages.
@dfinity/identity-ledgerhq
is deprecated, and had already been out of use for some time. @zondax/ledger-icp
is the maintained tool for integrating with the Ledger hardware wallet.
- chore: links assets docs in index by @krpeacock in #651
- feat: fetchOptions, callOptions for React Native by @wackyleo459 in #652
- feat: React Native support with fetchOption and callOptions by @wackyleo459 in #653
- chore: test size-limit automation for CI by @krpeacock in #658
- test: lowering identity limit from baseline by @krpeacock in #659
- test: enabling comparison job by @krpeacock in #660
- chore: deprecates @dfinity/authentication by @krpeacock in #661
- chore: replaces smartcontracts references by @krpeacock in #662
- feat: separate secp256k1 library by @krpeacock in #663
- chore: release/v0.15.0 by @krpeacock in #664
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- chore: adds js-sha256 dependency to principal by @krpeacock in #641
- chore: removing unused bin script by @krpeacock in #643
- chore: configures packages for unpkg by @krpeacock in #642
- fix: idlemanager starting before login suceeds by @krpeacock in #646
- feat: always check subnet delegations in a certificate by @mraszyk in #647
- feat: secp256k1 fromSeedPhrase now supported by @krpeacock in #645
- chore: release v0.14.1 by @krpeacock in #650
New Contributors
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- feat: expose storage constant keys by @peterpeterparker in #616
- fix: return after resolve to avoid idb to be recreated by @peterpeterparker in #617
- fix: optional fields not populated if wire type has additional fields by @hpeebles in #627
- feat: http-agent retries calls by @krpeacock in #632
- feat: Add fetchCandid() function to @dfinity/agent by @rvanasa in #630
- fix: time tests only use faketimers once by @krpeacock in #634
- feat: AgentJs Candid Pinpointed Type Errors upgrade - PR by @infu in #633
- feat: add AssetManager by @sea-snake in #603
- fix: retry times by @sea-snake in #638
- feat: Asset manager performance by @sea-snake in #639
- chore: release v0.14.0 by @krpeacock in #640
New Contributors
- @infu made their first contribution in #633
- @sea-snake made their first contribution in #603
Full Changelog: v0.13.3...v0.14.0
v0.13.3
What's Changed
Primary change is the addition of a pure-js BLS verification library, as well as the ability to provide a bls-verification strategy for agents and certificates in environments where wasm is unavailable, such as Reach Native
- fix: resolves window.open issue in safari due to async storage call by @krpeacock in #620
- chore: release v1.0.0-beta.0 by @krpeacock in #621
- feat: support for bls verification polyfill by @krpeacock in #626
- feat: expose an agent syncTime method by @krpeacock in #623
- feat: new package - bls verify by @krpeacock in #628
- chore: release v0.13.3 by @krpeacock in #629
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- fix: auth-client usage in web worker and nodejs by @peterpeterparker in #611
- fix: logout clear storage missing promise await by @peterpeterparker in #612
- chore: release v0.13.2 by @krpeacock in #615
Full Changelog: v0.13.1...v0.13.2