Skip to content

Releases: rollbar/rollbar-php

v4.1.3

17 Apr 19:11
99eb7bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.2

15 Apr 11:25
a89739b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

21 Mar 19:09
146216b
Compare
Choose a tag to compare

What's Changed

Fixed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

16 Feb 19:34
3dc630a
Compare
Choose a tag to compare

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

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

Fixed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.1.0-rc

12 Jan 23:42
c4a4c6f
Compare
Choose a tag to compare
v4.1.0-rc Pre-release
Pre-release

What's Changed

Added

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

Fixed

New Contributors

Full Changelog: v4.1.0-beta...v4.1.0-rc

v4.1.0-beta

01 Mar 22:40
ef708cd
Compare
Choose a tag to compare
v4.1.0-beta Pre-release
Pre-release

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

Fixed

Full Changelog: v4.0.2...v4.1.0-beta

v4.0.2

22 Dec 21:42
6966a4c
Compare
Choose a tag to compare

What's Changed

Fixed

Maintenance

New Contributors

Full Changelog: v4.0.1...v4.0.2

v4.0.1

28 Apr 20:03
4e82969
Compare
Choose a tag to compare

What's Changed

Added

Fixed

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

v1.8.2

31 Mar 14:31
0b48c80
Compare
Choose a tag to compare

What's Changed

  • Fix test failures in 1.x by @bishopb in #510
  • GH-543-backport-1.x: Add missing transformer config option by @bxsx in #544
  • Added fallback message to Rollbar API rejection verbose log by @cresjie in #611

New Contributors

Full Changelog: v1.8.1...v1.8.2

v4.0.0

20 Mar 19:10
d9a40c8
Compare
Choose a tag to compare

In v4.0.0 we added support for psr/log v3 and monolog/monolog v3. We also improved the compatibility with PHP 8.2 and above.

What's Changed

Added

Changed

  • Renamed IStrategy to StrategyInterface updated Truncation and changed custom truncation strategy from requiring class extend the AbstractStrategy to now require it implement StrategyInterface by @danielmorell in #580.
  • Replaced the FilterInterface::shouldSend() $accessΤoken argument with $isUncaught making it close to check_ignore usage @danielmorell in #587.
  • Updated the object serialization logic by @danielmorell in #605

Removed

  • Removed deprecated log levels and fixed inconsistent use of Rollbar/LevelFactory by @danielmorell in #578.
  • Removed previously deprecated reporting methods from Rollbar by @danielmorell in #579.
  • Removed the null return type from TransformerInterface::getPayload() by @danielmorell in #593.
  • Removed the Config::getAllowedCircularReferenceTypes() method by @danielmorell in #603
  • Removed the Serializable deprecation warning by @danielmorell in #605

Fixed

Full Changelog: v3.1.4...v4.0.0