Skip to content

Rollbar v1.1.0

Compare
Choose a tag to compare
@rokob rokob released this 16 May 23:13
· 1082 commits to master since this release

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.