Automated changelog update [skip ci]

This commit is contained in:
kobergj
2023-08-08 08:43:25 +00:00
parent 0b10050b20
commit dcabac346a

View File

@@ -10,6 +10,7 @@ The following sections list the changes for unreleased.
* Enhancement - Add command for rebuilding the jsoncs3 share manager indexes: [#6971](https://github.com/owncloud/ocis/pull/6971)
* Enhancement - Bump sonarcloud: [#6961](https://github.com/owncloud/ocis/pull/6961)
* Enhancement - Extendable policy mimetype extension mapping: [#6869](https://github.com/owncloud/ocis/pull/6869)
* Enhancement - Add static secret to gn endpoints: [#6946](https://github.com/owncloud/ocis/pull/6946)
## Details
@@ -41,6 +42,14 @@ The following sections list the changes for unreleased.
`export POLICIES_ENGINE_MIMES=OCIS_CONFIG_DIR/mime.types`
https://github.com/owncloud/ocis/pull/6869
* Enhancement - Add static secret to gn endpoints: [#6946](https://github.com/owncloud/ocis/pull/6946)
The global notifications POST and DELETE endpoints (used only for deprovision notifications
at the moment) can now be called by adding a static secret to the header. Admins can still call
this endpoint without knowing the secret
https://github.com/owncloud/ocis/pull/6946
# Changelog for [3.1.0] (2023-08-02)
The following sections list the changes for 3.1.0.