Releases: flashcatcloud/flashduty-sdk
Releases · flashcatcloud/flashduty-sdk
flashduty-sdk v0.9.0
What's Changed
- Add incident lifecycle SDK APIs for unack, wake, remove, disable merge, comment, add responders, and related update flows.
- Add incident war-room SDK APIs, including create/list/detail/delete/add-member/default-observers.
- Add war-room-enabled datasource listing for CLI integration selection.
- Centralize SDK HTTP request/response handling in common helpers while preserving existing non-200 error behavior.
Verification
/Users/bowen/.goenv/versions/1.25.1/bin/go test -count=1 ./...
v0.8.0
Bug fixes
ListIncidents/ListChanges: backend/incident/listand/change/listexpect achannel_ids([]int64) array filter — the previous singularchannel_idfield was silently ignored, returning results from every channel. (#4)
API changes
- Added
ChannelIDs []int64toListIncidentsInputandListChangesInput. - The legacy
ChannelID int64field is now deprecated. Existing callers continue to work — a non-zeroChannelIDis wrapped into a single-elementChannelIDsslice on the wire.