diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a17c0e0dc..0e15b34ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.