Skip to content

Releases: rollbar/rollbar-php

Rollbar v1.1.0

16 May 23:13
Compare
Choose a tag to compare

This release includes some new features, some improvements to existing functionality, and several
bug fixes. Below are the highlights of issues/PRs that are included in this release:

  • GitHub Issue #38: truncate payload #167
  • GitHub Issue #102: Support the Forwarded (RFC 7239) header #155
  • GitHub Issue #72: status 200 when using set_exception_handler #143
  • GitHub Issue #53: Option to capture stack trace in report_message() #145
  • Fix how include_error_code_context works with defaults #168
  • Fix how we handle scrubbing related to query strings so that we don't accidentially urlencode
    things that should not be, such as sql queries #164
  • Bug: infinite loop when previous exception set #158 (@vilius-g)
  • Bug: checkIgnore was not getting passed documented arguments #152
  • Only report legitimate fatal errors during shutdown rather than anything returned by
    error_get_last(), Fatal handler type check #161 (@vilius-g)
  • Move packfire/php5.3-compat from require to suggest in composer.json #169 (@elazar)

Again many thanks to @ArturMoczulski for great work on many of these issues.

Minor bug fixes

01 May 23:01
Compare
Choose a tag to compare

Some minor changes related to string scrubbing and reporting the version of the notifier correctly.

New rollbar-php version 1.0

29 Apr 00:11
Compare
Choose a tag to compare

We're excited to introduce rollbar-php v1.0.1, a substantial refactor of our PHP notifier SDK. rollbar-php is now backward-compatible with previous versions and introduces many new configuration options. Many bugs have been fixed in the process, but they too enumerable to mention. Many thanks to @ArturMoczulski.

1.0.0-beta

22 Aug 22:33
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

Code base is now PSR1,PSR2 compliant.

v0.18.2

05 Jul 15:54
Compare
Choose a tag to compare

fixes #96

v0.18.0

26 May 15:31
Compare
Choose a tag to compare

Added support for checkIgnore function