From 886f75d25f6fe533547e00da43549b4e98a571ae Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Tue, 4 Aug 2020 14:05:21 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3116da964..07a410488c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,21 @@ The following sections list the changes in ocis-ocs unreleased. ## Summary +* Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis-accounts/issues/79) * Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25) * Enhancement - Basic Support for the User Provisioning API: [#23](https://github.com/owncloud/ocis-ocs/pull/23) ## Details +* Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis-accounts/issues/79) + + Only use a single instance of go-micro's GRPC client as it already does connection pooling. + This prevents connection and file descriptor leaks. + + https://github.com/owncloud/ocis-accounts/issues/79 + https://github.com/owncloud/ocis-ocs/pull/29 + + * Enhancement - Add Group management for OCS Povisioning API: [#25](https://github.com/owncloud/ocis-ocs/pull/25) We added support for the group management related set of API calls of the provisioning API.