Releases: rollbar/rollbar-php
Releases · rollbar/rollbar-php
v4.1.4
What's Changed
Fixed
- Fixed #657 Param
$len
should not be implicitly nullable. @danielmorell #658 - Fixed Body serialization should respect
max_nesting_depth
config. @AronNovak #661
New Contributors
- @AronNovak made their first contribution in #661
Full Changelog: v4.1.3...v4.1.4
v4.1.3
What's Changed
- Fixed new 96 character access token fails validation. by @danielmorell in #654
Full Changelog: v4.1.2...v4.1.3
v4.1.2
What's Changed
- Fixed #651
Person::$extra
must be an array and an object was given. by @danielmorell in #652
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
Fixed
- Fixed #648 TelemetryEvent cannot handle nested array as $body argument by @danielmorell #649.
Full Changelog: v4.1.0...v4.1.1
v4.1.0
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
v4.1.0-rc
What's Changed
Added
- Added telemetry config filter to prevent invalid arguments by @danielmorell in #642.
- Added PHP 8.4 to CI tests by @danielmorell #645.
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.
- Removed PHP 8.0 from CI tests by @danielmorell #645.
Fixed
- Fixed PHP 8.4 deprecations by @basmilius in #641.
New Contributors
- @basmilius made their first contribution in #641
Full Changelog: v4.1.0-beta...v4.1.0-rc
v4.1.0-beta
What's Changed
This beta release adds new major feature to Rollbar PHP, Telemetry! You can now get a breadcrumb of events that led up to an exception, error, or other report.
This is a beta release, so we encourage you to test it and give us any feedback you have.
Added
- Added support for Telemetry by @danielmorell in #634.
Fixed
- Fixed #480 IPv6 could not be resolved by curl sender by @danielmorell in #635.
Full Changelog: v4.0.2...v4.1.0-beta
v4.0.2
What's Changed
Fixed
- Fixed unable to to define custom scrubber by @zinkovskiy in #554.
- Fixed #631 log message was in the description by @danielmorell in #632.
Maintenance
- Fixed tests for performance test suite by @Chris53897 in #619.
- Updated PHPUnit to v10 by @Chris53897 in #621.
- Added CI tests for
--prefer-lowest
by @Chris53897 in #624. - Added CI tests for PHP 8.3 by @Chris53897 in #630.
New Contributors
- @zinkovskiy made their first contribution in #554
Full Changelog: v4.0.1...v4.0.2
v4.0.1
What's Changed
Added
- Added response status code to verbose log message fixing #613 by @danielmorell in #614.
Fixed
- Fixed #617
RollbarLogger:log()
not compatible with psr/log 1 by @danielmorell in #623.
Maintenance
- Added missing CI workflow for v3.x by @danielmorell in #616.
- Added Phpunit 10 result folder to .gitignore by @Chris53897 in #625.
- Updated test dependencies to fix generated mock class type annotation error by @danielmorell in #627.
- Fixed duplicate Psalm config and silenced unnecessary warnings by @Chris53897 in #622.
- Fixed test helper method
ArrayLogger:log()
psr/log 1 compatability by@danielmorell in #626. - Fixed the CI status badge in the README.md file. by @danielmorell in #628.
Full Changelog: v4.0.0...v4.0.1