Skip to content

feat: allow canister_info to be invoked via query calls - #346

Draft
mraszyk wants to merge 1 commit into
mainfrom
docs/canister-info-query-calls
Draft

feat: allow canister_info to be invoked via query calls#346
mraszyk wants to merge 1 commit into
mainfrom
docs/canister-info-query-calls

Conversation

@mraszyk

@mraszyk mraszyk commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

The management canister method canister_info can now be invoked via non-replicated (query) calls by external users and from composite query methods, in addition to inter-canister calls. It remains rejected for ingress messages. Retrieving canister information is not subject to any access control.

Interface spec 0.67.0. The management canister method `canister_info` can
now be invoked via non-replicated (query) calls by external users and from
composite query methods, in addition to inter-canister calls. It remains
rejected for ingress messages. Retrieving canister information is not
subject to any access control.

Integrated with the composite query support added in 0.66.0: `canister_info`
is handled as a case of `management_canister_query` rather than as a
separate code path in `composite_query_helper`.
@github-actions github-actions Bot added the interface-spec Changes to the IC interface specification label Aug 18, 2026
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown

🤖 Here's your preview: https://k7oic-piaaa-aaaam-ai7uq-cai.icp0.io


## Changelog {#changelog}

### 0.67.0 (2026-08-17) {$0_67_0}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The date should be updated to the date when this change has been rolled out to all ICP mainnet subnets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interface-spec Changes to the IC interface specification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant