Automated changelog update [skip ci]

This commit is contained in:
kobergj
2023-06-22 09:57:11 +00:00
parent 9e09bb1e4a
commit abf94f1ccb

View File

@@ -6,6 +6,7 @@ The following sections list the changes for unreleased.
## Summary
* Bugfix - Add default store to postprocessing: [#6578](https://github.com/owncloud/ocis/pull/6578)
* Bugfix - Add token to LinkAccessedEvent: [#6554](https://github.com/owncloud/ocis/pull/6554)
* Bugfix - Add missing timestamps: [#6515](https://github.com/owncloud/ocis/pull/6515)
* Bugfix - Don't connect to ldap on startup: [#6565](https://github.com/owncloud/ocis/pull/6565)
@@ -31,6 +32,13 @@ The following sections list the changes for unreleased.
## Details
* Bugfix - Add default store to postprocessing: [#6578](https://github.com/owncloud/ocis/pull/6578)
Postprocessing did not have a default store especially `database` and `table` are needed to
talk to nats-js
https://github.com/owncloud/ocis/pull/6578
* Bugfix - Add token to LinkAccessedEvent: [#6554](https://github.com/owncloud/ocis/pull/6554)
We added the link token to the LinkAccessedEvent