Skip to content

Commit c4a4c6f

Browse files
authored
Merge pull request #646 from rollbar/release/v4.1.0-rc
Release v4.1.0-rc
2 parents c5b8e35 + e6770df commit c4a4c6f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

src/Payload/Notifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class 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

0 commit comments

Comments
 (0)