Skip to content

Releases: holochain/holochain-client-rust

v04.2-rc.3

11 Sep 21:36
Compare
Choose a tag to compare
v04.2-rc.3 Pre-release
Pre-release

Changed

  • Upgrade to Holochain v0.2.2-beta-rc.3.

v0.4.2-rc.0

01 Sep 01:49
Compare
Choose a tag to compare
v0.4.2-rc.0 Pre-release
Pre-release

Changed

  • Upgrade to Holochain v0.2.2-beta-rc.0

v0.4.1

07 Aug 22:03
Compare
Choose a tag to compare

Added

  • Admin API call graft_records.

Changed

  • Upgrade to Holochain v0.2.1.

v0.4.0

21 Apr 18:16
Compare
Choose a tag to compare

Compatible with Holochain v0.2.0-beta-rc.x

Added

  • Add storage_info to the admin websocket.
  • Add network_info to the app websocket.

Changed

  • Upgrade to Holochain 0.2 release candidate ahead of the holochain 0.2 release.

v0.3.1

15 Feb 21:03
Compare
Choose a tag to compare

Changed

  • Upgrade to latest Holochain dependencies.
  • Switch to Nix flake for develop environment. Run nix develop from now on instead of nix-shell. Pass on --extra-experimental-features nix-command --extra-experimental-features flakes or enable these features for your user in ~/.config/nix/nix.conf.

v0.3.0

24 Jan 02:42
Compare
Choose a tag to compare

Added

  • Admin API call get_dna_definition
  • Utility crate for authorizing credentials and signing zome calls

Changed

  • BREAKING CHANGE: Upgrade to Holochain 0.1.0-beta-rc.3
  • BREAKING CHANGE: Require all zome calls to be signed.
  • BREAKING CHANGE: Rename install_app_bundle to install_app.
  • BREAKING CHANGE: Rename archive_clone_cell to disable_clone_cell.
  • BREAKING CHANGE: Rename restore_archived_clone_cell to enable_clone_cell.
  • BREAKING CHANGE: Move enable_clone_cell to App API.
  • BREAKING CHANGE: Refactor delete_clone_cell to delete a single disabled clone cell.
  • BREAKING CHANGE: Refactor app_info to return all cells and DNA modifiers.
  • BREAKING CHANGE: Rename request_agent_info to agent_info.

v0.2.0

03 Oct 15:04
Compare
Choose a tag to compare

Compatible with Holochain >= v0.0.165

Added

  • Added calls for clone cell management:
    • App API: create clone cell
    • App API: archive clone cell
    • Admin API: restore clone cell
    • Admin API: delete archived clone cells
  • Added test fixture and tests for clone cells calls

Changed

  • Upgrade to Holochain v0.0.165

v0.1.1

18 Aug 16:16
Compare
Choose a tag to compare

2022-08-18: v0.1.1

Changed

  • Upgrade to Holochain v0.0.154

v0.1.0

06 Jul 22:27
Compare
Choose a tag to compare

Changed

  • Upgrade to latest Holochain v0.0.147

v0.0.1

21 Jan 16:25
386ffbf
Compare
Choose a tag to compare

Initial release and publication as crate

compatible with holochain-v0.0.122