From fb130f679e3ff5a028d606109a31136c61a29835 Mon Sep 17 00:00:00 2001 From: Kaia Peacock Date: Fri, 20 Dec 2024 15:15:43 -0800 Subject: [PATCH] chore: bumps ic-certification to 3.0.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e00f96..9d68ffa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.39.0] +* Bumped `ic-certification` to `3.0.0`. * The lower-level update call functions now return the certificate in addition to the parsed response data. * Make ingress_expiry required and set the default value to 3 min. * Changed `BasicIdentity`'s implementation from `ring` to `ed25519-consensus`. @@ -33,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `Url` now implements `RouteProvider`. * Add canister snapshot methods to `ManagementCanister`. * Add `AllowedViewers` to `LogVisibility` enum. -* Remove the cargo feature, `experimental_sync_call`, and enable synchronous update calls by default. +* Remove the cargo feature, `experimental_sync_call`, and enable synchronous update calls by default. ## [0.37.1] - 2024-07-25 @@ -75,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `ReqwestTransport` and `HyperTransport` structures storing the trait object `route_provider: Box` have been modified to allow for shared ownership via `Arc`. * Added `wasm_memory_limit` to canister creation and canister setting update options. * Bumped Reqwest version from `0.11.7` to `0.12.4` - + ## [0.34.0] - 2024-03-18 * Changed `AgentError::ReplicaError` to `CertifiedReject` or `UncertifiedReject`. `CertifiedReject`s went through consensus, and `UncertifiedReject`s did not. If your code uses `ReplicaError`: