You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
9
+
## 2.0.3 - 2018-06-01
10
+
### Added
11
+
- Add `symfony_version` as a default tag (#116, thanks @hjanuschka)
12
+
### Fixed
13
+
- Retrieve use IP address from Symfony, to honor trusted proxies (#131, thanks @eliecharra)
14
+
9
15
## 2.0.2 - 2018-03-06
10
16
### Fixed
11
17
- Fix `processorOptions` in yaml configuration (#107)
@@ -27,6 +33,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
27
33
- Drop support for Symfony 2.x
28
34
- Drop support for PHP 5 and 7.0
29
35
36
+
## 1.0.3 - 2018-06-01
37
+
### Added
38
+
- Add `symfony_version` as a default tag (#117, backport of #116, thanks @hjanuschka)
39
+
### Fixed
40
+
- Retrieve use IP address from Symfony, to honor trusted proxies (#132, backport of #131, thanks @eliecharra)
41
+
30
42
## 1.0.2 - 2018-03-06
31
43
### Fixed
32
44
- Fix `processorOptions` in YAML configuration (#109, backport of #107)
@@ -52,6 +64,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
52
64
- Remove support for PHP versions lower than 5.6, since they are now EOL
53
65
- Remove support for HHVM
54
66
67
+
## 0.8.8 - 2018-06-01
68
+
### Added
69
+
- Add `symfony_version` as a default tag (backport of #116, thanks @hjanuschka)
70
+
- Add the new `excluded_exceptions` option from Sentry client 1.9 (see [getsentry/sentry-php#583](https://github.com/getsentry/sentry-php/pull/583); #124, backport of #123, thanks @mcfedr)
71
+
### Changed
72
+
- Require at least version 1.9 of the `sentry/sentry` base client, due to #124
73
+
### Fixed
74
+
- Retrieve use IP address from Symfony, to honor trusted proxies (backport of #131, thanks @eliecharra)
75
+
76
+
## 0.8.7 - 2017-10-23
77
+
### Fixed
78
+
- Fix a fatal error when the user token is not authenticated (#78)
79
+
55
80
## 0.8.6 - 2017-08-24
56
81
### Changed
57
82
- Migrate service definitions to non-deprecated option configuration values
0 commit comments