File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.1.0-rc] - 2024-12-20
11+ ### Added
12+ * Added telemetry config filter to prevent invalid arguments by @danielmorell in #642 .
13+ ### Changed
14+ * Changed telemetry event type and level to enums by @danielmorell in #643 .
15+ * Changed the ` Telemeter::getLevelFromPsrLevel() ` method from private to public by @danielmorell in #644 .
16+ ### Removed
17+ * Removed support for PHP 8.0 by @danielmorell in #643 .
18+ ### Fixed
19+ * Fixed PHP 8.4 deprecations by @basmilius in #641 .
20+
1021## [ 4.1.0-beta] - 2024-03-01
1122### Added
1223* Added support for Telemetry by @danielmorell in #634 .
Original file line number Diff line number Diff line change 88class Notifier implements SerializerInterface
99{
1010 const NAME = "rollbar-php " ;
11- const VERSION = "4.1.0-beta " ;
11+ const VERSION = "4.1.0-rc " ;
1212
1313 use UtilitiesTrait;
1414
You can’t perform that action at this time.
0 commit comments