Releases: holochain/holochain-client-rust
Releases · holochain/holochain-client-rust
v0.7.0-dev.0
Changed
- Update to Holochain v0.5.0-dev.0
v0.6.0-dev.9
v0.6.0-dev.9
v0.6.0-dev.8
Added
- Method to connect an admin websocket with a custom websocket configuration.
v0.6.0-dev.7
Added
- Admin calls
AgentInfo
,AddAgentInfo
andListCellIds
.
v0.6.0-dev.6
Added
- Admin Websocket call
revoke_agent_key
which revokes an agent key for an app and makes the source chains of the app read-only.
v0.6.0-dev.5
v0.6.0-dev.5
v0.6.0-dev.4
v0.6.0-dev.4
v0.5.1
v0.6.0-dev.3
Added
- New value
NotStartedAfterProvidingMemproofs
for typeDisabledAppReason
which effectively allows a new app status, corresponding to the specific state where a UI has just called AppRequest::ProvideMemproofs, but the app has not yet been enabled for the first time. - New
AppWebsocket
callEnableAfterMemproofsProvided
, which allows enabling an app only if the app is in theAppStatus::Disabled(DisabledAppReason::NotStartedAfterProvidingMemproofs)
state. Attempting to enable the app from other states (other than Running) will fail. - New field
lineage
to the DNA manifest, which declares forward compatibility for any hash in that list with this DNA. - New
AdminWebsocket
callGetCompatibleCells
, which returnsCellId
for all installed cells which use a DNA that is forward-compatible with a given DNA hash. This can be used to find a compatible cell for use with the UseExisting cell provisioning method.