Skip to content

v0.0.95

Compare
Choose a tag to compare
@peterpeterparker peterpeterparker released this 27 Nov 12:50
· 21 commits to main since this release

@junobuild/admin

Features

  • Support for upgrades with large WASM files (> 2MB).
  • Stop and restart (in any case) modules during the upgrade process.
  • Provide an additional callback for upgrade progression, enabling consumers to display the progress.
  • Add a preClearChunks option for upgrades.
  • Add an optional agent parameter to admin actor configurations to avoid reinitialization and improve performance.

Build

  • Replace custom implementation with @dfinity/ic-management.

Refactor

  • Split and organize services into separate modules for maintainability.