Skip to content

v0.0.16

Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 04 Aug 06:55
· 2187 commits to main since this release

Summary

Introducing the ability to upgrade satellites and mission controls directly within the Juno's console ("in the browser"), providing an alternative option for users who prefer to use the terminal less frequently. While the CLI upgrade is still available, this new feature enables a seamless upgrade process within the browser.

Additionally, the source for downloading the wasm files used to upgrade the segments has been modified. Previously, the CLI fetched these resources from GitHub. However, starting from this version, both the CLI and console will retrieve the files from Juno's CDN.

No changes to smart contracts' code. No breaking changes.

Overview

Module Version Breaking changes
Console (UI) v0.0.16
Library Version Breaking changes
@junobuild/core v0.0.23
@junobuild/admin v0.0.23
@junobuild/ledger v0.0.10
@junobuild/utils v0.0.4
CLI Version Breaking changes
@junobuild/cli v0.0.37
GitHub Actions Version Breaking changes
buildwithjuno/juno-action v0.0.10

Changes

Here is a list of changes included in this release:

Console

Features

  • in browser upgrade satellites and mission controls
  • sync zh-cn.json with the latest updating

Build

  • add dependency @junobuild/admin
  • bump agent-js v0.18.1

Library

Please refer to related release for details.

CLI

Please refer to related release for details.

GitHub Actions

Please refer to related release for details.