We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc66e39 commit 9f231feCopy full SHA for 9f231fe
changelog/unreleased/change-references.md
@@ -1,8 +1,8 @@
1
-Change: Different type of references
+Change: absolute and relative references
2
3
We unified the `Reference_Id` end `Reference_Path` types to a combined `Reference` that contains both:
4
-- id based properties that can identify a node using a `storage_id` and `node_id`
+- a `resource_id` property that can identify a node using a `storage_id` and an `opaque_id`
5
- a `path` property that can be used to represent absolute paths as well as paths relative to the id based properties.
6
-While this is a breaking change it allows more flexible passing of references.
+While this is a breaking change it allows passing both: absolute as well as relative references.
7
8
https://github.com/cs3org/reva/pull/1721
0 commit comments