Releases: Klark-Morrigan/Infrastructure-GitHub
Releases · Klark-Morrigan/Infrastructure-GitHub
1.1.0
Added
Get-PendingDeploymentgains an optional-CreatedSincecutoff. Deployments
created before the cutoff are skipped without a status API call. Defaults to
MinValue(check every deployment), so existing callers are unaffected.
Fixed
- The polling agent no longer exhausts the GitHub API rate limit. Because GitHub
never deletes deployments,Get-PendingDeploymentwas fetching statuses for a
full page of historical, terminal deployments on every tick - an N+1 fan-out
(~31 calls/poll) that drained the hourly budget and crashed the agent with
403 (rate limit exceeded). Callers now pass-CreatedSinceto collapse a
quiet poll to a single list call.
1.0.0
Changed
- Major version bump; no functional changes (version realignment).