Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic committed Aug 9, 2024
1 parent f2620b9 commit 628fb25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 628fb25

Please sign in to comment.