You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Relevant issue(s)
Resolves#3038
## Description
Adds support for branchable collections.
Does not add support for syncing the collection level commits via the
P2P system (broken out, lots of people working in the space, significant
changes required, I'm not so familiar with that part of the code so will
take longer). This does mean that the somewhat surprising (to me at
least) implementation of `Collection.Merge` is currently untested.
Commits are queriable via the `commits` GQL queries.
Time travel queries do not work due to an existing bug:
#3214 - once that bug is
fixed I expect there to be some more work (definitely testing) in order
to get it to work with branchable collections.
This is a breaking change due to the moving/namespacing of the existing
document headstore keys.
Documented by
TestQuerySimpleWithCid
E.g.:
When fixing, also test what happens when a collection-level cid is provided, as that is currently untested.
The text was updated successfully, but these errors were encountered: