Skip to content

Releases: patrickkerrigan/php-xray

PHP 8.1 support

09 Jan 12:33
1258bfc
Compare
Choose a tag to compare

Removed

  • Support for PHP 7.0 has now been removed, with PHP >=7.1 being required from this version onwards. Users who cannot use a newer version of PHP should continue to use 1.3.0, which will continue to receive security fixes for at least 12 months. Users who can use a newer version of PHP are strongly encouraged to upgrade to at least PHP 7.4

Fixed

  • Deprecation errors will no longer be triggered for the return type of JsonSerializable::jsonSerialize() under PHP >=8.1

AWS account ID support

26 Apr 22:09
36fbd89
Compare
Choose a tag to compare

Added

  • #8 - Allow setting aws.account_id for segments & subsegments

Bugfix release v1.2.2

26 Apr 16:33
4014d97
Compare
Choose a tag to compare

Bugs fixed

  • #6 - fix: use traced only for http subsegments

Bugfix release v1.2.1

21 Oct 21:54
1d78720
Compare
Choose a tag to compare

Bugs fixed

  • #5 - fix: default subsegments to an empty array

Performance improvements for large applications

24 Jan 16:12
8febd5a
Compare
Choose a tag to compare

Changed

  • Performance in applications with a large number of segments has been drastically increased

Annotations, metadata and user identifiers

13 Jul 16:43
1136a92
Compare
Choose a tag to compare

Added

  • A service's version can be recorded on traces
  • A client's IP address and user agent can be recorded on traces
  • User identifiers can be recorded on traces
  • Annotations and metadata can be added to subsegments and traces

Support for long traces

01 Jun 13:02
ec2b4c8
Compare
Choose a tag to compare

This release adds support for traces longer than the maximum size of a UDP packet

Initial release

19 May 14:38
424ce10
Compare
Choose a tag to compare
v1.0.0

Add badges