Skip to content

Commit

Permalink
chore: bump ic-certification to 3.0.0 (#623)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Kaia Peacock <[email protected]>
  • Loading branch information
anchpop and krpeacock authored Dec 20, 2024
1 parent 48005c7 commit 68aa5f2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -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

Expand Down Expand Up @@ -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<dyn RouteProvider>` have been modified to allow for shared ownership via `Arc<dyn RouteProvider>`.
* 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`:
Expand Down
24 changes: 18 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ic-agent = { path = "ic-agent", version = "0.39.1", default-features = false }
ic-utils = { path = "ic-utils", version = "0.39.1" }
ic-transport-types = { path = "ic-transport-types", version = "0.39.1" }

ic-certification = "2.6.0"
ic-certification = "3"
candid = "0.10.10"
candid_parser = "0.1.4"
clap = "4.5.21"
Expand Down

0 comments on commit 68aa5f2

Please sign in to comment.