|
1 | | -0.8.1 |
2 | | ------ |
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
| 5 | +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## 0.8.2 - 2017-07-28 |
| 10 | +### Fixed |
| 11 | + - Fix previous release with cherry pick of the right commit from #67 |
| 12 | + |
| 13 | +## 0.8.1 - 2017-07-27 |
| 14 | +### Fixed |
3 | 15 | - Force load of client in console commands to avoid missing notices due to lazy-loading (#67) |
4 | 16 |
|
5 | | -0.8.0 |
6 | | ------ |
| 17 | +## 0.8.0 - 2017-06-19 |
| 18 | +### Added |
7 | 19 | - Add `SentryExceptionListenerInterface` and the `exception_listener` option in the configuration (#47) to allow customization of the exception listener |
8 | 20 | - Add `SentrySymfonyEvents::PRE_CAPTURE` and `SentrySymfonyEvents::SET_USER_CONTEXT` events (#47) to customize event capturing information |
9 | | - - Make SkipCapture work on console exceptions too |
10 | 21 | - Make listeners' priority customizable through the new `listener_priorities` configuration key |
| 22 | +### Fixed |
| 23 | + - Make SkipCapture work on console exceptions too |
11 | 24 |
|
12 | | -0.7.1 |
13 | | ------ |
| 25 | +## 0.7.1 - 2017-01-26 |
| 26 | +### Fixed |
14 | 27 | - Quote sentry.options in services.yml. |
15 | 28 |
|
16 | | -0.7.0 |
17 | | ------ |
| 29 | +## 0.7.0 - 2017-01-20 |
| 30 | +### Added |
18 | 31 | - Expose all configuration options (#36). |
19 | 32 |
|
20 | | -0.6.0 |
21 | | ------ |
| 33 | +## 0.6.0 - 2016-10-24 |
| 34 | +### Fixed |
22 | 35 | - Improve app path detection to exclude root folder and exclude vendor. |
23 | 36 |
|
24 | | -0.5.0 |
25 | | ------ |
26 | | -- Raise sentry/sentry minimum requirement to 1.2.0. |
27 | | -- Fixed an issue with a missing import (#24). |
28 | | -- ``prefixes`` and ``app_path`` will now be bound by default. |
| 37 | +## 0.5.0 - 2016-09-08 |
| 38 | +### Changed |
| 39 | +- Raise sentry/sentry minimum requirement to ## 1.2.0. - 2017-xx-xx Fixed an issue with a missing import (#24)### . - 2017-xx-xx ``prefixes`` and ``app_path`` will now be bound by default. |
29 | 40 |
|
30 | | -0.4.0 |
31 | | ------ |
| 41 | +## 0.4.0 - 2016-07-21 |
| 42 | +### Added |
32 | 43 | - Added ``skip_capture`` configuration for excluding exceptions. |
| 44 | +### Changed |
33 | 45 | - Security services are now optional. |
34 | 46 | - Console exceptions are now captured. |
35 | 47 | - Default PHP SDK hooks will now be installed (via ``Raven_Client->install``). |
36 | 48 | - SDK will now be registered as 'sentry-symfony'. |
37 | 49 |
|
38 | | -0.3.0 |
39 | | ------ |
| 50 | +## 0.3.0 - 2016-05-19 |
| 51 | +### Added |
40 | 52 | - Added support for capturing the current user. |
0 commit comments