Skip to content

Releases: holochain/holochain-client-js

v0.12.3

24 Feb 23:25
Compare
Choose a tag to compare

Changed

  • Throw an error when calling zome with role name and provenance from AppAgentWebsocket. Role names can only be used with own agent, not for other agents.

v0.12.2

14 Feb 02:37
Compare
Choose a tag to compare

Added

  • Function to generate a fake DNA hash.

Changed

v0.12.1

07 Feb 20:38
Compare
Choose a tag to compare

Changed

  • Update NetworkInfo types.

v0.12.0

27 Jan 16:33
Compare
Choose a tag to compare

Compatible with Holochain v0.1.0

  • No changes; minor version bump.

v0.11.16

25 Jan 18:30
Compare
Choose a tag to compare

Changed

  • Refactor AppAgentWebsocket to directly get the agent pub key from app info.

v0.11.15

23 Jan 14:35
Compare
Choose a tag to compare

Added

  • Return additional field agent_pub_key in AppInfo.

Changed

  • BREAKING CHANGE: The resources field of bundles was changed from Array<number> to Uint8Array.
  • BREAKING CHANGE: CreateCloneCell returns ClonedCell instead of InstalledCell.
  • BREAKING CHANGE: EnableCloneCell returns ClonedCell instead of InstalledCell.
  • BREAKING CHANGE: Remove unused call AdminRequest::StartApp.
  • BREAKING CHANGE: Cell is split up into ProvisionedCell and ClonedCell.
  • BREAKING CHANGE: CellInfo variants are renamed to snake case during serde.

v0.11.14

19 Jan 20:38
Compare
Choose a tag to compare

Added

  • API generation, available under ./docs

Fixed

  • Cell provisioning strategy type in AppBundle.

Removed

  • TypeScript source maps.

v0.11.13

25 Jan 19:23
Compare
Choose a tag to compare

Fixed

  • Access Blob from window for browser apps (fixes error with Nodejs v16).

v0.11.12

16 Jan 15:39
Compare
Choose a tag to compare

Changed

  • Remove node scheme import node:crypto -> crypto.

v0.11.11

14 Jan 18:58
Compare
Choose a tag to compare

Changed

  • Refactor util functions that depend on crypto to async import.