Releases: mbpcoder/laravel-monolog-telegram
Releases · mbpcoder/laravel-monolog-telegram
Topic detector now detect controller with __invoke method
What's Changed
- Topic detector now detect controller with __invoke method
- Remove redundant variables by @amirhshokri in #17
- Improve readability with line breaks by @amirhshokri in #16
- Refactor boolean return for conciseness by @amirhshokri in #14
Add Livewire component route support
v2.5.2 docs: add Livewire component route support to README
Add timeout, mask sensitive data
- Add telegram request timeout
- Mask sensitive data
check running app in command or job
Check running app in command or job and get topic id from handle function
Improve Send Job by changing timeout and retry
v2.0.2 Check empty queue name instead of null
Run log in a queueable job
If a queue name is set, the job will run in the specified queue; otherwise, it will run synchronously.
add topics level
With topics_level you can set PHP Attribute(Annotation) to controller function
and change the topic id base on this attributes
run time configuration
Add some structure to work with the logger on run time
Bug fix formatter when JSON include html tags
bug fix formatter when JSON include html tags
add pre tag TelegramFormatter
add pre tag TelegramFormatter for formating json in request inputs