Vapor: 4.106.6 Release

Release date:
November 28, 2024
Previous version:
4.106.5 (released November 27, 2024)
Magnitude:
10 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 4.106.6

maciejtrybilo

Directory Browser for 4.106.6

All files are compared to previous version, 4.106.5. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

What's Changed

Pass the method, url, and user agent from the ErrorMiddleware to the logger in the metadata. by @maciejtrybilo in #3233

The ErrorMiddleware reports an error to the logger of the request. Sometimes it might be useful to know the endpoint that failed.

This PR adds the method, url, and user agent of the request in the metadata of the report.

Reviewers

Thanks to the reviewers for their help: - @petrpavlik - @ptoffy

This patch was released by @0xTim

Full Changelog: https://github.com/vapor/vapor/compare/4.106.5...4.106.6