From 39b6fe17500b707d2e9db9e696db648a95893cdf Mon Sep 17 00:00:00 2001 From: kobergj Date: Tue, 19 Dec 2023 10:22:58 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.