File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to ` gmponos/guzzle_logger ` will be documented in this file
44
5- ## [ UNRELEASED ]
5+ ## 0.8.0 - 2018-12-13
66
7- ### BREAKING CHANGES
7+ ### Changes
8+
9+ - Set as the default strategy in all handlers the ` FixedStrategy `
10+
11+ ** BREAKING CHANGES**
12+
813- ` LogLevelStrategy ` class is removed and it has been separated to smaller classes.
9- Check the added classes below.
14+ Check the ` added ` section below.
1015- Changed the namespaces completely. The new Namespace is ` GuzzleLogMiddleware ` instead of ` Gmponos\GuzzleLogger ` .
11- Check the README file for instructions.
16+ Check the README file for instructions.
17+ - Changed the signature of function ` HandlerInterface::log ` .
18+ - Changed ` ArrayHandler ` to ` MultiRecordArrayHandler `
1219
1320### Added
1421- ` FixedStrategy ` a strategy that you are able to set one level for all your logs.
1522- ` ThresholdLevelStrategy ` a strategy that works with thresholds depending on the status code.
1623- ` StatusCodeStrategy ` a strategy that you are able to set a specific log level per status code.
1724
18- ### Changed
19- - Set as the default strategy in all handlers the ` FixedStrategy `
20-
2125## 0.7.0 - 2018-11-15
2226
2327### Changed
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ The middleware is functional with Guzzle 6.
1515we are still on 0.x.x version. If you use the package for a project that is in production please lock this package in your composer
1616to a specific version like ` ^0.3.0 ` .
1717
18+ ** Note** That hopefully 0.8.0 version will be the last unstable.
19+
1820## Install
1921
2022Via Composer
You can’t perform that action at this time.
0 commit comments