Automated changelog update [skip ci]

This commit is contained in:
kobergj
2023-12-19 10:22:58 +00:00
parent 85ea9d1c9e
commit 39b6fe1750

View File

@@ -56,6 +56,7 @@ The following sections list the changes for unreleased.
* Enhancement - Add validation update public share: [#7978](https://github.com/owncloud/ocis/pull/7978)
* Enhancement - Allow inmemory nats-js-kv stores: [#7979](https://github.com/owncloud/ocis/pull/7979)
* Enhancement - Use kv store in natsjs registry: [#7987](https://github.com/owncloud/ocis/pull/7987)
* Enhancement - Allow authentication nats connections: [#7989](https://github.com/owncloud/ocis/pull/7989)
* Enhancement - Add ocm and sciencemesh services: [#7998](https://github.com/owncloud/ocis/pull/7998)
## Details
@@ -169,6 +170,13 @@ The following sections list the changes for unreleased.
https://github.com/owncloud/ocis/pull/7987
* Enhancement - Allow authentication nats connections: [#7989](https://github.com/owncloud/ocis/pull/7989)
Allow events, store and registry implementation to pass username/password to the
nats instance
https://github.com/owncloud/ocis/pull/7989
* Enhancement - Add ocm and sciencemesh services: [#7998](https://github.com/owncloud/ocis/pull/7998)
We added sciencemesh and ocm services to enable federation.