Changelog for IncidentIo

View Source

The format is based on Keep a Changelog.

0.3.0 (2026-04-22)

Features

  • add AlertPrioritiesV2 module for listing alert priorities (#170) (32efac5)
  • add AlertRoutesV2 module for alert route management (#164) (6b9f547)
  • add AlertSourcesV2 module for listing alert sources (#165) (00711f8)
  • add AlertsV2 module for alert management (#163) (1951d9e)
  • add ApiKeysV1 module for API key management (#162) (15d1355)
  • add CatalogTypesV3 and CatalogEntriesV3 modules (#172) (fd69163)
  • add EscalationPathsV2 module for escalation path management (#171) (06c668c)
  • add IncidentRelationshipsV1 module (#166) (4ec16f2)
  • add MaintenanceWindowsV2 module (#167) (0776d10)
  • add PostMortemsV2 module (#168) (6c4a94d)
  • complete CRUD operations for actions, follow-ups, and incident types (#161) (3027200)

Bug Fixes

  • docs: correct copy-paste errors in @doc examples (#175) (aaf6b22)
  • replace drop_while with Enum.reject for nil-filtering in FollowUpsV2 (#173) (07aa0cd)

0.2.0 (2026-04-22)

Features

  • add IncidentIo.Pagination.stream/3 for cursor-based pagination (#159) (247a4ee)

Bug Fixes

  • alert_events_v2: URL-encode token via add_params_to_url (#151) (c620af2)
  • catalog_entry_v2: correct typespec referencing nonexistent module (#149) (bfa4364)
  • incidents_v1: prevent nil values being sent as query params (#150) (dab264b)
  • open_api_v1: use caller-provided client instead of blank default (#148) (139292b)

0.1.2 (2026-04-21)

Dependencies

0.1.1 (2025-08-28)

Dependencies

  • Bump httpoison from 2.2.2 to 2.2.3 (ec2444f)

Continuous Integration

  • Pin action references to specific commits (288740d)
  • Prevent potential cache poisoning attack (d6d7e03)
  • Prevent version control credentials from being persisted (eb3fcd0)

0.1.0 (2024-07-03)

  • Initial release