Releases: junobuild/juno-docker
Releases · junobuild/juno-docker
v0.0.15
Features
- Embed last version of the Satellite
v0.0.16
released in Junov0.0.29
.
v0.0.14
Breaking Changes
- Configuration (
juno.dev.config.*
) has been reviewed to always use camel case (and avoid mixing it with snake case) for its options.
Build
- Bump built-in CLI dependencies.
v0.0.13
Fix
- Support for loading
juno.dev.config.js|mjs
with dependencies on@junobuild/config
.
v0.0.12
Features
- Set container to use UTC given that the replica (seems to) use UTC and agent-js also uses UTC to compare dates (for the "5 minutes certificate signature" feature)
v0.0.11
Features
- Install
tzdata
within linux container to support time zone configuration.
v0.0.10
Features
- Do not bubble configuration errors. Developer might be still editing the configuration when the deferred update starts.
Fix
- HTTP outcalls were failing when container was restarted.
v0.0.9
Features
- Support for configuration file
juno.dev.config.ts|js|json
. - Embed, ship, and deploy ICP Ledger and Index within the Docker container.
- Expand the built-in CLI to support multiple identities.
Build
- Update IC source because
download.dfinity.systems
foropenssl-static-binaries
is deprecated. - Update replica to
044cfd5147fc97d7e5a214966941b6580c325d72
. - Bump CLI dependencies.
v0.0.8
Features
- Support for HTTP outcalls.
- Include newest Satellite version v0.0.15.
v0.0.7
Fix
- Watch for config changes should work without custom wasm as well.
v0.0.6
Fix
@dfinity/admin
requires an init paramcontainer: true
instead ofenv: 'dev'
which had for effect to make the CLI not able to update the configuration of the deployed Satellite.