From 2a598b6eefddff6dcc1f33c63de1a1138c2272c4 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 17 Aug 2020 13:55:59 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b5c00..ac8118a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,15 @@ The following sections list the changes in ocis-ocs unreleased. -[unreleased]: https://github.com/owncloud/ocis-ocs/compare/v0.1.0...master +[unreleased]: https://github.com/owncloud/ocis-ocs/compare/v0.2.0...master ## Summary -* Bugfix - Fix file descriptor leak: [#79](https://github.com/owncloud/ocis-accounts/issues/79) * Bugfix - Use opaque ID of a user for signing keys: [#436](https://github.com/owncloud/ocis/issues/436) * Enhancement - Add option to create user with uidnumber and gidnumber: [#34](https://github.com/owncloud/ocis-ocs/pull/34) -* 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 - - * Bugfix - Use opaque ID of a user for signing keys: [#436](https://github.com/owncloud/ocis/issues/436) OCIS switched from user the user's opaque ID (UUID) everywhere, so to keep compatible we have @@ -38,6 +26,28 @@ The following sections list the changes in ocis-ocs unreleased. https://github.com/owncloud/ocis-ocs/pull/34 +# Changelog for [0.2.0] (2020-08-17) + +The following sections list the changes in ocis-ocs 0.2.0. + +[0.2.0]: https://github.com/owncloud/ocis-ocs/compare/v0.1.0...v0.2.0 + +## 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)