Skip to content

Commit 3dc630a

Browse files
authored
Merge pull request #647 from rollbar/release/v4.1.0
Release v4.1.0
2 parents c4a4c6f + 099be00 commit 3dc630a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

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-rc";
11+
const VERSION = "4.1.0";
1212

1313
use UtilitiesTrait;
1414

0 commit comments

Comments
 (0)