Releases: junobuild/juno-docker
Releases · junobuild/juno-docker
v0.0.47
Features
- Added support for bundling Serverless Functions written in JavaScript/TypeScript. This process takes a
sputnik.index.mjs
file from the watcheddeploy
folder and turns it into an extendedsatellite.wasm.gz
— code name: Sputnik. Once the WASM is generated, the local server is re-deployed using the existing flow. - Adapted
rootKey
to accommodate a breaking change in Agent-js. - Cast values to
Buffer
to comply with the latest TypeScript updates.
Fixes
- Replaced
fsWatch
withchokidar
. This resolves the issue of failing to detect the re-addition of watched files in thedeploy
folder and prevents the server from stopping if any issue occurs during build or deployment.
Build
- Bumped and pinned to Ubuntu 24.04.
- Upgraded DFINITY and Juno dependencies.
- Upgraded Babel.
- Bumped all other dependencies.
- Added
tsc --noEmit
to the build process for type-checking. - Removed
node-fetch
.
Chore
- Migrated to ESLint v9.
v0.0.46
v0.0.45
v0.0.44
v0.0.43
Features
- No snapshots when re-deploying modules locally (faster upgrades).
- Support for setting the controller of the Observatory via the admin server.
- Added an option to set the
scope
controller towrite
.
v0.0.42
Features
- Support for upgrade of large WASM > 2MB.
v0.0.41
v0.0.40
v0.0.39
v0.0.38
Features
- CMC post-install to authorize to creation of canisters in subnet.