Releases: rollbar/rollbar-php
Releases · rollbar/rollbar-php
v1.7.3
v1.7.2
v1.7.1
Bump version to 1.7.1
v1.7.0
- #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
v1.6.2
v1.6.1
v1.6.0
- 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
v1.5.2
- #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