Releases: rollbar/rollbar-php
Releases · rollbar/rollbar-php
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
v1.3.3
v1.3.2
v1.3.1
v1.3.0
Bug fixes and some additional features, see the changelog for the details.
v1.2.0
Many bug fixes and general goodness, see the changelog for the details.
Rollbar v1.1.1
Minor change to the notifier configuration to actually include the new version number.