mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
Add changelog
This commit is contained in:
0
changelog/unreleased/.keep
Normal file
0
changelog/unreleased/.keep
Normal file
8
changelog/unreleased/refactor-naming.md
Normal file
8
changelog/unreleased/refactor-naming.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Change: Rename endpoints and message types
|
||||
|
||||
We decided to rename endpoints and message types to be less verbose. Specifically, `SettingsBundle` became `Bundle`,
|
||||
`Setting` (inside a bundle) kept its name and `SettingsValue` became `Value`.
|
||||
|
||||
https://github.com/owncloud/ocis-settings/issues/36
|
||||
https://github.com/owncloud/ocis-settings/issues/32
|
||||
https://github.com/owncloud/ocis-settings/pull/46
|
||||
7
changelog/unreleased/switch-to-uuids.md
Normal file
7
changelog/unreleased/switch-to-uuids.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Change: Use UUIDs instead of alphanumeric identifiers
|
||||
|
||||
`Bundles`, `Settings` and `Values` 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.
|
||||
|
||||
https://github.com/owncloud/ocis-settings/pull/46
|
||||
Reference in New Issue
Block a user