Skip to content

Releases: junobuild/juno-js

v0.0.102

10 Jan 13:13
Compare
Choose a tag to compare

@junobuild/admin|console|storage

Features

  • Update did with monitoring feature.

@junobuild/admin

Chore

  • Set @dfinity/ic-management dependency to any v6 version.

v0.0.101

09 Jan 20:04
Compare
Choose a tag to compare

@junobuild/admin|console|storage

Chore

  • Explicitly list @dfinity/candid as a peer dependency.
  • Adopt reduced semantic versioning starting with v0.1.0, using v.x.y where x denotes breaking changes.

v0.0.100

06 Jan 20:17
Compare
Choose a tag to compare

@junobuild/did-tools

Features

  • Remove deprecated core-peer option and add core-standalone support.

Chore

  • Fix test globals.

v0.0.99

12 Dec 05:38
Compare
Choose a tag to compare

@junobuild/analytics

Fix

  • Low security vulnerability in nanoid.

v0.0.98

07 Dec 10:27
2abc416
Compare
Choose a tag to compare

@junobuild/core

Breaking Changes: Now uses agent-js as a peer dependency.

@junobuild/core-peer

Deprecated: Please use @junobuild/core instead.

@junobuild/core-standalone

New: A library that replaces @junobuild/core, bundling all agent-js dependencies—no peer dependencies required.

@junobuild/*

Chore

  • Explicitly list @dfinity/candid as a peer dependency.
  • Exclude files ending with .worker.ts from the main build (these files are used to build web workers).
  • Extract common web worker build scripts into a separate utility.
  • Adopt reduced semantic versioning starting with v0.1.0, using v.x.y where x denotes breaking changes.

v0.0.97

29 Nov 07:06
Compare
Choose a tag to compare

@junobuild/admin

Features

  • Support for creating backups (taking snapshots) during upgrades.

v0.0.96

27 Nov 13:57
Compare
Choose a tag to compare

@junobuild/admin

Features

  • Expose generic upgrade module function for Juno Docker - i.e. to support upgrade of large WASM > 2 MB in local development.

v0.0.95

27 Nov 12:50
Compare
Choose a tag to compare

@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.

v0.0.94

17 Nov 12:15
Compare
Choose a tag to compare

@junobuild/core

Features

  • Support for new deleteFilteredDocs and deleteFilteredAssets functions.

@junobuild/admin

Features

  • Support for maxTokens configuration for collections' rules.

@junobuild/*

Features

  • Use @dfinity/eslint-config-oisy-wallet rules for lint validation.

Build

  • Bump all dev dependencies.
  • Node v22 for CI.

v0.0.93

31 Oct 11:43
Compare
Choose a tag to compare

@junobuild/did-tools

Features

  • Add a comment in auto-generate did api files

@junobuild/config

Features

  • Satellite config options split into a dedicated interface. Mostly for better readabilitiy and documentation.