Skip to content

Releases: flashcatcloud/flashduty-sdk

v0.8.0

08 May 05:08
3ed32a1

Choose a tag to compare

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.