- Introduced `BootstrapContext` to replace the global platform injector in server-side bootstrapping.
- Updated workflow: `main.server.ts` must pass `BootstrapContext` to `bootstrapApplication`; `getPlatform()` and `destroyPlatform()` now no‑op in server environments.
- Added a migration schematic to auto‑update projects and referenced the related security advisory.