Automated changelog update [skip ci]

This commit is contained in:
Jörn Friedrich Dreyer
2024-08-09 11:58:39 +00:00
parent f2620b9f20
commit 628fb25ebe

View File

@@ -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