Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ sidebar_position: 1

# What's New

## What's new in v8.2

Lumberjack v8.2 is a minor release with the following changes:

- **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.
- **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).

## What's new in v8.1

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).
Expand Down
7 changes: 7 additions & 0 deletions versioned_docs/version-v8.1/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ sidebar_position: 1

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).

## What's new in v8.2

Lumberjack v8.2 is a minor release with the following changes:

- **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.
- **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).

## What's new in v8.0

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