Skip to content

Releases: junobuild/juno-docker

v0.0.19

10 May 07:34
Compare
Choose a tag to compare

Fix

  • Satellite's collection memory has been modified to lower case only
  • Config type SatelliteDevCollection has been split in two types for Db and Storage.

v0.0.18

10 May 06:51
Compare
Choose a tag to compare

Fix

  • Generate CLI did types for last version of the Satellite.

v0.0.17

10 May 06:31
Compare
Choose a tag to compare

Features

  • Embed last version of the Satellite v0.0.17 released in Juno v0.0.30.
  • Adapt the built-in CLI for the version field breaking changes.

Build

  • Bump Juno and agent-js dependencies in the built-in CLI.

v0.0.16

02 Apr 15:58
Compare
Choose a tag to compare

Features

  • Embed last version of the Internet Identity released on 2024-03-22.

v0.0.15

29 Mar 16:44
Compare
Choose a tag to compare

Features

  • Embed last version of the Satellite v0.0.16 released in Juno v0.0.29.

v0.0.14

29 Mar 08:44
Compare
Choose a tag to compare

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

07 Mar 15:01
Compare
Choose a tag to compare

Fix

  • Support for loading juno.dev.config.js|mjs with dependencies on @junobuild/config.

v0.0.12

05 Mar 18:46
Compare
Choose a tag to compare

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

03 Mar 19:34
Compare
Choose a tag to compare

Features

  • Install tzdata within linux container to support time zone configuration.

v0.0.10

29 Feb 13:26
Compare
Choose a tag to compare

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.