- Support reporting all message in eventbus into reporter - Add channel flow.request
1.6.16
*Fix*
*checker crash*
1. AttributeError: 'CheckerEventHandler' object has no attribute 'publish' 2. AttributeError: 'CheckerEventHandler' object has no attribute 'listeners'
1.6.15
FIX: If you use lyrebird.event for register your checker function. Lyrebird will register duplicate callback functions to event bus.
python from lyrebird import event
event('flow') def my_callback(msg): pass
1.6.14
- Add month and date in notification center message card