Skip to content

Releases: itsgoingd/clockwork

2.2.4

30 Aug 18:45
Compare
Choose a tag to compare
  • drop support for collecting Laravel controller middleware (as this can have unexpected side-effects) (thanks phh)

2.2.3

30 Aug 18:45
Compare
Choose a tag to compare
  • improved Server-Timing now uses the new header format (thanks kohenkatz)
  • fixed Laravel crash when gathering middleware if the controller class doesn't exist

2.2.2

30 Aug 18:44
Compare
Choose a tag to compare
  • fixed compatibility with Laravel 5.2 (thanks peppeocchi)

2.2.1

30 Aug 18:43
Compare
Choose a tag to compare
  • fixed Laravel 4.x support once again (thanks bcalik)

2.2

08 Mar 21:19
Compare
Choose a tag to compare
2.2
  • added support for collecting route middleware (thanks Vercoutere)
  • added support for collecting routes and middleware in newer Lumen versions
  • updated Web UI ti match Clockwork Chrome 2.2
  • improved Laravel support to register most event handlers only when collecting data
  • fixed Lumen middleware not being registered automatically (thanks lucian-dragomir)
  • fixed published Lumen config not being loaded

2.1.1

08 Mar 21:18
Compare
Choose a tag to compare
  • fixed Laravel 4.x support (added legacy version of the config file) (thanks bcalik)

2.1

26 Feb 00:01
Compare
Choose a tag to compare
2.1
  • updated Web UI to match Clockwork Chrome 2.1
  • improved Laravel support to load the default config and use env variables in the default config
  • improved Lumen support to use the standard config subsystem instead of directly accessing env variables (thanks davoaust, SunMar)
  • improved reliability of storing metadata in some cases (by using JSON_PARTIAL_OUTPUT_ON_ERROR when supported)
  • fixed wrong mime-type for javascript assets in Web UI causing it to not work in some browsers (thanks sleavitt)
  • fixed path checking in Web UI causing it to not work on Windows (thanks Malezha)
  • fixed parameters conversion in DBALDataSource (thanks andrzejenne)

2.0.4

26 Feb 00:00
Compare
Choose a tag to compare
  • improved mkdir error handling in FileStorage (thanks FBnil)
  • fixed crash in LaravelEventsDataSource when firing events with associative array as payload

2.0.3

26 Feb 00:00
Compare
Choose a tag to compare
  • fixed Clockwork now working when used with Laravel route cache

2.0.2

25 Feb 23:59
Compare
Choose a tag to compare
  • fixed crash on attempt to clean up file storage if the project contains Clockwork 1.x metadata