-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @dfinity/agent to ^0.21.0 #154
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: src/package-lock.json
|
06ebdc8
to
9a5ab63
Compare
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #154 +/- ##
==========================================
- Coverage 84.94% 84.92% -0.03%
==========================================
Files 54 52 -2
Lines 5269 5262 -7
==========================================
- Hits 4476 4469 -7
Misses 793 793 ☔ View full report in Codecov by Sentry. |
9a5ab63
to
91c32b0
Compare
91c32b0
to
346fb04
Compare
346fb04
to
ac43024
Compare
947436c
to
f426b09
Compare
4f8e302
to
47beb20
Compare
47beb20
to
df7db56
Compare
df7db56
to
bc730ab
Compare
bc730ab
to
9ff5537
Compare
9ff5537
to
687256b
Compare
687256b
to
e63c624
Compare
e63c624
to
f7fe7f6
Compare
f7fe7f6
to
da567f3
Compare
This PR contains the following updates:
^0.10.2
->^0.21.0
Release Notes
dfinity/agent-js (@dfinity/agent)
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
v0.11.3
Compare Source
v0.11.2
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.11.1...v0.11.2
v0.11.1
Compare Source
What's Changed
Full Changelog: dfinity/agent-js@v0.11.0...v0.11.1
v0.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: dfinity/agent-js@v0.10.4...v0.11.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 is behind base branch, 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.