The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
{{ version-heading }}
- Added App Validation workflow that runs app validation as authority #330
- Added validation package to entry defs see for usage #344
- Implemented the
emit_signals
host function #371, which broadcasts a signal across all app interfaces (fine-grained pub/sub to be done in future work) - get_details on a HeaderHash now returns the updates if it's an entry header
- call host fn (This is an actual function not a macro). Allows you to call a zome that is installed on the same conductor. #453
- Added create link HeaderHash to the Link type
- BREAKING: get_details and get_links_details return SignedHeaderHashed instead of the header types #390
- BREAKING: ZomeInfo now returns the ZomeId #390
- BREAKING: HoloHash now serializes as a plain 39-byte sequence, instead of a
{hash, hash_type}
structure #459 - BREAKING: (Almost) all HDK functions have been converted from macros to functions #478
- Admin interface method
install_app
has itsapp_id
field renamed toinstalled_app_id
so as not to conflict with the future concept of an "app id" - Admin interface method
list_active_app_ids
renamed tolist_active_apps
- If installing the same app_id twice, previously the second installation would overwrite the first. Now it is an error to do so.