From 628fb25ebead62cd3a9b84684b07477097b5cc3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 9 Aug 2024 11:58:39 +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 0c63c0396c..518c14f919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ The following sections list the changes for unreleased. * 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) * Enhancement - Support Skyhigh Security ICAP as an ICAP server: [#9720](https://github.com/owncloud/ocis/issues/9720) +* Enhancement - Added generic way to translate composite entities: [#9722](https://github.com/owncloud/ocis/pull/9722) * Enhancement - Add an API to auth-app service: [#9755](https://github.com/owncloud/ocis/pull/9755) * Enhancement - Bump go-micro plugins pkg: [#9756](https://github.com/owncloud/ocis/pull/9756) @@ -158,6 +159,16 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/9720 https://github.com/fschade/icap-client/pull/6 +* Enhancement - Added generic way to translate composite entities: [#9722](https://github.com/owncloud/ocis/pull/9722) + + Added a generic way to translate the necessary fields in composite entities. The + function takes the entity, translation function and fields to translate that are + described by the TranslateField function. The function supports nested structs + and slices of structs. + + https://github.com/owncloud/ocis/issues/9700 + https://github.com/owncloud/ocis/pull/9722 + * Enhancement - Add an API to auth-app service: [#9755](https://github.com/owncloud/ocis/pull/9755) Adds an API to create, list and delete app tokens. Includes an impersonification