Skip to content

build(deps): bump ic-agent from 0.47.1 to 0.47.2#111

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ic-agent-0.47.2
Open

build(deps): bump ic-agent from 0.47.1 to 0.47.2#111
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/ic-agent-0.47.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps ic-agent from 0.47.1 to 0.47.2.

Release notes

Sourced from ic-agent's releases.

9cefbbd

No release notes provided.

ef469dc

No release notes provided.

aa201ca

No release notes provided.

215bb1f

No release notes provided.

8036fe0

No release notes provided.

ac0a59d

No release notes provided.

d4a451f

No release notes provided.

9829e87

No release notes provided.

363b347

No release notes provided.

88d14e1

No release notes provided.

8bbbee2

No release notes provided.

7b46cf5

No release notes provided.

8ac084d

No release notes provided.

74d77a2

No release notes provided.

86c6603

No release notes provided.

bbd28a3

No release notes provided.

2e6679b

No release notes provided.

... (truncated)

Changelog

Sourced from ic-agent's changelog.

[0.47.2] - 2026-04-22

  • ic-agent: Added InfoAwareIdentity and Identity::sender_info for setting canister-certified sender info.
  • ic-agent: Added PKCS#8 pem parsing to Secp256k1Identity and Prime256v1Identity.

[0.47.0] - 2026-03-23

  • ic-agent: DynamicRouteProviderBuilder::new() and ::from_components() now accept a k_top_nodes: Option<usize> parameter. Pass Some(k) to limit routing to the k nodes with the highest latency score; pass None to retain the existing behaviour of routing across all healthy nodes.

[0.46.2] - 2026-03-10

  • Subnet, SubnetNodeIter, and SubnetKeysIter now implement Debug.
  • ic-agent: Added SubnetType enum (System, Application, VerifiedApplication, Unknown(String)) and exposed it via a new subnet_type() accessor on Subnet. The field is None when the certificate was produced by a replica with certification version older than V25, and Some(SubnetType) otherwise. SubnetType is re-exported from ic_agent alongside Subnet.

[0.46.1] - 2026-03-05

  • Fix panic in ic-agent on non-WASM targets caused by async-watch crate; replaced with tokio::sync::watch.

[0.46.0] - 2026-03-04

  • Time out Unknown statuses after 5 minutes, regardless of the configured max_polling_time.
  • ic-utils: Bump ic-management-canister-types to 0.7.1.
    • Added LogMemoryLimit attribute type and with_log_memory_limit setter to CreateCanisterBuilder and UpdateSettingsBuilder.
    • Added canister_metadata() query method to ManagementCanister.
    • Re-exported new types: CanisterLogFilter, CanisterMetadataArgs, CanisterMetadataResult, FetchCanisterLogsArgs, MemoryMetrics, RenameCanisterRecord, RenameToRecord.

Breaking Changes

  • ic-utils:
    • UpdateCanisterBuilder renamed to UpdateSettingsBuilder.
      • Migration: Replace all uses of UpdateCanisterBuilder with UpdateSettingsBuilder.
    • ManagementCanister::fetch_canister_logs now takes &FetchCanisterLogsArgs instead of &Principal.
      • Migration: Replace fetch_canister_logs(&canister_id) with fetch_canister_logs(&FetchCanisterLogsArgs { canister_id, filter: None }).
    • Snapshot methods (take_canister_snapshot, load_canister_snapshot, delete_canister_snapshot, read_canister_snapshot_metadata, read_canister_snapshot_data, upload_canister_snapshot_metadata, upload_canister_snapshot_data) no longer accept a separate canister_id: &Principal parameter; the canister ID is now derived from the args struct.
      • Migration: Remove the leading &canister_id argument from these calls.
    • Removed with_optional_* builder methods from CreateCanisterBuilder and UpdateSettingsBuilder (with_optional_controller, with_optional_compute_allocation, with_optional_memory_allocation, with_optional_freezing_threshold, with_optional_reserved_cycles_limit, with_optional_wasm_memory_limit, with_optional_wasm_memory_threshold, with_optional_log_visibility, with_optional_environment_variables).
      • Migration: Remove calls passing None (they were no-ops). For calls passing Some(value), use the corresponding with_* method directly with the value.
  • Removed round-robin routing strategy. DynamicRouteProvider now exclusively uses latency-based routing.
    • Removed DynamicRoutingStrategy enum and RoundRobinRoutingSnapshot type.
    • DynamicRouteProvider is no longer generic over routing strategy.
    • DynamicRouteProviderBuilder::new(), ::from_components(), ::run_in_background(), and ::run_in_background_with_intervals() no longer accept snapshot or strategy parameters.
    • Migration: Remove routing strategy arguments from your code - latency-based routing is now the only option.
  • DynamicRouteProviderBuilder::build() is no longer async. Background tasks are no longer started automatically during construction. Call provider.start().await for explicit initialization, or let it auto-start lazily on first route() call.
  • DynamicRouteProvider::run() is now private. Use start() instead.

[0.45.0] - 2025-12-19

  • Add {get,fetch}_subnet_by_{id,canister} functions to enable looking up subnet information.
  • Fix panic in web worker environments in ic-agent.
  • Update ic-management-canister-types to 0.5.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ic-agent](https://github.com/dfinity/agent-rs) from 0.47.1 to 0.47.2.
- [Release notes](https://github.com/dfinity/agent-rs/releases)
- [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dfinity/agent-rs/commits)

---
updated-dependencies:
- dependency-name: ic-agent
  dependency-version: 0.47.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 1, 2026 01:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants