Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 662 Bytes

File metadata and controls

14 lines (10 loc) · 662 Bytes

Changelog

0.1.0 - 2026-03-20

Added

  • Perchfall::Notify.deliver convenience method for one-line delivery
  • Perchfall::Notify::Notifier — delivers reports to multiple channels, attempting all before raising
  • Perchfall::Notify::Channel — base class for custom channel implementations
  • Perchfall::Notify::Channels::Slack — Slack incoming webhook channel with Block Kit formatting
  • Perchfall::Notify::SlackFormatter — default formatter; injectable for custom message shapes
  • Perchfall::Notify::DeliveryError and Perchfall::Notify::ConfigurationError