Skip to content
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 #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@dfinity/agent (source) ^0.10.2 -> ^0.21.0 age adoption passing confidence

Release Notes

dfinity/agent-js (@​dfinity/agent)

v0.21.4: Release 0.21.4

Compare 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.2

Compare Source

What's Changed

Full Changelog: dfinity/agent-js@v0.21.1...v0.21.2

v0.21.1: Release 0.21.1

Compare 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.

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: 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 JSON

Full 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 for HttpAgent
Replaces js-sha256 with @noble/hash

Package sizes are reduced as a result of that dependency change!

Screenshot 2023-08-22 at 9 56 29 AM

What's Changed

Full 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 compatibility

What'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

Full 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 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: 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 upgrading

Compare 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 codebase

What'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:

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 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.

@renovate renovate bot changed the title Update dependency @dfinity/agent to v0.11.0 Update dependency @dfinity/agent to v0.11.1 Apr 20, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 6124b47 to c76bdc1 Compare April 20, 2022 23:34
@renovate renovate bot changed the title Update dependency @dfinity/agent to v0.11.1 Update dependency @dfinity/agent to v0.11.2 May 20, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from c76bdc1 to ab27f76 Compare May 20, 2022 00:11
@renovate renovate bot changed the title Update dependency @dfinity/agent to v0.11.2 Update dependency @dfinity/agent to v0.11.3 Jun 3, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from ab27f76 to 1bd4ae7 Compare June 3, 2022 12:49
@vercel
Copy link

vercel bot commented Jun 3, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
icnaming-dapp ❌ Failed (Inspect) Jul 13, 2022 at 8:45PM (UTC)

@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 1bd4ae7 to 579aecc Compare June 29, 2022 01:01
@renovate renovate bot changed the title Update dependency @dfinity/agent to v0.11.3 Update dependency @dfinity/agent to v0.12.0 Jun 29, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 579aecc to 41ee078 Compare July 13, 2022 20:40
@renovate renovate bot changed the title Update dependency @dfinity/agent to v0.12.0 Update dependency @dfinity/agent to v0.12.1 Jul 13, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 41ee078 to da138bb Compare September 25, 2022 20:35
@renovate renovate bot changed the title Update dependency @dfinity/agent to v0.12.1 Update dependency @dfinity/agent to v0.13.3 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from da138bb to a2e7b4b Compare November 20, 2022 10:46
@renovate renovate bot changed the title Update dependency @dfinity/agent to v0.13.3 Update dependency @dfinity/agent to ^0.14.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.14.0 Update dependency @dfinity/agent to ^0.15.0 Mar 12, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from a2e7b4b to 0c00d68 Compare March 12, 2023 21:59
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.15.0 Update dependency @dfinity/agent to ^0.16.0 Jun 30, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 0c00d68 to d720221 Compare June 30, 2023 08:54
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.16.0 Update dependency @dfinity/agent to ^0.17.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from d720221 to 6ea3a6d Compare July 7, 2023 20:47
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.17.0 Update dependency @dfinity/agent to ^0.18.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 6ea3a6d to 7bbe097 Compare July 13, 2023 02:46
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 7bbe097 to 3076ff4 Compare August 25, 2023 02:56
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.18.0 Update dependency @dfinity/agent to ^0.19.0 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 3076ff4 to 1f2a4c9 Compare November 15, 2023 06:01
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.19.0 Update dependency @dfinity/agent to ^0.20.0 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/dfinity-agent-0.x branch from 1f2a4c9 to 5f79bd3 Compare January 23, 2024 05:59
@renovate renovate bot changed the title Update dependency @dfinity/agent to ^0.20.0 Update dependency @dfinity/agent to ^0.21.0 Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants