From 34fc544ef04cf09473fdf42c0e05c8f1717deec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Pablo=20Villafa=C3=B1ez?= Date: Tue, 13 Aug 2024 09:36:24 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb352d95..37d26eefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,7 @@ The following sections list the changes for unreleased. * Bugfix - Change ocmproviders config defaultpath: [#9778](https://github.com/owncloud/ocis/pull/9778) * Enhancement - New WOPI operations added to the collaboration service: [#9505](https://github.com/owncloud/ocis/pull/9505) * Enhancement - Allow configuring grpc max connection age: [#9657](https://github.com/owncloud/ocis/pull/9657) +* Enhancement - Tracing improvements in the collaboration service: [#9684](https://github.com/owncloud/ocis/pull/9684) * Enhancement - Local WEB App configuration: [#9691](https://github.com/owncloud/ocis/pull/9691) * Enhancement - Bump tusd pkg to v2: [#9714](https://github.com/owncloud/ocis/pull/9714) * Enhancement - Gateways should directly talk to themselves: [#9714](https://github.com/owncloud/ocis/pull/9714) @@ -133,6 +134,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9657 +* Enhancement - Tracing improvements in the collaboration service: [#9684](https://github.com/owncloud/ocis/pull/9684) + + Uploads and downloads through the collaboration service will be traced. The + openInApp request will also be linked properly with other requests in the + tracing. In addition, the collaboration service will include some additional + information in the traces. Filtering based on that information might be an + option. + + https://github.com/owncloud/ocis/pull/9684 + * Enhancement - Local WEB App configuration: [#9691](https://github.com/owncloud/ocis/pull/9691) We've added a new feature which allows configuring applications individually