0.2.0
Changes in 0.2.0
Summary
- Change - Add role service: #110
- Change - Rename endpoints and message types: #36
- Change - Use UUIDs instead of alphanumeric identifiers: #46
Details
-
Change - Add role service: #110
We added service endpoints for registering roles and maintaining permissions.
owncloud/product#110
https://github.com/owncloud/ocis-settings/issues/10
#47 -
Change - Rename endpoints and message types: #36
We decided to rename endpoints and message types to be less verbose. Specifically,
SettingsBundle
becameBundle
,Setting
(inside a bundle) kept its name and
SettingsValue
becameValue
. -
Change - Use UUIDs instead of alphanumeric identifiers: #46
Bundles
,Settings
andValues
were identified by a set of alphanumeric identifiers so
far. We switched to UUIDs in order to achieve a flat file hierarchy on disk. Referencing the
respective entities by their alphanumeric identifiers (as used in UI code) is still
supported.