Releases: holochain/holochain-client-js
Releases · holochain/holochain-client-js
v0.17.0-dev.4
Changed
- Decouple host zome call signer from environment. Now a zome call signer can be provided separatedly from the environment that the client is used in.
v0.12.6
v0.17.0-dev.3
Added
- Utility functions for slicing hashes into their components:
sliceHashType
,sliceCore32
,sliceDhtLocation
- Utility functions for generating hashes from components:
dhtLocationFrom32
,hashFrom32AndType
:
Changed
- Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now generate valid hashes with a valid final 4 bytes
- Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now optionally take a single parameter
coreByte
which if defined will be repeated for all core 32 bytes of the hash
v0.16.7
Added
- Utility functions for slicing hashes into their components:
sliceHashType
,sliceCore32
,sliceDhtLocation
- Utility functions for generating hashes from components:
dhtLocationFrom32
,hashFrom32AndType
:
Changed
- Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now generate valid hashes with a valid final 4 bytes
- Utility functions fakeAgentPubKey, fakeEntryHash, fakeActionHash and fakeDnaHash now optionally take a single parameter
coreByte
which if defined will be repeated for all core 32 bytes of the hash
v0.17.0-dev.2
Fixed
- Action type
CreateLink
: Add fieldlink_type
.
v0.16.6
v0.17.0-dev.1
Added
- Type
Link
to HDK and a confirmatory test.
v0.16.5
v0.17.0-dev.0
Changed
- BREAKING CHANGE: Conductor API ser/deserialization has changed on Holochain side. Tags are serialized like
{ type: { app_info: null } }
now, when before it was{ type: "app_info" }
for requests and responses.
v0.16.3
Fixed
CapAccess
typesUnrestricted
andTransferable
were not correctly implemented. Both need to be nested objects containing a single property with a Pascal cased name, e. g.{ access: { Unrestricted: null } }
.AttachAppInterfaceRequest
took a mandatory propertyport
. The property is optional now.
Removed
- Dropped support for Node.js v16 after its end-of-life.