Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Aug 17, 2020
1 parent 30fe074 commit 2a598b6
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 2a598b6

Please sign in to comment.