Skip to content

Commit 76a0d58

Browse files
authored
Merge pull request #673 from bugsnag/release/v3.29.2
[Pre-release] Prepare a release with PHP 8.4 compatibility
2 parents f5b4d2d + 229106a commit 76a0d58

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
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
## 3.29.2 (2025-01-13)
5+
6+
This release should ensure compatibility with PHP 8.4 by removing the usage of certain
7+
deprecated features by:
8+
- Removing `E_STRICT` from the error list in PHP 8.4+
9+
- Removing type annotations from parameters defaulting to `null`. Comment type annotations will continue to be present and accurate
10+
11+
### Fixes
12+
13+
* Ensure PHP 8.4 compatibility
14+
[#672](https://github.com/bugsnag/bugsnag-php/pull/672)
15+
16+
417
## 3.29.1 (2023-05-10)
518

619
### Fixes

src/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Configuration implements FeatureDataStore
8585
*/
8686
protected $notifier = [
8787
'name' => 'Bugsnag PHP (Official)',
88-
'version' => '3.29.1',
88+
'version' => '3.29.2',
8989
'url' => 'https://bugsnag.com',
9090
];
9191

0 commit comments

Comments
 (0)