Skip to content

Commit 694eba2

Browse files
committed
Added changelog and readme file
1 parent 6c0285d commit 694eba2

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,26 @@
22

33
All 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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The middleware is functional with Guzzle 6.
1515
we 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
1616
to 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

2022
Via Composer

0 commit comments

Comments
 (0)