Skip to content
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.

Releases: avto-dev/sentry-laravel

v2.5.0: Laravel 8 is supported now

10 Sep 05:11
7c82069
Compare
Choose a tag to compare

Changed

  • Laravel 8.x is supported now
  • Minimal Laravel version now is 6.0 (Laravel 5.5 LTS got last security update August 30th, 2020)

v2.4.0

26 Jun 08:47
Compare
Choose a tag to compare

Changed

  • Maximal illuminate/* packages version now is 7.*
  • CI completely moved from "Travis CI" to "Github Actions" (travis builds disabled)
  • Minimal required PHP version now is 7.2

v2.3.0

14 Feb 19:15
dc6c7b9
Compare
Choose a tag to compare

Added

  • PHP version 7.4 supports
  • Package avto-dev/app-version-laravel version ~3.0 supports

v2.2.0

24 Oct 06:38
Compare
Choose a tag to compare

Changed

  • Maximal illuminate/* packages version now is 6.*

Added

  • GitHub actions for a tests running

v2.1.0

22 Jul 12:34
Compare
Choose a tag to compare

Changed

  • Default environment name (in sample config) SERVER_NAME changed to APP_SERVER_NAME

v2.0.0

19 Jul 05:03
235b495
Compare
Choose a tag to compare

Added

  • Docker-based environment for development
  • Project Makefile

Changed

  • Minimal PHP version now is ^7.1.3
  • Minimal Laravel version now is 5.6.x
  • Maximal Laravel version now is 5.8.x
  • Dependency laravel/framework changed to illuminate/*
  • \AvtoDev\Sentry\SentryServiceProvider\AvtoDev\Sentry\ServiceProvider
  • Composer scripts
  • sentry.php config file stub
  • Package service-provider don't register service-providers from another packages
  • Package avto-dev/app-version-laravel is optional dependency now

Removed

  • Artisan command sentry:init

v1.3.1

08 Dec 08:42
Compare
Choose a tag to compare

Changed

  • Maximal phpunit version now is 7.4.x. Reason - since 7.5.0 frameworks contains assertions like assertIsNumeric, assertIsArray and others, already declared in AdditionalAssertsTrait

v1.3.0

03 Dec 16:45
Compare
Choose a tag to compare

Changed

  • Maximal PHP version now is undefined
  • Maximal Laravel version now is 5.7.*
  • CI changed to Travis CI
  • CodeCov integrated
  • Issue templates updated

v1.2.0

11 Sep 12:30
Compare
Choose a tag to compare

Changed

  • Up minimal sentry package version

v1.1.0

09 Jun 15:55
Compare
Choose a tag to compare

Changed

  • CI config updated
  • Required minimal PHPUnit version now 5.7.10
  • Disabled HTML coverage report (CI errors)
  • Unimportant PHPDoc blocks removed