You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: the bundled console script is renamed hyp -> hyperping. 'hyp' collides
with the hyperping-automation CLI and silently shadowed it when both were
installed; use 'hyperping' for the SDK CLI now.
- create_incidents() (sync+async): chunk a broadcast incident's status pages to
<=51/incident (MAX_STATUSPAGES_PER_INCIDENT); create_incident() guards the cap.
- create_maintenance_windows()/create_incidents() raise HyperpingPartialBatchError
(carrying the already-created objects) on mid-batch failure instead of
orphaning them silently.
- CHANGELOG documents the breaking Integration/CLI changes that shipped
mislabeled in 1.8.0/1.8.1; this is the corrective minor release.
- Tests: incident chunk/guard/partial, maintenance exactly-51 boundary +
partial-failure, async chunking. 613 pass, 95% cov, ruff+mypy clean.
0 commit comments