Skip to content

Releases: holochain/holochain-client-js

v0.18.0-dev.11

27 Sep 02:45
Compare
Choose a tag to compare
v0.18.0-dev.11 Pre-release
Pre-release

Added

  • Util function to compare two cell ids isSameCell.

Changed

  • BREAKING: Clone cell ids have changed from accepting a CellId to a DnaHash.

v0.18.0-dev.10

22 Aug 18:07
Compare
Choose a tag to compare
v0.18.0-dev.10 Pre-release
Pre-release
v0.18.0-dev.10

v0.18.0-dev.8

05 Aug 07:45
Compare
Choose a tag to compare
v0.18.0-dev.8 Pre-release
Pre-release

Changed

  • Revert addition of @hc-spartan/holo-hash. Hashes were used inconsistently and lead to wrong types for return values.

v0.18.0-dev.7

25 Jul 18:05
Compare
Choose a tag to compare
v0.18.0-dev.7 Pre-release
Pre-release

Changed

  • BREAKING: Use package @spartan-hc/holo-hash for managing hashes, instead of custom functions. AgentPubKey is a new type now instead of a Uint8Array.

v0.18.0-dev.6

16 Jul 08:31
Compare
Choose a tag to compare
v0.18.0-dev.6 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.18.0-dev.5

09 Jul 16:30
Compare
Choose a tag to compare
v0.18.0-dev.5 Pre-release
Pre-release

Fixed

  • Hash part utility functions for core hash and DHT location. Both were using an incorrect number of bytes.

v0.17.1

09 Jul 15:33
Compare
Choose a tag to compare

Fixed

  • Hash part utility functions for core hash and DHT location. Both were using an incorrect number of bytes.

v0.18.0-dev.4

27 Jun 19:25
Compare
Choose a tag to compare
v0.18.0-dev.4 Pre-release
Pre-release
v0.18.0-dev.4

v0.17.0

17 Jun 17:07
dbde395
Compare
Choose a tag to compare

First release of the client to be used with Holochain 0.3.1

v0.18.0-dev.3

13 Jun 16:36
Compare
Choose a tag to compare
v0.18.0-dev.3 Pre-release
Pre-release

Changed

  • DhtOp was split into ChainOp and WarrantOp in Holochain.