Update dependency @dfinity/candid to ^0.21.0 - autoclosed #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.11.0
->^0.21.0
Release Notes
dfinity/agent-js (@dfinity/candid)
v0.21.4
: Release 0.21.4Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.21.2...v0.21.4
v0.21.3
Compare Source
v0.21.2
: Release 0.21.2Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.21.1...v0.21.2
v0.21.1
: Release 0.21.1Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.21.0...v0.21.1
v0.20.2
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.20.1...v0.20.2
v0.20.1
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.20.0...v0.20.1
v0.20.0
Compare Source
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.
Additionally, this change replaces the package
tweetnacl
with@noble/curves
forEd25519
curve signatures and validation.What's Changed
dfinity/setup-dfx
to installdfx
by @smallstepman in https://github.com/dfinity/agent-js/pull/791New Contributors
Full Changelog: dfinity/agent-js@v0.19.3...v0.20.0
v0.19.3
Compare Source
What's Changed
Noteworthy change: Principal now contains a
toJSON
method, returning an object with{"__principal__": <principal-string>}
. This is compatible with the JSON reviver that is provided in@dfinity/utils
, allowing you to easily serialize and deserialize structures containing Principals into and out of JSONFull Changelog: dfinity/agent-js@v0.19.2...v0.19.3
v0.19.2
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.19.1...v0.19.2
v0.19.1
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.19.0...v0.19.1
v0.19.0
Compare Source
Notable Changes
Now sets a default host of
https://icp-api.io
forHttpAgent
Replaces
js-sha256
with@noble/hash
Package sizes are reduced as a result of that dependency change!
What's Changed
@dfinity/principal
as a peerDependency where needed by @hpeebles in https://github.com/dfinity/agent-js/pull/752js-sha256
library with@noble/hashes
by @krpeacock in https://github.com/dfinity/agent-js/pull/753Full Changelog: dfinity/agent-js@v0.18.1...v0.19.0
v0.18.1
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.18.0...v0.18.1
v0.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.17.0...v0.18.0
v0.17.0
Compare Source
v0.16.0
Compare Source
Small breaking change - typo in JsonnableWebAuthnIdentity type
Reverts use of
Headers
struct in HttpAgent for better node.js fetch library compatibilityWhat's Changed
Full Changelog: dfinity/agent-js@v0.15.7...v0.16.0
v0.15.7
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.15.6...v0.15.7
v0.15.6
Compare Source
What's Changed
read_state
requests by @hpeebles in https://github.com/dfinity/agent-js/pull/705Full Changelog: dfinity/agent-js@v0.15.5...v0.15.6
v0.15.5
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.15.4...v0.15.5
v0.15.4
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.15.3...v0.15.4
v0.15.3
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.15.2...v0.15.3
v0.15.2
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.15.0...v0.15.2
v0.15.1
Compare Source
v0.15.0
Compare Source
What's Changed
Deprecates
@dfinity/authentication
, moving theisDelegationValid
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.Full Changelog: dfinity/agent-js@v0.14.1...v0.15.0
v0.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.14.0...v0.14.1
v0.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.13.3...v0.14.0
v0.13.3
Compare Source
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
Full Changelog: dfinity/agent-js@v0.13.2...v0.13.3
v0.13.2
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.13.1...v0.13.2
v0.13.1
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.13.0...v0.13.1
v0.13.0
: Deprecated v0.13.0 - use 0.13.1 when upgradingCompare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.12.2...v0.13.0
v0.12.2
Compare Source
ECDSAKeyIdentity Release
Adds a new identity built on the SubtleCrypto API. This identity can be built using a non-exportable KeyPair and stored securely in IndexedDb for heightened security of your application.
Also, includes a first PR from @rvanasa, a new team member at Dfinity. It improves backwards compatibility for compiling
@dfinity/agent
by removing BigInt exponents from the codebaseWhat's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.12.1...v0.12.2
v0.12.1
Compare Source
What's Changed
0.12.1 introduces two notable changes:
Support for experimental derivationOrigin in
auth-client
for migrating domains off of ic0.app to a custom domainAllows replayability of signed requests, which is particularly useful for hardware wallets or airgapped setups
chore: update CODEOWNERS by @dfx-json in https://github.com/dfinity/agent-js/pull/586
feat: adds UTF-8 as an encoding option by @krpeacock in https://github.com/dfinity/agent-js/pull/587
feat: adds support for derivationOrigin by @krpeacock in https://github.com/dfinity/agent-js/pull/588
feat: reuse signed request when reading state by @lmuntaner in https://github.com/dfinity/agent-js/pull/584
refactor: switch from
agent-rs
tomiracl_core
by @Daniel-Bloom-dfinity in https://github.com/dfinity/agent-js/pull/590chore: aggregate test results for required statuses by @ericswanson-dfinity in https://github.com/dfinity/agent-js/pull/592
feat: enables inline sourcemaps for packages for developer experience by @krpeacock in https://github.com/dfinity/agent-js/pull/593
chore: release 0.12.1 by @krpeacock in https://github.com/dfinity/agent-js/pull/594
New Contributors
Full Changelog: dfinity/agent-js@v0.12.0...v0.12.1
v0.12.0
Compare Source
What's Changed
Breaking feature in certificate API to support new canister ranges
New Contributors
Full Changelog: dfinity/agent-js@v0.11.2...v0.12.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.