Skip to content

Releases: flightphp/tracy-extensions

v0.2.7

03 Sep 13:48
4150ea7

Choose a tag to compare

What's Changed

  • added variable to track APM queries by @n0nag0n in #8

Full Changelog: v0.2.6...v0.2.7

v0.2.6

26 May 16:33
0488323

Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

02 May 13:25

Choose a tag to compare

What's Changed

  • Fix for issue requiring implicit null casting as of PHP 8.4 by @landjea in #3
  • fixed bad param input by @n0nag0n in #5

New Contributors

Full Changelog: v0.2.3...v0.2.5

v0.2.4

09 Apr 14:24
9ccc9ef

Choose a tag to compare

What's Changed

  • Fix for issue requiring implicit null casting as of PHP 8.4 by @landjea in #3

New Contributors

Full Changelog: v0.2.3...v0.2.4

v0.2.3

12 Mar 05:17

Choose a tag to compare

  • Added session_data availability in $config that can be passed in.
  • Added response tab
  • Added database backtrace to each query
  • Added row count to each query

Full Changelog: v0.2.2...v0.2.3

v0.1.3

12 Mar 05:16

Choose a tag to compare

  • Added session_data availability in $config that can be passed in.
  • Added response tab
  • Added database backtrace to each query
  • Added row count to each query

Full Changelog: v0.1.2...v0.1.3

v0.2.2

02 Mar 21:09

Choose a tag to compare

What's Changed?

  • Removed $this->PDO which was causing deprecation notice in PHP8

Full Changelog: v0.2.1...v0.2.2

v0.2.1

29 Feb 15:37

Choose a tag to compare

  • Corrected PDO Capture to extend PdoWrapper

Full Changelog: v0.2.0...v0.2.1

v0.1.2

29 Feb 15:44
f9a01fd

Choose a tag to compare

What's Changed

  • added pdowrapper to pdo query capture by @n0nag0n in #2

Full Changelog: v0.1.1...v0.1.2

Version 0.2.0

04 Feb 02:08

Choose a tag to compare

Added PHP8 Functionality