Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Releases: SkyAPM/SkyAPM-php-sdk

V2.0.2

09 Apr 09:32
7df9953
Compare
Choose a tag to compare

fix bugs

v2.0.1

16 Jan 02:46
23f2ed3
Compare
Choose a tag to compare

Fix 502 caused by upstream SW3 protocol error
e.g.

'HTTP_USER_AGENT' => 'Apache-HttpClient/4.3.2 (java 1.5)',
'HTTP_SW3' => '2816.105.15475426853885646|0|2816|2816|-23|#/transaction/loanNotify|#/transaction/loanNotify|2816.105.15475426853885647',
  
'HTTP_USER_AGENT' => 'Apache-HttpClient/4.4.1 (Java/1.8.0_121)',
'HTTP_SW3' => '',

v2.0.0

04 Jan 10:29
f4f0507
Compare
Choose a tag to compare
  • 🎉Support skywalking 5.0
  • 🎉Support CURL
  • 🎉Fix 7.0.x bugs