IonWarpbotcommented 2 min agoIonWarp Review — PR #480
3 issues| 3 P2
#SevIssueFile
1Breaking auth signature is described as an internal refactorCHANGELOG.md
2Required data backfill has no rollout noteCHANGELOG.md
3New required signing-key variable is absent from release notesCHANGELOG.md
CHANGELOG.md
234
−++
- Refactor auth verification.- BREAKING: auth.verify() requires an algorithms array.- Migration: pass the algorithms allowed by your issuer.
Consumers need the auth migration before they upgrade · Changelog
The diff makes algorithms a required argument, while the release note calls it a refactor. Name the breaking signature and show the migration so existing callers do not fail after upgrading.
Suggested fixAI fix prompt