Skip to content

Releases: mbpcoder/laravel-monolog-telegram

check running app in command or job

23 Jan 14:58
Compare
Choose a tag to compare

Check running app in command or job and get topic id from handle function

Improve Send Job by changing timeout and retry

20 Nov 09:48
702bc4e
Compare
Choose a tag to compare
v2.0.2

Check empty queue name instead of null

Run log in a queueable job

01 Aug 15:53
Compare
Choose a tag to compare

If a queue name is set, the job will run in the specified queue; otherwise, it will run synchronously.

add topics level

31 Jul 15:22
Compare
Choose a tag to compare

With topics_level you can set PHP Attribute(Annotation) to controller function

and change the topic id base on this attributes

run time configuration

23 May 12:27
Compare
Choose a tag to compare

Add some structure to work with the logger on run time

Bug fix formatter when JSON include html tags

21 Jan 00:05
b80938d
Compare
Choose a tag to compare

bug fix formatter when JSON include html tags

add pre tag TelegramFormatter

18 Jan 08:50
5c7ce53
Compare
Choose a tag to compare

add pre tag TelegramFormatter for formating json in request inputs

substr message when bigger than telegram limit

20 Dec 08:58
cf20eb6
Compare
Choose a tag to compare

add truncateTextToTelegramLimit

Add topic id for groups

25 Jul 12:04
e08255b
Compare
Choose a tag to compare
Merge pull request #3 from saMahmoudzadeh/master

Support for chat group topics in Telegram

Upgrade for Laravel 10

10 Jun 11:02
ca89b26
Compare
Choose a tag to compare
Merge pull request #2 from jbidad/master

Upgrade for Laravel 10