Skip to content

Releases: holochain/holochain-client-js

v0.17.0-dev.4

27 Jan 12:36
Compare
Choose a tag to compare
v0.17.0-dev.4 Pre-release
Pre-release

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

27 Jan 12:43
Compare
Choose a tag to compare

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.17.0-dev.3

29 Nov 18:30
Compare
Choose a tag to compare
v0.17.0-dev.3 Pre-release
Pre-release

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

29 Nov 18:30
Compare
Choose a tag to compare

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

22 Nov 12:36
Compare
Choose a tag to compare
v0.17.0-dev.2 Pre-release
Pre-release

Fixed

  • Action type CreateLink: Add field link_type.

v0.16.6

22 Nov 13:40
Compare
Choose a tag to compare

Fixed

  • Action type CreateLink: Add field link_type.

v0.17.0-dev.1

16 Nov 17:39
Compare
Choose a tag to compare
v0.17.0-dev.1 Pre-release
Pre-release

Added

  • Type Link to HDK and a confirmatory test.

v0.16.5

16 Nov 17:39
Compare
Choose a tag to compare

Added

  • Type Link to HDK and a confirmatory test.

v0.17.0-dev.0

09 Nov 02:06
Compare
Choose a tag to compare
v0.17.0-dev.0 Pre-release
Pre-release

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

17 Oct 21:50
Compare
Choose a tag to compare

Fixed

  • CapAccess types Unrestricted and Transferable 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 property port. The property is optional now.

Removed

  • Dropped support for Node.js v16 after its end-of-life.