From f8cb2e98e74b0548be11d7dc5bf4eaab81f2929d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 26 Aug 2024 10:06:40 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4cc2054..f72aa2e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ The following sections list the changes for unreleased. * Bugfix - Use key to get specific trash item: [#9879](https://github.com/owncloud/ocis/pull/9879) * Bugfix - List OCM permissions as graph drive item permissions: [#9905](https://github.com/owncloud/ocis/pull/9905) * Change - Remove store service: [#9890](https://github.com/owncloud/ocis/pull/9890) +* Enhancement - We now set the configured protocol transport for service metadata: [#9490](https://github.com/owncloud/ocis/pull/9490) * Enhancement - Bump reva: [#9879](https://github.com/owncloud/ocis/pull/9879) * Enhancement - Improve revisions purge: [#9891](https://github.com/owncloud/ocis/pull/9891) * Enhancement - Allow setting default locale of activitylog: [#9892](https://github.com/owncloud/ocis/pull/9892) @@ -111,6 +112,15 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/1357 https://github.com/owncloud/ocis/pull/9890 +* Enhancement - We now set the configured protocol transport for service metadata: [#9490](https://github.com/owncloud/ocis/pull/9490) + + This allows configuring services to listan on `tcp` or `unix` sockets and + clients to use the `dns`, `kubernetes` or `unix` protocol URIs instead of + service names. + + https://github.com/owncloud/ocis/pull/9490 + https://github.com/cs3org/reva/pull/4744 + * Enhancement - Bump reva: [#9879](https://github.com/owncloud/ocis/pull/9879) Bumps reva version