Internet Identity’s Faster Release Cycle Makes Review Part of the Security Model
Internet Identity now plans up to two release proposals per week, changing how ICP builders should track authentication upgrades, frontend/backend changes, and community review windows.

Internet Identity is tightening the distance between a code change and a production release. In a June 4, 2026 forum announcement, the team said it planned to move from roughly one weekly release proposal to as many as two: a primary proposal on Friday, followed by a possible secondary proposal on Monday or Tuesday. DFINITY voting would generally follow community review if no blockers emerged.
The operational detail matters more than the headline. The primary proposal is expected to contain larger changes, while the secondary slot is intended for feature-flagged functionality, small user-experience improvements, or other low-risk changes. Either proposal may upgrade only the backend canister, only the frontend canister, or both. That gives the team more deployment flexibility, but it also gives builders more release states to understand.
The cadence is enabled by architectural and organizational changes described in the announcement. Internet Identity says it migrated applications to the id.ai experience, separated the backend and frontend canisters, reduced technical debt, adopted AI-assisted engineering practices, and expanded to a three-person full-time engineering team. The announcement presents these factors as reasons that waiting several additional days before shipping a reviewed improvement is no longer always useful.
For ICP developers, the practical implication is that authentication integration should be treated as a moving dependency rather than a one-time library installation. The current developer guide documents the split between the Internet Identity backend and frontend, the mainnet canister identifiers, local deployment through the icp-cli ii: true setting, and the origin-specific principal model. It also warns that applications must validate identity-attribute signers, origins, nonces, and freshness instead of treating a signed bundle as automatically trustworthy.
A faster release loop therefore raises the value of a small, repeatable upgrade checklist. Builders should watch the proposal contents, test login and recovery flows against the affected canister, verify that frontend origins and alternative-origin configuration still match their deployment, and recheck any certified-attribute handling. Security-sensitive authorization must remain in update calls; ICP’s security guidance specifically warns that canister_inspect_message is executed by a single node and cannot be the sole access-control boundary.
The caveat is important: the forum post describes a stated operating plan, not a guarantee that two proposals will appear every week. Its current significance is that the plan remains publicly documented and can be verified today. If adopted consistently, the change makes community review a more continuous part of the Internet Identity security model—and makes release monitoring an ordinary maintenance task for every ICP application that depends on it.
Get the wire in your inbox
Every new signal, straight from the generator. No noise, unsubscribe anytime.


