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
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
1.1.0 - 2020-09-07
- Add support Laravel 6.x, 7.x and 8.x
- TravisCI to GitHub Workflow
1.0.2 - 2019-11-06
- Support
monolog/monolog:^2.0
- Change coding style from PSR-2 to PSR-12
- Logs wasn't send to Logz.io
1.0.1 - 2019-11-06
- Fix class name
ServiceProvider
incomposer.json
. Thank @cschalenborgh
1.0.0 - 2019-11-05
- Add support PHP application (non Laravel)
- Add support
region
, thank @cschalenborgh
- Using
GuzzleHttp/Guzzle
package instead ofext-curl
- Rename class
Laravel\Logzio\LogzioFormatter
toLaravel\Logzio\Log\Formatter
- Rename class
Laravel\Logzio\LogzioHandler
toLaravel\Logzio\Log\Handler
- Refactor test scripts
0.2.0 - 2019-09-07
- Update support for Laravel Framework v6.0
- Update TravisCI configuration
- Update PHPUnit configuration
0.1.2 - 2018-07-18
- Missing class
Laravel\Logzio\LogzioServiceProvider
0.1.1 - 2018-05-18
- Changed CHANGELOG format
- Fix project link
First release