From a275c1c4ef30958a3c44b3a7c5359894a55d0eb4 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 12 Oct 2022 12:59:38 +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 bbde24fd3..a7e5c3b24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ The following sections list the changes for unreleased. * Enhancement - Add support for REPORT requests to /dav/spaces URLs: [#4661](https://github.com/owncloud/ocis/pull/4661) * Enhancement - Allow to configure applications in Web: [#4578](https://github.com/owncloud/ocis/pull/4578) * Enhancement - Restrict admins from self-removal: [#3713](https://github.com/owncloud/ocis/issues/3713) +* Enhancement - Secure the nats connectin with TLS: [#4781](https://github.com/owncloud/ocis/pull/4781) * Enhancement - Report parent id: [#4757](https://github.com/owncloud/ocis/pull/4757) * Enhancement - Add thumbnails support for tiff and bmp files: [#4634](https://github.com/owncloud/ocis/pull/4634) * Enhancement - Update reva: [#4588](https://github.com/owncloud/ocis/pull/4588) @@ -194,6 +195,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/3713 +* Enhancement - Secure the nats connectin with TLS: [#4781](https://github.com/owncloud/ocis/pull/4781) + + Encyrpted the connection to the event broker using TLS. + + https://github.com/owncloud/ocis/pull/4781 + * Enhancement - Report parent id: [#4757](https://github.com/owncloud/ocis/pull/4757) We now index and return the parent id of a resource in search REPORTs.