v0.0.13
Summary |
---|
- Fixes an issue in the satellite's listDocs and listAssets feature when pagination is used. |
- Improves performance of asset uploads. |
- Few UX improvements in the console, including a brand new onboarding process for satellite creation. |
Juno
Build
- bump IC Rust libs
- switch from
ic-cdk-optimizer
toic-wasm
Satellite
Gentle Breaking Changes
- make parameters
collection
forlist_assets
anddel_assets
mandatory
Features
- support for asynchronous and parallel chunks upload in order to improve the assets upload performance
Fix
- incorrect pagination start in
list_docs
andlist_assets
Refactor
- rename store variable from
stable
toheap
(as we aim to unleash soon stable memory...)
Console
Features
- improve onboarding for new developers with a wizard displayed after creation of a new satellite
- italian translations
- display resources and lang on home screen
- temporary support for deprecated list docs and assets API
- display satellite name instead of "Overview"
- move warnings (such as information for new version) before "Tabs" (instead of displayed within "Tabs")
- link "Controllers" tab to dedicated documentation page
- bigger login modal that fits better II new design
Fix
- dfx deploy breaks environment variables (workaround)
- bigint division for number comparison when comparing ICP and cycles (in topup UI)
- iOS menu height
Build
- bump various dependencies