Skip to content

Releases: rollbar/rollbar-php

v1.7.1

12 Nov 12:05

Choose a tag to compare

Bump version to 1.7.1

v1.7.0

06 Nov 09:07

Choose a tag to compare

  • #391 Add max items config option
  • #389 Logger sends context in body and custom
  • #418 Add documentation for max_nesting_depth option in the docs
  • #411 Add a full range of HHVM versions to Travis builds
  • #416 Implement cycle checks for serialization
  • #413 Duplicated text in error message
  • #414 Allow users to specify a max nesting level
  • #404 Performance Benchmark for Rollbar:init()
  • #403 Support and test newer HHVM

v1.6.3

06 Sep 21:38

Choose a tag to compare

  • #404 Performance Banchmark for Rollbar::init()
    • added autodetect_branch config option set to false by default which stops the SDK from performing CPU-time heavy git branch lookup
    • removed internal logging to /tmp
  • fixed the build for HHVM

v1.6.2

15 Aug 00:13

Choose a tag to compare

  • #398 Fix $scrubbedPayload missing definition
  • #399 NUL files being written all over the place

v1.6.1

06 Aug 22:15

Choose a tag to compare

  • #393 Missed variable $scrubbedPayload definition in send method on FluentSender

v1.6.0

06 Aug 04:48
5a86538

Choose a tag to compare

  • Improved tagging instructions in README.md
  • PR 386: Update README.md
  • PR 390: Set fingerprint and title using string instead of callback.
  • #381 getUserIp looks at HTTP_X_FORWARDED_FOR then overwrites it anyway
  • #387 Truncation strategies do not truncate Frame objects
  • #350 PHP Interface, log() method isn't handling fingerprint as documented
  • #380 Drop temporary Rollbar\Monolog\Handler\RollbarHandler in favor of the merged pull request in the Monolog repo
  • #382 default settings for ServerBranch causes error on windows
  • #384 Undefined offset when when adding context
  • #385 Enhancement: Better argument type information
  • #351 Ability to send additional runtime data

v1.5.3

18 Jun 08:57

Choose a tag to compare

  • #374 Rollbar fails to get git branch if allow_exec false and no default set
  • #379 Stacktrace returns Empty Frames

v1.5.2

11 Jun 11:20

Choose a tag to compare

  • #346 Refactor \Rollbar\Defaults
  • #330 Rename jsonSerialize methods in all \Rollbar\Payload classes
  • #331 Remove the leftover direct call to json_encode in AgentSender.php
  • #373 Rename object property names to follow an appropriate convention in the Config class
  • #338 Rename checkIgnore config option to followo the underscore convention like other options
  • #361 Add curl option for CA certificate
  • #368 Update README.md

v1.5.1

20 May 04:57

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

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