Skip to content

Commit 652581e

Browse files
author
Tom Mitchelmore
committed
Add Lumberjack v8.2 release notes
1 parent ffadeba commit 652581e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/whats-new.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ sidebar_position: 1
66

77
# What's New
88

9+
## What's new in v8.2
10+
11+
Lumberjack v8.2 is a minor release with the following changes:
12+
13+
- **Dedicated Response Emitter**: A new `ResponseEmitter` class has been introduced to safely handle responses, improving the reliability of Lumberjack. This is an internal change and should not affect your existing code.
14+
- **Additional Report-Only Error Levels**: `E_NOTICE` and `E_WARNING` have been added to the default report-only error levels. These errors will now be logged without crashing the application. For more details on configuring error reporting, refer to the [v6.0 release notes](#whats-new-in-v60).
15+
916
## What's new in v8.1
1017

1118
Lumberjack v8.1 is a minor release that adds support for PHP 8.5 and allows configuration of the [Ignition error handler](https://github.com/spatie/ignition).

versioned_docs/version-v8.1/whats-new.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ sidebar_position: 1
1010

1111
Lumberjack v8.1 is a minor release that adds support for PHP 8.5 and allows configuration of the [Ignition error handler](https://github.com/spatie/ignition).
1212

13+
## What's new in v8.2
14+
15+
Lumberjack v8.2 is a minor release with the following changes:
16+
17+
- **Dedicated Response Emitter**: A new `ResponseEmitter` class has been introduced to safely handle responses, improving the reliability of Lumberjack. This is an internal change and should not affect your existing code.
18+
- **Additional Report-Only Error Levels**: `E_NOTICE` and `E_WARNING` have been added to the default report-only error levels. These errors will now be logged without crashing the application. For more details on configuring error reporting, refer to the [v6.0 release notes](#whats-new-in-v60).
19+
1320
## What's new in v8.0
1421

1522
Lumberjack v8.0 is a major release that updates many core dependencies to provide full support for PHP 8.4.

0 commit comments

Comments
 (0)