Skip to content

Latest commit

 

History

History
124 lines (64 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

124 lines (64 loc) · 2.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - YYYY-MM-DD

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Nothing

1.1.0 - 2020-09-07

Added

  • Add support Laravel 6.x, 7.x and 8.x

Changed

  • TravisCI to GitHub Workflow

1.0.2 - 2019-11-06

Added

  • Support monolog/monolog:^2.0

Changed

  • Change coding style from PSR-2 to PSR-12

Fixed

  • Logs wasn't send to Logz.io

1.0.1 - 2019-11-06

Fixed

  • Fix class name ServiceProvider in composer.json. Thank @cschalenborgh

1.0.0 - 2019-11-05

Added

  • Add support PHP application (non Laravel)
  • Add support region, thank @cschalenborgh

Changed

  • Using GuzzleHttp/Guzzle package instead of ext-curl
  • Rename class Laravel\Logzio\LogzioFormatter to Laravel\Logzio\Log\Formatter
  • Rename class Laravel\Logzio\LogzioHandler to Laravel\Logzio\Log\Handler
  • Refactor test scripts

0.2.0 - 2019-09-07

Changed

  • Update support for Laravel Framework v6.0
  • Update TravisCI configuration
  • Update PHPUnit configuration

0.1.2 - 2018-07-18

Fixed

  • Missing class Laravel\Logzio\LogzioServiceProvider

0.1.1 - 2018-05-18

Changed

  • Changed CHANGELOG format

Fixed

  • Fix project link

0.1.0 - 2018-04-17

First release