|
1 | 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 | 2 |
|
7 | 3 | ## Unreleased
|
8 |
| - - CLI commands registration policy changed to lazy load |
| 4 | + |
| 5 | +- Enable back all error listeners from base SDK integration (#322) |
| 6 | +- Added `options.traces_sampler` and `options.traces_sample_rate` configuration options (#385) |
| 7 | +- [BC BREAK] Removed the `options.project_root` configuration option. Instead of setting it, use a combination of `options.in_app_include` and `options.in_app_exclude` (#385) |
| 8 | +- [BC BREAK] Removed the `options.excluded_exceptions` configuration option. Instead of setting it, configure the `IgnoreErrorsIntegration` integration (#385) |
| 9 | +- CLI commands registration policy changed to lazy load |
9 | 10 |
|
10 | 11 | ## 3.5.3 (2020-10-13)
|
11 |
| - - Refactors and fixes class aliases for more robustness (#315 #359, thanks to @guilliamxavier) |
| 12 | + |
| 13 | +- Refactors and fixes class aliases for more robustness (#315 #359, thanks to @guilliamxavier) |
12 | 14 |
|
13 | 15 | ## 3.5.2 (2020-07-08)
|
14 |
| - - Use `jean85/pretty-package-versions` `^1.5` to leverage the new `getRootPackageVersion` method (c8799ac) |
15 |
| - - Fix support for PHP preloading (#354, thanks to @annuh) |
16 |
| - - Fix `capture_soft_fails: false` option for the Messenger (#353) |
17 | 16 |
|
18 |
| -## 4.0.0 (TBA) |
19 |
| - - Enable back all error listeners from base SDK integration (#322) |
| 17 | +- Use `jean85/pretty-package-versions` `^1.5` to leverage the new `getRootPackageVersion` method (c8799ac) |
| 18 | +- Fix support for PHP preloading (#354, thanks to @annuh) |
| 19 | +- Fix `capture_soft_fails: false` option for the Messenger (#353) |
20 | 20 |
|
21 | 21 | ## 3.5.1 (2020-05-07)
|
22 |
| - - Capture events using the `Hub` in the `MessengerListener` to avoid loosing `Scope` data (#339, thanks to @sh41) |
23 |
| - - Capture multiple events if multiple exceptions are generated in a Messenger Worker context (#340, thanks to @emarref) |
| 22 | + |
| 23 | +- Capture events using the `Hub` in the `MessengerListener` to avoid loosing `Scope` data (#339, thanks to @sh41) |
| 24 | +- Capture multiple events if multiple exceptions are generated in a Messenger Worker context (#340, thanks to @emarref) |
24 | 25 |
|
25 | 26 | ## 3.5.0 (2020-05-04)
|
26 |
| - - Capture and flush messages in a Messenger Worker context (#326, thanks to @emarref) |
27 |
| - - Support Composer 2 (#335) |
28 |
| - - Avoid issues with dependency lower bound, fix #331 (#335) |
| 27 | + |
| 28 | +- Capture and flush messages in a Messenger Worker context (#326, thanks to @emarref) |
| 29 | +- Support Composer 2 (#335) |
| 30 | +- Avoid issues with dependency lower bound, fix #331 (#335) |
29 | 31 |
|
30 | 32 | ## 3.4.4 (2020-03-16)
|
31 |
| - - Improve `release` option default value (#325) |
| 33 | + |
| 34 | +- Improve `release` option default value (#325) |
32 | 35 |
|
33 | 36 | ## 3.4.3 (2020-02-03)
|
34 |
| - - Change default of `in_app_include` to empty, due to getsentry/sentry-php#958 (#311) |
35 |
| - - Improve class_alias robustness (#315) |
| 37 | + |
| 38 | +- Change default of `in_app_include` to empty, due to getsentry/sentry-php#958 (#311) |
| 39 | +- Improve class_alias robustness (#315) |
36 | 40 |
|
37 | 41 | ## 3.4.2 (2020-01-29)
|
38 |
| - - Remove space from classname used with `class_alias` (#313) |
| 42 | + |
| 43 | +- Remove space from classname used with `class_alias` (#313) |
39 | 44 |
|
40 | 45 | ## 3.4.1 (2020-01-24)
|
41 |
| - - Fix issue due to usage of `class_alias` to fix deprecations, which could break BC layers of third party packages (#309, thanks to @scheb) |
| 46 | + |
| 47 | +- Fix issue due to usage of `class_alias` to fix deprecations, which could break BC layers of third party packages (#309, thanks to @scheb) |
42 | 48 |
|
43 | 49 | ## 3.4.0 (2020-01-20)
|
44 |
| - - Add support for `sentry/sentry` 2.3 (#298) |
45 |
| - - Drop support for `sentry/sentry` < 2.3 (#298) |
46 |
| - - Add support to `in_app_include` client option (#298) |
47 |
| - - Remap `excluded_exceptions` option to use the new `IgnoreErrorsIntegration` (#298) |
| 50 | + |
| 51 | +- Add support for `sentry/sentry` 2.3 (#298) |
| 52 | +- Drop support for `sentry/sentry` < 2.3 (#298) |
| 53 | +- Add support to `in_app_include` client option (#298) |
| 54 | +- Remap `excluded_exceptions` option to use the new `IgnoreErrorsIntegration` (#298) |
48 | 55 |
|
49 | 56 | ## 3.3.2 (2020-01-16)
|
50 |
| - - Fix issue with exception listener under Symfony 4.3 (#301) |
| 57 | + |
| 58 | +- Fix issue with exception listener under Symfony 4.3 (#301) |
51 | 59 |
|
52 | 60 | ## 3.3.1 (2020-01-14)
|
53 |
| - - Fixed Release |
| 61 | + |
| 62 | +- Fixed Release |
54 | 63 |
|
55 | 64 | ## 3.3.0 (2020-01-14)
|
56 |
| - - Add support for Symfony 5.0 (#266, thanks to @Big-Shark) |
57 |
| - - Drop support for Symfony < 3.4 (#277) |
58 |
| - - Add default value for the `release` option, using the detected root package version (#291 #292, thanks to @Ocramius) |
| 65 | + |
| 66 | +- Add support for Symfony 5.0 (#266, thanks to @Big-Shark) |
| 67 | +- Drop support for Symfony < 3.4 (#277) |
| 68 | +- Add default value for the `release` option, using the detected root package version (#291 #292, thanks to @Ocramius) |
59 | 69 |
|
60 | 70 | ## 3.2.1 (2019-12-19)
|
61 |
| - - Fix handling of command with no name on `ConsoleListener` (#261) |
62 |
| - - Remove check by AuthorizationChecker in `RequestListener` (#264) |
63 |
| - - Fixed undefined variable in `RequestListener` (#263) |
| 71 | + |
| 72 | +- Fix handling of command with no name on `ConsoleListener` (#261) |
| 73 | +- Remove check by AuthorizationChecker in `RequestListener` (#264) |
| 74 | +- Fixed undefined variable in `RequestListener` (#263) |
64 | 75 |
|
65 | 76 | ## 3.2.0 (2019-10-04)
|
66 |
| - - Add forward compatibility with Symfony 5 (#235, thanks to @garak) |
67 |
| - - Fix Hub initialization for `ErrorListener` (#243, thanks to @teohhanhui) |
68 |
| - - Fix compatibility with sentry/sentry 2.2+ (#244) |
69 |
| - - Add support for `class_serializers` option (#245) |
70 |
| - - Add support for `max_request_body_size` option (#249) |
71 |
| - - Add option to disable the error listener completely (#247, thanks to @HypeMC) |
72 |
| - - Add options to register the Monolog Handler (#247, thanks to @HypeMC) |
| 77 | + |
| 78 | +- Add forward compatibility with Symfony 5 (#235, thanks to @garak) |
| 79 | +- Fix Hub initialization for `ErrorListener` (#243, thanks to @teohhanhui) |
| 80 | +- Fix compatibility with sentry/sentry 2.2+ (#244) |
| 81 | +- Add support for `class_serializers` option (#245) |
| 82 | +- Add support for `max_request_body_size` option (#249) |
| 83 | +- Add option to disable the error listener completely (#247, thanks to @HypeMC) |
| 84 | +- Add options to register the Monolog Handler (#247, thanks to @HypeMC) |
73 | 85 |
|
74 | 86 | ## 3.1.0 (2019-07-02)
|
75 |
| - - Add support for Symfony 2.8 (#233, thanks to @nocive) |
76 |
| - - Fix handling of ESI requests (#213, thanks to @franmomu) |
| 87 | + |
| 88 | +- Add support for Symfony 2.8 (#233, thanks to @nocive) |
| 89 | +- Fix handling of ESI requests (#213, thanks to @franmomu) |
77 | 90 |
|
78 | 91 | ## 3.0.0 (2019-05-10)
|
79 |
| - - Add the `sentry:test` command, to test if the Sentry SDK is functioning properly. |
| 92 | + |
| 93 | +- Add the `sentry:test` command, to test if the Sentry SDK is functioning properly. |
80 | 94 |
|
81 | 95 | ## 3.0.0-beta2 (2019-03-22)
|
82 |
| - - Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204) |
| 96 | + |
| 97 | +- Disable Sentry's ErrorHandler, and report all errors using Symfony's events (#204) |
83 | 98 |
|
84 | 99 | ## 3.0.0-beta1 (2019-03-06)
|
| 100 | + |
85 | 101 | The 3.0 major release has multiple breaking changes. The most notable one is the upgrade to the 2.0 base SDK client.
|
86 | 102 | Refer to the [UPGRADE-3.0.md](https://github.com/getsentry/sentry-symfony/blob/master/UPGRADE-3.0.md) document for a
|
87 | 103 | detailed explanation.
|
0 commit comments