Skip to content

Commit

Permalink
chore(release): v0.6.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Jul 18, 2024
1 parent 015b417 commit 7bc2986
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 81 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## \[Unreleased\]

### Added
### Changed
### Fixed
### Removed

## 2024-07-16: v0.6.0-dev.3
### Added
- New value `NotStartedAfterProvidingMemproofs` for type `DisabledAppReason` which effectively allows a new app status, corresponding to the specific state where a UI has just called AppRequest::ProvideMemproofs, but the app has not yet been enabled for the first time.
- New `AppWebsocket` call `EnableAfterMemproofsProvided`, which allows enabling an app only if the app is in the `AppStatus::Disabled(DisabledAppReason::NotStartedAfterProvidingMemproofs)` state. Attempting to enable the app from other states (other than Running) will fail.
- New field `lineage` to the DNA manifest, which declares forward compatibility for any hash in that list with this DNA.
- New `AdminWebsocket` call `GetCompatibleCells`, which returns `CellId` for all installed cells which use a DNA that is forward-compatible with a given DNA hash. This can be used to find a compatible cell for use with the UseExisting cell provisioning method.
### Changed
### Fixed
### Removed

## 2024-07-04: v0.6.0-dev.2
### Changed
Expand Down
Loading

0 comments on commit 7bc2986

Please sign in to comment.