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
Module | Version | Breaking changes |
---|---|---|
Console (UI) | v0.0.15 | |
Satellite | v0.0.11 | |
Mission control | v0.0.6 |
Library | Version | Breaking changes |
---|---|---|
@junobuild/core | v0.0.22 | |
@junobuild/admin | v0.0.21 | |
@junobuild/ledger | v0.0.9 | |
@junobuild/utils | v0.0.3 |
CLI | Version | Breaking changes |
---|---|---|
@junobuild/cli | v0.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.