Skip to content

Releases: rollbar/rollbar-php

v1.5.1

20 May 04:57
Compare
Choose a tag to compare
  • #367 Newest version 1.5.0 missing changelog, Notifier version not bumped
  • #366 Make the anonymized IP addresses indexable
  • Removed CHANGELOG.md in favor of using release notes

v1.5.0

17 May 08:15
3279d6b
Compare
Choose a tag to compare
  • #362 - Fix running isolated tests by requiring the Config.php file with ROLLBAR_INCLUDED_ERRNO_BITMASK definition

  • #353 - Only collect person.id by default for person tracking

  • #354 - Allow IP collection to be easily turned on and off in config

  • #355 - Anonymize IP address config option

v1.4.1

17 Mar 12:26
Compare
Choose a tag to compare
  • Temporarily add \Rollbar\Monolog\Handler\MonologHandler until Seldaek:monolog PR 1042 gets merged into their master
  • Refactor JSON encoding mechanis to limit calls to json_encode to minimum with \Rollbar\Payload\EncodedPayload
  • Optimize performance of StringsStrategy and FramesStrategy truncation strategies
  • Remove RawStrategy and MinBodyStrategy completely (they are not adding any value - the same results are achieved by the combination of other strategies)
  • Fix for non-encodable values in the payload data. This was occasionally causing 400 response codes from the API
  • Update code examples in README.md
  • Lock Monolog dependency at ^1.23. The implementation of \Monolog\TestCase class in their master is currently not stable
  • Add instructions on using Rollbar with Monolog after bringing the MonologHandler into this repo
  • Clean up RollbarLogger instances after each test in the testsuite so the configuration doesn't persist between test cases
  • Add composer performance command to run performance test suite

v1.3.3

27 Oct 17:41
Compare
Choose a tag to compare

Remove fluent/logger from required section of composer.json

v1.3.2

20 Sep 22:47
Compare
Choose a tag to compare
  • Performance improvements
  • Include request body for PUT requests if include_raw_request_body is true

v1.3.1

02 Aug 19:34
Compare
Choose a tag to compare

Remove rollbar.js from composer dependencies and actually change the version number constant.

v1.3.0

31 Jul 12:14
Compare
Choose a tag to compare

Bug fixes and some additional features, see the changelog for the details.

v1.2.0

06 Jul 00:58
Compare
Choose a tag to compare

Many bug fixes and general goodness, see the changelog for the details.

Rollbar v1.1.1

16 May 23:18
Compare
Choose a tag to compare

Minor change to the notifier configuration to actually include the new version number.

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.