Skip to main content

v0.0.15

Summary

This version introduces the ability to edit the names of satellites in the console and also includes a new "rewrite URL" option to enhance the behavior of satellites on the web.

Both the satellite and mission control code are updated.

No breaking changes.

Overview

ModuleVersionBreaking changes
Console (UI)v0.0.15
Satellitev0.0.11
Mission controlv0.0.6
LibraryVersionBreaking changes
@junobuild/corev0.0.22
@junobuild/adminv0.0.21
@junobuild/ledgerv0.0.9
@junobuild/utilsv0.0.3
CLIVersionBreaking changes
@junobuild/cliv0.0.36

Changes

Here is a list of changes included in this release:

Console

Features

  • edit satellites' names
  • display a QR-code for the account identifier of the mission control. Handy to transfer ICP with a mobile device.
  • add a copy button next to the mission control ID

Build

  • upgrade dfx v0.14.3

Satellite

Features

  • support for "rewrite" rules to show the same content for multiple URLs. See documentation for more details. Note that in addition to upgrading the satellite, updating the CLI is also required to use this new option.

Mission control

Features

  • expose a set_satellite_metadata endpoint, which is reserved for admin and controllers. This allows developers to edit the names of their satellites in the console.

Library

Please refer to related release for details.

CLI

Please refer to related release for details.

Note: If you wish to define your own "rewrite" configuration, upgrading the CLI is a required.