Skip to content

Releases: holochain/holochain-client-rust

v0.7.0-dev.0

10 Oct 23:09
Compare
Choose a tag to compare
v0.7.0-dev.0 Pre-release
Pre-release

Changed

  • Update to Holochain v0.5.0-dev.0

v0.6.0-dev.9

18 Sep 18:26
Compare
Choose a tag to compare
v0.6.0-dev.9 Pre-release
Pre-release
v0.6.0-dev.9

v0.6.0-dev.8

10 Sep 21:38
Compare
Choose a tag to compare
v0.6.0-dev.8 Pre-release
Pre-release

Added

  • Method to connect an admin websocket with a custom websocket configuration.

v0.6.0-dev.7

30 Aug 23:16
Compare
Choose a tag to compare
v0.6.0-dev.7 Pre-release
Pre-release

Added

  • Admin calls AgentInfo, AddAgentInfo and ListCellIds.

v0.6.0-dev.6

27 Aug 19:47
Compare
Choose a tag to compare
v0.6.0-dev.6 Pre-release
Pre-release

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

20 Aug 20:09
Compare
Choose a tag to compare
v0.6.0-dev.5 Pre-release
Pre-release
v0.6.0-dev.5

v0.6.0-dev.4

15 Aug 20:38
5485d2f
Compare
Choose a tag to compare
v0.6.0-dev.4 Pre-release
Pre-release
v0.6.0-dev.4

v0.5.1

31 Jul 20:39
Compare
Choose a tag to compare

v0.6.0-dev.3

18 Jul 06:46
Compare
Choose a tag to compare
v0.6.0-dev.3 Pre-release
Pre-release

Added

  • New value NotStartedAfterProvidingMemproofs for type DisabledAppReason 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 call EnableAfterMemproofsProvided, which allows enabling an app only if the app is in the AppStatus::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 call GetCompatibleCells, which returns CellId 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.

v0.5.0

18 Jul 13:30
Compare
Choose a tag to compare

Added

  • Admin calls agent_info to query peer database and add_agent_info to add peers to it.

Changed

  • Upgraded dependencies to Holochain v0.3.1