Skip to content

Releases: hyperf/tracer

Release v2.2.0-beta2

15 Jun 16:58

Choose a tag to compare

php8 attribute annotation

Release v2.2.0-beta1

07 Jun 02:41

Choose a tag to compare

Optimized all composer.json (#3569)

* Optimized all composer.json

* Update package-lock.json

Release v2.1.5

01 Feb 03:42

Choose a tag to compare

Fixed bug that server crash when tracer flush failed in defer. (#3228)

* Fixed bug that server crash when tracer flush failed in defer.
* Update CHANGELOG-2.1.md

Release v2.1.3

18 Jan 02:13

Choose a tag to compare

Fixed `tracer` does not works in hyperf v2.1 (#3070)

Release v2.1.0

28 Dec 01:59

Choose a tag to compare

Changed branch-alias of `dev-master` to `2.1-dev` (#3038)

* Update branch-alias

* Update composer.json

Release v2.0.25

27 Dec 05:24

Choose a tag to compare

fix: log and tag Throwable in a span (#3011)

* fix: log and tag Throwable in a span

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>

Release v2.1.0-beta3

25 Dec 04:00

Choose a tag to compare

Optimized code for prometheus which support `https` not only `http`. …

Release v2.1.0-beta1

14 Dec 12:22

Choose a tag to compare

Merge branch 'master' into 2.1-merge

# Conflicts:
#	src/guzzle/src/CoroutineHandler.php
#	src/guzzle/tests/Stub/CoroutineHandlerStub.php

Release v2.0.20

23 Nov 01:29

Choose a tag to compare

fix: safely finish spans in case of exception

also make tracing aspects usable in CLI mode.

Release v2.0.17

02 Nov 05:26

Choose a tag to compare

Support json-rpc for tracer component. (#2625)

* Update SpanStarter.php
* Added JsonRpcAspect.

Co-authored-by: jimmy <you@example.com>
Co-authored-by: 李铭昕 <715557344@qq.com>