Skip to content

Releases: tylercd100/lern

6.0.0

03 Dec 21:48
c360c59
Compare
Choose a tag to compare

Updated for Laravel 7 and 8
Add support for PHP 7.3, 7.4, 8.0
Removed support for Laravel 5.5, 5.6, 5.7, 5.8
Removed support for PHP 7.0, 7.1
Removed deprecated Raven handler, use sentry/sentry 3.x and their Sentry\Monolog\Handler instead
Removed deprecated HipChat handler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead

5.0.0

08 Jan 03:05
26df3cd
Compare
Choose a tag to compare
  • Updated for Laravel 6

4.5.1

03 Jul 23:26
Compare
Choose a tag to compare
  • Fixed issues with PDOException

4.5.0

03 Jul 21:13
105c9d3
Compare
Choose a tag to compare
  • Added rate limiting of 1 second per Exception class for recording in the database
  • Added rate limiting of 1 second per Exception class for sending a notification
  • Made internal exception Tylercd100\LERN\Exceptions\RecorderFailedException notifiable. (previously it would be ignored and not sent on any notification channels)
  • Made internal exception Tylercd100\LERN\Exceptions\NotifierFailedException recordable. (previously it would be ignored and not be recorded in the database)

4.4.0

16 Feb 23:31
b69f6ef
Compare
Choose a tag to compare
  • Added ability to use a custom Model
  • Added ability to change database connection for the default Model
  • Added lern.recorder.model and lern.recorder.connection to the config

4.3.0

16 Feb 23:13
9525131
Compare
Choose a tag to compare
  • Added setLogLevel and getLogLevel functions

4.2.2

02 Feb 17:57
e0784ca
Compare
Choose a tag to compare
  • Backwards compatibility fix for custom Recorder/Notifier classes

4.2.1

31 Oct 22:53
31c8bb4
Compare
Choose a tag to compare
  • Fixed Auto Package Discovery

4.2.0

23 Sep 18:21
Compare
Choose a tag to compare
  • Added the ability to use Custom Recorder and Notifier classes
  • Added IP option to the config to collect IP addresses

4.1.1

31 Aug 03:17
Compare
Choose a tag to compare
  • Small typo