Skip to content

Releases: rollbar/rollbar-php

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

v1.5.1

20 May 04:57
Compare
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
Compare
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

v1.4.1

17 Mar 12:26
Compare
Choose a tag to compare
  • Temporarily add \Rollbar\Monolog\Handler\MonologHandler until Seldaek:monolog PR 1042 gets merged into their master
  • Refactor JSON encoding mechanis to limit calls to json_encode to minimum with \Rollbar\Payload\EncodedPayload
  • Optimize performance of StringsStrategy and FramesStrategy truncation strategies
  • Remove RawStrategy and MinBodyStrategy 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

27 Oct 17:41
Compare
Choose a tag to compare

Remove fluent/logger from required section of composer.json

v1.3.2

20 Sep 22:47
Compare
Choose a tag to compare
  • Performance improvements
  • Include request body for PUT requests if include_raw_request_body is true

v1.3.1

02 Aug 19:34
Compare
Choose a tag to compare

Remove rollbar.js from composer dependencies and actually change the version number constant.

v1.3.0

31 Jul 12:14
Compare
Choose a tag to compare

Bug fixes and some additional features, see the changelog for the details.

v1.2.0

06 Jul 00:58
Compare
Choose a tag to compare

Many bug fixes and general goodness, see the changelog for the details.

Rollbar v1.1.1

16 May 23:18
Compare
Choose a tag to compare

Minor change to the notifier configuration to actually include the new version number.