From 8bc74af140231b325627e8b8043e9f6ab03deb4a Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 17 Jul 2023 11:01:06 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index add295fe80..0354091c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The following sections list the changes for unreleased. * Enhancement - Skip if the simulink is a directory: [#6574](https://github.com/owncloud/ocis/pull/6574) * Enhancement - Fix the groupname validation: [#6490](https://github.com/owncloud/ocis/pull/6490) * Enhancement - Fix the username validation: [#6437](https://github.com/owncloud/ocis/pull/6437) +* Enhancement - Move graph to service tracerprovider: [#6695](https://github.com/owncloud/ocis/pull/6695) * Enhancement - Move proxy to service tracerprovider: [#6591](https://github.com/owncloud/ocis/pull/6591) * Enhancement - Add functionality to retry postprocessing: [#6500](https://github.com/owncloud/ocis/pull/6500) * Enhancement - Update go-micro kubernetes registry: [#6457](https://github.com/owncloud/ocis/pull/6457) @@ -345,6 +346,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/6436 https://github.com/owncloud/ocis/pull/6437 +* Enhancement - Move graph to service tracerprovider: [#6695](https://github.com/owncloud/ocis/pull/6695) + + This moves the graph to initialise a service tracer provider at service initialisation time, + instead of using a package global tracer provider. + + https://github.com/owncloud/ocis/pull/6695 + * Enhancement - Move proxy to service tracerprovider: [#6591](https://github.com/owncloud/ocis/pull/6591) This moves the proxy to initialise a service tracer provider at service initialisation time,