Releases: rollbar/rollbar-php
Releases · rollbar/rollbar-php
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
v1.5.1
- #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
v1.4.1
- Temporarily add
\Rollbar\Monolog\Handler\MonologHandler
untilSeldaek:monolog
PR 1042 gets merged into theirmaster
- Refactor JSON encoding mechanis to limit calls to
json_encode
to minimum with\Rollbar\Payload\EncodedPayload
- Optimize performance of
StringsStrategy
andFramesStrategy
truncation strategies - Remove
RawStrategy
andMinBodyStrategy
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