- Removed the parameters (start_date, end_date) from incident/list/* and maintenance/list/*
- Added the incident/list/resolved method
- Added the maintenance/list/active pending
- Added the maintenance/list/active method
- Added the maintenance/list/active closed
- Added the incident/list/active method
- Added the PostMortemUrl to the incident response (@gsalingu)
- Added the silent flag to the subscriber/add method (@jc-dgit)
- Changed the subscriber/add granular field to be optional (@jc-dgit)
- Added LICENSE
- Added Microsoft Teams
- Fix unmarshal of MaintenanceSingleResponse (@danielb42)
- Set module name to be the same as repo name (@drornir)
- Fix StatusPartialServiceDisruption value (@drornir)
- Fix date format for Maintenance Schedule test
- Adding message_subject to all incident and maintenance methods
- enabled go mod + linting
- removed go version from module
- added State and Status types w/enums
- Linting, formatting and modules (@justcompile)
- Fixed typo
- Changed variables to proper type (int->str)
- Fixed invalid response for Incident and Maintenance single calls
- Added missing structure elements for StatusSummary
- Support retrieving single incident/maintenance events. New incident/maintenance methods to fetch list of IDs
- Change /component/status/update to use a single component
- Updated for new maintenance/schedule infrastructure_affected
- Updated for new incident/create infrastructure affected
- Initial release