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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes
ListIncidents / ListChanges: backend /incident/list and /change/list expect a channel_ids ([]int64) array filter — the previous singular channel_id field was silently ignored, returning results from every channel. (#4)
API changes
Added ChannelIDs []int64 to ListIncidentsInput and ListChangesInput.
The legacy ChannelID int64 field is now deprecated. Existing callers continue to work — a non-zero ChannelID is wrapped into a single-element ChannelIDs slice on the wire.