Skip to content

Releases: hyperf/tracer

Release v3.1.27

20 Jun 02:56
Compare
Choose a tag to compare
Added composer.json normalize support (#6887)

Release v3.1.24

30 May 03:56
Compare
Choose a tag to compare
Added the request body and response body to the tracer (#6793)

Release v3.1.23

23 May 06:48
Compare
Choose a tag to compare
chore: Update phpstan.neon.dist to level 6 (#6780)


Co-authored-by: 李铭昕 <[email protected]>

Release v3.1.15

28 Mar 07:58
Compare
Choose a tag to compare
Format code by the latest `cs-fixer`. (#6617)

Release v3.1.11

01 Mar 06:05
Compare
Choose a tag to compare
fix: noop tracer test (#6552)

Release v3.1.8

01 Feb 02:33
Compare
Choose a tag to compare
Release v3.1.8 (#6515)


Co-authored-by: Sharif <[email protected]>
Co-authored-by: guandeng <[email protected]>
Co-authored-by: Luffy <[email protected]>

Release v3.1.0

30 Nov 16:08
Compare
Choose a tag to compare
Merge branch '3.0'

Release v3.1.0-rc.15

24 Nov 02:27
Compare
Choose a tag to compare
Merge branch 'master' into 3.1

# Conflicts:
#	.github/workflows/test-components.yml
#	.github/workflows/test.yml

Release v3.0.46

30 Nov 09:54
Compare
Choose a tag to compare
Fixed bug that the jaeger cannot show the http code when using `trace…

…r`. (#6321)


Co-authored-by: 李铭昕 <[email protected]>

Release v3.0.45

24 Nov 02:08
Compare
Choose a tag to compare
Optimize the tracer component by replacing the direct instantiation w…

…ith a closure at Context::getOrSet. (#6315)



Co-authored-by: 李铭昕 <[email protected]>