File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.1.0] - 2025-02-14
11+ ### Added
12+ * Added support for Telemetry by @danielmorell in #634 .
13+ * Added telemetry config filter to prevent invalid arguments by @danielmorell in #642 .
14+ ### Changed
15+ * Changed telemetry event type and level to enums by @danielmorell in #643 .
16+ * Changed the ` Telemeter::getLevelFromPsrLevel() ` method from private to public by @danielmorell in #644 .
17+ ### Removed
18+ * Removed support for PHP 8.0 by @danielmorell in #643 .
19+ ### Fixed
20+ * Fixed PHP 8.4 deprecations by @basmilius in #641 .
21+ * Fixed #480 IPv6 could not be resolved by curl sender by @danielmorell in #635 .
22+
1023## [ 4.1.0-rc] - 2024-12-20
1124### Added
1225* Added telemetry config filter to prevent invalid arguments by @danielmorell in #642 .
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-rc " ;
11+ const VERSION = "4.1.0 " ;
1212
1313 use UtilitiesTrait;
1414
You can’t perform that action at this time.
0 commit comments