Skip to content

Releases: Vinelab/tracing-laravel

v2.3.2

09 Nov 08:03
5ca6e81
Compare
Choose a tag to compare

Added

  • Support to PercentageSampler thanks to @summerKK

v2.3.1

31 Jul 06:39
ad404e9
Compare
Choose a tag to compare

Fixed

  • TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given when tagging a route that does not exist.

v2.3.0

21 Apr 06:27
bb60189
Compare
Choose a tag to compare

Added

  • Support Laravel 10.x

v2.2.0

17 Jun 09:12
c602ed5
Compare
Choose a tag to compare

Added

  • Support Laravel 9
  • Support PHP 8.1

v2.1.0

29 Nov 12:45
a9c2053
Compare
Choose a tag to compare

Added

  • PHP >= 8 support
  • Experimental Lumen support

v2.1.0-rc5

08 Nov 12:58
f195703
Compare
Choose a tag to compare
v2.1.0-rc5 Pre-release
Pre-release

Fixed

  • error in queue subscriber when dispatching the job using Queue::push('App\Jobs\ExampleJob@handle', $payload) notation. See comments in #38 for more details

NOTE: Just to clarify, this is considered RC until Zipkin tags 3.0.0 release which we depend on for PHP >= 8 support.

v2.1.0-rc4

28 Oct 15:13
42b9788
Compare
Choose a tag to compare
v2.1.0-rc4 Pre-release
Pre-release

Fixed

  • Compatibility with Zipkin 3.x

v2.1.0-rc3

18 Oct 07:30
3bc1f92
Compare
Choose a tag to compare
v2.1.0-rc3 Pre-release
Pre-release

Fixed

  • Backward compatibility for PHP < 7.4

v2.1.0-rc2

13 Oct 14:45
bee9a9f
Compare
Choose a tag to compare
v2.1.0-rc2 Pre-release
Pre-release

Added

  • Lumen support

v2.1.0-rc

28 Sep 13:28
798615e
Compare
Choose a tag to compare
v2.1.0-rc Pre-release
Pre-release

Added

  • Support to PHP 8.x
  • Preliminary support to Zipkin 3.x