Releases: theriddleofenigma/laravel-google-chat-log
Releases · theriddleofenigma/laravel-google-chat-log
v2.0
What's Changed
- Major release to support Laravel 10 and Monolog 3. by @theriddleofenigma in #15
Full Changelog: v1.3.0...v2.0.0
v1.3
What's Changed
- Introducing additional logs and Bug fix on monolog version issues by @theriddleofenigma in #12
Full Changelog: v1.2.0...v1.3.0
v1.2
Full Changelog: v1.1.2...v1.2.0
- Improved details in card view.
- Integrated card v2 and Updated the write method abstract reference.
- Update ENV typo in README.md.
- Updated composer.json.
v1.1.2
Full Changelog:
Added support for adding multiple webhook urls.
v1.1.1...v1.1.2
v1.1.1
Fixed
- Bugfix - Empty user tags are displayed in logs when user notification is not configured by @theriddleofenigma in #8
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Added a new feature for including
@user
mentions in log messages. - Now one can configure the
@user
ids corresponding to a particular log level.
v1.0.1
- Added
substr
to trim the text max up to 4096 [Allowed google chat length]. - Added exception if google chat webhook URL is not configured.
v1.0 (Stable Release)
Brings up the option for sending the logs to google chat [GSuite] from Laravel/Lumen.