From dc324b2e2b8276e81a01e07b323968a0b97b283f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 9 Mar 2022 11:07:11 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99ab484e..bcf1d91ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Enhancement - Include etags in drives listing: [#3267](https://github.com/owncloud/ocis/pull/3267) +* Enhancement - Improve thumbnails API: [#3272](https://github.com/owncloud/ocis/pull/3272) ## Details @@ -15,6 +16,14 @@ The following sections list the changes for unreleased. Added etags in the response of list drives. https://github.com/owncloud/ocis/pull/3267 + +* Enhancement - Improve thumbnails API: [#3272](https://github.com/owncloud/ocis/pull/3272) + + Changed the thumbnails API to no longer transfer images via GRPC. GRPC has a limited message + size and isn't very efficient with large binary data. The new API transports the images over + HTTP. + + https://github.com/owncloud/ocis/pull/3272 # Changelog for [1.18.0] (2022-03-03) The following sections list the changes for 1.18.0.