bedrock-edv-storage
Advanced tools
Changelog
11.1.0 - 2022-01-31
/documents/query
to enable zcaps with
an invocation target of /documents
to query.Changelog
11.0.2 - 2022-01-25
Changelog
11.0.1 - 2022-01-20
Changelog
11.0.0 - 2022-01-11
ipAllowList
is included in an EDV config then only requests from IPs that match
the list will be granted access.Changelog
10.2.0 - 2021-11-23
Changelog
10.1.1 - 2021-11-22
Changelog
10.1.0 - 2021-11-12
explain
param to get more details about database performance.Changelog
10.0.0 - 2021-09-02
edvs
, docs
, and chunks
API exports for accessing
storage (e.g., edvs.get
will return an EDV config). The older storage
functions that were namespaced within the function name (e.g., getConfig
)
are deprecated.<edvId>/revocations/<zcap ID>
without needing to have an additional zcap
delegated to that party. The party must invoke the root zcap for that
endpoint, which will be dynamically generated and use the delegator of the
zcap as the controller, i.e., the delegator must invoke this root zcap to
revoke the zcap they delegated.fields
option from storage.find
APIs.
Use options.projection
instead.