Major updates in this release are the addition of telemetry and support for PHP 8.4. This release also drops support for PHP 8.0.
What's Changed
Added
- Added support for Telemetry by @danielmorell in #634.
- Added support for PHP 8.4 by @basmilius in #641.
- Added telemetry config filter to prevent invalid arguments by @danielmorell in #642.
Changed
- Changed telemetry event type and level to enums by @danielmorell in #643.
- Changed the
Telemeter::getLevelFromPsrLevel()
method from private to public by @danielmorell in #644.
Removed
- Removed support for PHP 8.0 by @danielmorell in #643.
Fixed
- Fixed PHP 8.4 deprecations by @basmilius in #641.
- Fixed #480 IPv6 could not be resolved by curl sender by @danielmorell in #635.
New Contributors
- @basmilius made their first contribution in #641
Full Changelog: v4.0.2...v4.1.0