Skip to content

Releases: web-chefs/DB-LoJack

Update symfony/stopwatch package version

10 Mar 16:04
4a83b5a
Compare
Choose a tag to compare

There has been 2 major releases of symfony/stopwatch since our last version and DB-LoJack is compatible and able to use both, however we are limiting the version we could install to the 3.x releases.

Fix handle DateTime objects as bindings

21 Sep 14:58
42de600
Compare
Choose a tag to compare

Bug Fix release that fixes so $connection->prepareBindings($bindings) is called for all use cases handling casting to string for display or logging.

This bug only affected the single developer debug methods like formatQuery(), debugQuery() and logQuery()

Fix config paths after moving config out of database

08 Jun 14:38
9dd5b58
Compare
Choose a tag to compare
Merge pull request #11 from web-chefs/fix/config-paths

Fix config paths after moving config to its own namespace out of "database"

Add Performance Watchdog

08 Jun 13:51
49c2756
Compare
Choose a tag to compare

Add the new performance watchdog that will monitor metrics like number of database queries, memory and execution time and log details of the database when a metric is exceeded.

Maintenance release

07 Jun 15:29
9554edb
Compare
Choose a tag to compare
  • Update Listener handler to support Laravel 5.2
  • Fix Unit config to use correct PHP version with the correct Laravel version

Improve up logging & add Unit Testing

06 Jun 14:53
08a96a7
Compare
Choose a tag to compare
Merge pull request #8 from web-chefs/add/refactor/with-unit-testing

Refactor logging and add unit testing

Minor Bug Fixes

20 Apr 16:06
Compare
Choose a tag to compare

Fix logging and formatting of multiple queries fixing missing t() function and allowing logging of query objects.

First stable version

28 Nov 11:04
b4b0541
Compare
Choose a tag to compare

First stable working version tested on Laravel 5.4 meeting minimum specification.