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/candid to ^0.21.0 - autoclosed #10

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2022

This PR contains the following updates:

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

Release Notes

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

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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from e97bb6f to 879dfe0 Compare August 12, 2022 00:19
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.12.0 Update dependency @dfinity/candid to ^0.13.0 Aug 12, 2022
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from 879dfe0 to 4fc536d Compare November 20, 2022 07:54
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.13.0 Update dependency @dfinity/candid to ^0.14.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.14.0 Update dependency @dfinity/candid to ^0.15.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from 4fc536d to d05ad65 Compare March 16, 2023 21:49
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.15.0 Update dependency @dfinity/candid to ^0.16.0 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from d05ad65 to d6401a0 Compare June 29, 2023 20:32
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.16.0 Update dependency @dfinity/candid to ^0.17.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from d6401a0 to 4b9366b Compare July 7, 2023 02:21
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.17.0 Update dependency @dfinity/candid to ^0.18.0 Jul 13, 2023
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from 4b9366b to 66dc9c5 Compare July 13, 2023 01:39
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.18.0 Update dependency @dfinity/candid to ^0.19.0 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from 66dc9c5 to 6b2d5f7 Compare August 22, 2023 22:56
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.19.0 Update dependency @dfinity/candid to ^0.20.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from 6b2d5f7 to 6dc45c8 Compare November 14, 2023 19:40
@renovate renovate bot force-pushed the renovate/dfinity-candid-0.x branch from 6dc45c8 to df1da59 Compare January 23, 2024 01:10
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.20.0 Update dependency @dfinity/candid to ^0.21.0 Jan 23, 2024
@renovate renovate bot changed the title Update dependency @dfinity/candid to ^0.21.0 Update dependency @dfinity/candid to ^0.21.0 - autoclosed Sep 2, 2024
@renovate renovate bot closed this Sep 2, 2024
@renovate renovate bot deleted the renovate/dfinity-candid-0.x branch September 2, 2024 15:15
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.

0 participants