0.1.0
Feature
- Event System: Added a monitoring system for logs and health that triggers events based on specific keywords.
- Subscription & Alarms: Implemented an alarm feature that allows users to subscribe to specific events for real-time notifications.
- Security & Access Control: Added a password-based registration system to manage authorized users via a whitelist.
What's Changed
- Make register function idempotent to prevent duplicate chat entries by @Copilot in #9
- Fix panic-prone error handling in AuthAdapter write method by @Copilot in #10
- Add unit tests for authentication and registration flow by @Copilot in #8
- Ensure config initialization before password operations by @Copilot in #11
- Enhancement/6 by @dev-yunseong in #7
- Fix Arc conditional move in CLI command dispatcher by @Copilot in #13
- Guard against empty log_command vector to prevent panic by @Copilot in #15
- Fix event name propagation to enable subscription matching by @Copilot in #14
- Remove Sync bound from Stream return types by @Copilot in #17
- Fix child process leak in capture_output_follow by @Copilot in #16
- Validate event existence before subscription by @Copilot in #18
New Contributors
- @Copilot made their first contribution in #9
Full Changelog: 0.0.10...0.1.0