Releases: holochain/holochain-client-rust
Releases · holochain/holochain-client-rust
v04.2-rc.3
Changed
- Upgrade to Holochain v0.2.2-beta-rc.3.
v0.4.2-rc.0
Changed
- Upgrade to Holochain v0.2.2-beta-rc.0
v0.4.1
v0.4.0
v0.3.1
Changed
- Upgrade to latest Holochain dependencies.
- Switch to Nix flake for develop environment. Run
nix develop
from now on instead ofnix-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
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
toinstall_app
. - BREAKING CHANGE: Rename
archive_clone_cell
todisable_clone_cell
. - BREAKING CHANGE: Rename
restore_archived_clone_cell
toenable_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
toagent_info
.
v0.2.0
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
v0.1.0
v0.0.1
Initial release and publication as crate
compatible with holochain-v0.0.122