Skip to content

Releases: rollbar/rollbar-php

v1.7.3

02 Jan 14:35
Compare
Choose a tag to compare

#426 Typo in EncodedPayload->decreaseSize
#429 Symfony\Component\Debug\Exception\FatalErrorException: Error: Uncaught Exception: Cannot rewind a generator that was already run in /vendor/rollbar/rollbar/src/Utilities.php:102

v1.7.2

17 Dec 05:38
Compare
Choose a tag to compare
  • #425: StringStrategy.php bug setting $strlen
  • #427: Not all keys traversed.
  • #424: Truncation constant doesn't seem to match documentation

v1.7.1

12 Nov 12:05
Compare
Choose a tag to compare
Bump version to 1.7.1

v1.7.0

06 Nov 09:07
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • #393 Missed variable $scrubbedPayload definition in send method on FluentSender

v1.6.0

06 Aug 04:48
5a86538
Compare
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
Compare
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
Compare
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