Skip to content

Releases: spryker/opentelemetry

1.17.0

19 Aug 12:51
b35ed40
Compare
Choose a tag to compare

Included commits: 1.16.1...1.17.0

Fixes

  • Added missed packages into require section,

1.16.1

18 Aug 13:59
c733e33
Compare
Choose a tag to compare

Included commits: 1.16.0...1.16.1

Fixes

  • Disable Otel instrumentation if no value for OTEL_SDK_DISABLED were provided.

1.16.0

04 Aug 04:25
fac170c
Compare
Choose a tag to compare

Included commits: 1.15.0...1.16.0

Improvements

  • Use new attributes name instead of the old one for some instrumentation.

1.15.0

31 Jul 02:59
2b1cd78
Compare
Choose a tag to compare

Included commits: 1.14.2...1.15.0

Improvements

  • Updated instrumentation in order to follow 1.36.0 version of Otel Semantic Convention.

1.14.2

13 Jun 08:45
196f7ba
Compare
Choose a tag to compare

Included commits: 1.14.1...1.14.2

Improvements

  • Added a previous exception to the span attributes if it exists.

1.14.1

03 Jun 09:11
3a64f83
Compare
Choose a tag to compare

Included commits: 1.14.0...1.14.1

Fixes

  • Fixed var name in the event storage.

1.14.0

02 Jun 09:01
62bdd44
Compare
Choose a tag to compare

Included commits: 1.13.0...1.14.0

Improvements

  • Introduced a way to extend some of the classes via Spryker factories.
  • Fixed an event storage mechanism.
  • Added a status code collection when Guzzle client throw an exception

1.13.0

07 May 19:32
a8815b3
Compare
Choose a tag to compare

Included commits: 1.12.1...1.13.0

Improvements

  • Silenced OTel initialization errors.
  • Locked SDK to a 1.3 minor in order to avoid BC breaks.

Fixes

  • Fixed BC break after SDK update

1.12.1

29 Apr 11:16
1692dcb
Compare
Choose a tag to compare

Included commits: 1.12.0...1.12.1

Fixes

  • Fixed a wrong operator name constant for Redis instrumentation.

1.12.0

11 Apr 11:01
a81312b
Compare
Choose a tag to compare

Included commits: 1.11.0...1.12.0

Improvements

  • Added status code for rejected Guzzle calls.

Fixes

  • Fixed Redis::mget() span issue.