Skip to content

0.86.0

Compare
Choose a tag to compare
@Anilm3 Anilm3 released this 23 Mar 13:29
· 1480 commits to master since this release
567c62c

Important: Enabling profiling on this release can crash if your code or any code dependencies use magic methods. Since this is difficult to determine, we recommend avoiding this release and moving to 0.86.1 or newer.

Added

  • Add MemcacheIntegration #1981
  • Add PSR18 tracing support in any PSR18 ClientInterface #1938
  • Collect HTTP POST Data and headers #1971

Fixed

  • Restrict backends on DBM propagation #1983
  • Allow for hooking of extended internal classes #1976

Internal changes

  • Include the circleci URL for 1.0.0-nightly installers #1977

Profiling (0.15.0)

Fixed

  • Fix issues when preloading and non-root php-fpm user are used #1975

Changed

  • perf: speed up stack walking by using function run_time_cache #1949

Internal changes

  • Fix system ini handling of invalid values in zai config #1982

Application Security Monitoring (v0.7.0)

Breaking Changes

Fixed

Added

Internal Changes