- Add experimental PULUMI_SKIP_CHECKPOINTS flag to skip intermediate state checkpoints, improving deployment speed but introducing recovery risk if a crash occurs.
- Introduce package author CLI subcommands (pulumi package gen sdk, pulumi package get schema) and validate project files against project.json.
- Default CI integration tests to a filestate backend for faster first‑time contributor runs and fix Go SDK RPC handling of nil resource references.