Releases: chrisgreg/fyi
Releases · chrisgreg/fyi
v1.0.2
What's Changed
- Fix nested route support for InboxLive by @chrisgreg in #5
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- add http client with retries w0 kj3 by @chrisgreg in #2
- Claude/setup GitHub actions x5 d ng by @chrisgreg in #3
Full Changelog: v1.0.0...v1.0.1
v1.0.0
[1.0.0] - 2024-12-26
Added
- Event emission -
FYI.emit/3for emitting events with payload, actor, source, tags, and emoji - Ecto.Multi integration -
FYI.Multi.emit/3for transactional event emission - Slack webhook sink - Send notifications to Slack channels
- Telegram bot sink - Send notifications to Telegram chats
- Event routing - Route events to specific sinks based on glob patterns
- Event persistence - Optional database storage via Ecto
- Admin inbox UI - LiveView-based event viewer with:
- Activity histogram with time-based tooltips
- Time range filtering (5 minutes to all time)
- Event type filtering
- Search by event name or actor
- Event detail panel
- Real-time updates via PubSub
- Feedback component - Customizable feedback widget installed into your codebase
- Igniter installer -
mix fyi.installfor one-command setup - Emoji support - Per-event, pattern-based, and default emoji configuration
- App name identification - Identify events when multiple apps share channels