Releases: junobuild/cli
v0.13.9
What's Changed
- feat: update latest Serverless Rust Functions crates in template by @peterpeterparker in #447
Full Changelog: v0.13.8...v0.13.9
v0.13.8
What's Changed
- build: update AgentJS and related icp-sdk and junobuild libs by @peterpeterparker in #443
- chore: update license year to 2026 by @peterpeterparker in #444
- build: bump dev dependencies by @peterpeterparker in #445
- build: bump zod by @peterpeterparker in #446
Full Changelog: v0.13.7...v0.13.8
v0.13.7
What's Changed
- test: update expected response verification error by @peterpeterparker in #440
- chore: prevents npm from executing scripts by @peterpeterparker in #439
- build: pin DFINITY libs by @peterpeterparker in #442
Full Changelog: v0.13.6...v0.13.7
v0.13.6
What's Changed
- build: bump Juno and DFINTIY libs including ic-mgmt naming and types breaking changes by @peterpeterparker in #438
Full Changelog: v0.13.5...v0.13.6
v0.13.5
What's Changed
- feat: update template satellite did with set_asset_token by @peterpeterparker in #437
Full Changelog: v0.13.4...v0.13.5
v0.13.4
What's Changed
- build: bump Juno JS libs v209 by @peterpeterparker in #435
- feat: update ic-cdk v0.19.0 and latest satellite crates in Rust template by @peterpeterparker in #436
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- build: bump latest juno js libs by @peterpeterparker in #432
- fix: bump junobuild/cli-tools to resolve juno run esbuild related issues by @peterpeterparker in #434
- feat: provide orbiter ID (if available) to juno run by @peterpeterparker in #433
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- feat: exit on any issues - file system included - when uploading snapshot by @peterpeterparker in #431
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
- test: run snapshots tests with stable memory by @peterpeterparker in #428
- fix: password question hided behind spinner on download snapshot by @peterpeterparker in #429
- feat: detect package manager and improve command line hint by @Parizval in #430
New Contributors
Full Changelog: v0.13.0...v0.13.1
v0.13.0
Summary
The Orbiter commands now run against the Orbiter ID defined in your project's juno.config file, instead of using the ID from the CLI's global configuration. This makes those commands work the same way as Satellite commands — they target whatever is configured in your current project.
Aside of bringing consistency, this breaking change enables new capabilities, such as running Orbiter commands in GitHub Actions and other CI/CD environments.
What's Changed
- refactor: rename config to cli.config by @peterpeterparker in #421
- refactor: move key utils related to cli.config by @peterpeterparker in #422
- refactor: rename utils to related juno.config by @peterpeterparker in #423
- refactor: scope SatelliteConfigEnv within module as used nowhere else by @peterpeterparker in #424
- feat!: execute commands for orbiter id specified in juno.config by @peterpeterparker in #425
- feat: prettify unexpected error by @peterpeterparker in #426
Full Changelog: v0.12.2...v0.13.0