This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @dfinity/principal (source) | ^0.10.2
-> ^0.15.0
| | | | |
Release Notes
dfinity/agent-js
Compare Source
Compare Source
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.
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.14.1...v0.15.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.14.0...v0.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.13.3...v0.14.0
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: https://github.com/dfinity/agent-js/compare/v0.13.2...v0.13.3
Compare Source
What's Changed
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.13.1...v0.13.2
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.13.0...v0.13.1
v0.13.0
: Deprecated v0.13.0 - use 0.13.1 when upgrading
Compare Source
What's Changed
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.12.2...v0.13.0
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 codebase
What's Changed
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.12.1...v0.12.2
Compare Source
What's Changed
0.12.1 introduces two notable changes:
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.12.0...v0.12.1
Compare Source
What's Changed
Breaking feature in certificate API to support new canister ranges
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.11.2...v0.12.0
Compare Source
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.11.1...v0.11.2
Compare Source
What's Changed
Full Changelog: https://github.com/dfinity/agent-js/compare/v0.11.0...v0.11.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/dfinity/agent-js/compare/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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.