Automated changelog update [skip ci]

This commit is contained in:
Roman Perekhod
2023-05-31 14:38:35 +00:00
parent 09c95d3afa
commit 9f89a2bfca

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Empty exact list while searching for a sharee: [#6398](https://github.com/owncloud/ocis/pull/6398)
* Bugfix - Trace proxy middlewares: [#6313](https://github.com/owncloud/ocis/pull/6313)
* Enhancement - Bump Reva: [#6381](https://github.com/owncloud/ocis/pull/6381)
* Enhancement - Default LDAP write to true: [#6362](https://github.com/owncloud/ocis/pull/6362)
@@ -21,6 +22,15 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Empty exact list while searching for a sharee: [#6398](https://github.com/owncloud/ocis/pull/6398)
We fixed a bug in the sharing api, it always returns an empty exact list while searching for a
sharee
https://github.com/owncloud/ocis/issues/4265
https://github.com/owncloud/ocis/pull/6398
https://github.com/cs3org/reva/pull/3877
* Bugfix - Trace proxy middlewares: [#6313](https://github.com/owncloud/ocis/pull/6313)
We moved trace initialization to an early middleware to also trace requests made by other proxy