Releases: rodrigopedra/laravel-query-logger
Releases · rodrigopedra/laravel-query-logger
Support Laravel 9
v4.4.0 Support Laravel 9
Patch vulnerable versions and allow PHP 8.1
Patch vulnerable versions and allow PHP 8.1
Use Event Connection
This updates uses the connection property from the QueryExecuted
event.
It allows using the proper PDO
instance when quoting the connections.
[HOTFIX] fix wrong date format string
Fixes wrong date format string that was pushed by mistake.
Improve Bindings Handling
Refactor to improve bindings handling using regular expression replacements and quoting logic from:
https://github.com/barryvdh/laravel-debugbar
barryvdh/laravel-debugbar
is MIT licensed. License is available at:
Drop 5.5 support
In order to apply a security patch recommended by GitHub Bot.
Improve Bindings Handling
v3.2.0 improve bindings handling
Add missing static modifier to closure
Add missing static modifier to closure
[3.x] Fix bindings when merging bindings array
Fix bindings when merging bindings array
Drop support for PHP < 7.4
This release drops support or PHP < 7.4.
It also modernize the code to take advantage of new PHP features.