From 7d33769334349a671204dc2fe9f2e10d53c48801 Mon Sep 17 00:00:00 2001 From: kobergj Date: Mon, 18 Dec 2023 09:18:18 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf5fa48f8..a14833e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The following sections list the changes for unreleased. * Enhancement - Update web to v8.0.0-beta.2: [#7952](https://github.com/owncloud/ocis/pull/7952) * 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 - Add ocm and sciencemesh services: [#7998](https://github.com/owncloud/ocis/pull/7998) ## Details @@ -153,6 +154,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7979 +* Enhancement - Use kv store in natsjs registry: [#7987](https://github.com/owncloud/ocis/pull/7987) + + Replaces the nats object store with the nats kv store in the natsjs registry + + https://github.com/owncloud/ocis/pull/7987 + * Enhancement - Add ocm and sciencemesh services: [#7998](https://github.com/owncloud/ocis/pull/7998) We added sciencemesh and ocm services to enable federation.