Skip to content

Releases: itsgoingd/clockwork

1.11.2

28 Apr 15:54
Compare
Choose a tag to compare
  • switched to PSR-4 autoloading
  • fixed Swift data source crash when sending email with no from/to address specified (thanks marksecurelogin)

1.11.1

28 Apr 15:53
Compare
Choose a tag to compare
  • added support for DateTimeImmutable in Doctrine data source (thanks morfin)
  • fixed not being able to log null values via the "clock" helper function
  • fixed Laravel 4.2-dev not being properly detected as 4.2 release (thanks DemianD)

1.11

28 Apr 15:53
Compare
Choose a tag to compare
  • added support for Lumen 5.2 (thanks lukeed)
  • added "clock" helper function
  • fixed data sources being initialized too late (thanks morfin)
  • fixed code style in Doctrine data source
  • removed Laravel log dependency from Doctrine data source
  • NOTE laravel-doctrine provides ootb support for Clockwork, you should use this instead of included Doctrine data source with Laravel

1.10.1

28 Apr 15:52
Compare
Choose a tag to compare
  • fixed collecting of database queries in Laravel 5.2 (thanks sebastiandedeyne)

1.10

28 Apr 15:52
Compare
Choose a tag to compare
  • added Laravel 5.2 support (thanks jonphipps)
  • improved file storage to allow configuring directory permissions (thanks patrick-radius)
  • fixed interaction with PHPUnit in Lumen (thanks troyharvey)
  • removed "router dispatch" timeline event for now (due to Laravel 5.2 changes)

1.9

28 Apr 15:51
Compare
Choose a tag to compare
1.9
  • added Lumen support (thanks dawiyo)
  • added aliases for all Clockwork parts so they can be resolved by the IoC container in Laravel and Lumen
  • fixed Laravel framework initialisation, booting and running timeline events not being recorded properly (thanks HipsterJazzbo, sisve)
  • fixed how Laravel clockwork:clean artisan command is registered (thanks freekmurze)
  • removed Lumen framework initialisation, booting and running timeline events as they are not supported by Lumen

1.8.1

28 Apr 15:49
Compare
Choose a tag to compare
  • fixed SQL data storage initialization if PDO is set to throw exception on error (thanks YOzaz)

1.8

03 Jul 22:05
Compare
Choose a tag to compare
1.8
  • added SQL data storage implementation
  • added new config options for data storage for Laravel
  • fixed not being able to use the Larvel route caching when using Clockwork (thanks Garbee, kylestev, cbakker86)

1.7

04 Feb 22:41
Compare
Choose a tag to compare
1.7
  • added support for Laravel 5 (thanks Garbee, slovenianGooner)
  • improved support for Laravel 4.1 and 4.2, Clockwork data is now available for error responses
  • added Doctrine data source (thanks matiux)
  • fixed compatibility with some old PHP 5.3 versions (thanks hailwood)
  • updated Laravel data source to capture the context for log messages (thanks hermanzhu)

1.6

01 Feb 23:11
Compare
Choose a tag to compare
1.6
  • improved Eloquent data source to support multiple databases (thanks ingro)
  • improved compatibility with Laravel apps not using database
  • improved compatibility with various CodeIngiter installations
  • fixed a bug where log messages and timeline data might not be sorted correctly
  • fixed missing static keyword in CodeIgniter hook (thanks noevidenz)
  • changed Timeline::endEvent behavior to return false instead of throwing exception when called for non-existing event