Skip to content

Commit f1f8753

Browse files
authored
Merge pull request #137 from getsentry/prepare-release-2.0.3
Update changelog for 2.0.3 release
2 parents 8450f7f + 044f6c3 commit f1f8753

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

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+
915
## 2.0.2 - 2018-03-06
1016
### Fixed
1117
- Fix `processorOptions` in yaml configuration (#107)
@@ -27,6 +33,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2733
- Drop support for Symfony 2.x
2834
- Drop support for PHP 5 and 7.0
2935

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+
3042
## 1.0.2 - 2018-03-06
3143
### Fixed
3244
- 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.
5264
- Remove support for PHP versions lower than 5.6, since they are now EOL
5365
- Remove support for HHVM
5466

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+
5580
## 0.8.6 - 2017-08-24
5681
### Changed
5782
- Migrate service definitions to non-deprecated option configuration values

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ sentry:
7777
dsn: "https://public:[email protected]/1"
7878
```
7979
80+
## Maintained versions
81+
* 2.x is actively maintained on the master branch, but it requires Symfony 3+ and PHP 7.1+;
82+
* 1.x is still supported to allow Symfony 2 and PHP 5.6/7.0; it may receive backports of features from the master branch, but it's not guaranteed
83+
* 0.8.x is no longer maintained, with the 0.8.8 release containing the latest new features; it may only receive security fixes in the future.
84+
8085
## Configuration
8186
8287
The following options can be configured via ``app/config/config.yml``.

0 commit comments

Comments
 (0)