Releases: arduino/arduino-app-cli
Releases · arduino/arduino-app-cli
v0.6.7.rc1
What's Changed
Full Changelog: v0.6.6...v0.6.7.rc1
v0.6.6
What's Changed
- test(internal/orchestrator/app): add unit test for the app by @dido18 in #23
- chore: change
board:install-arduino-app-clitoboard:installby @lucarin91 in #38 - fix: websocket origin check (fixes serial monitor on Windows) by @cmaglie in #39
- test(internal/orchestrator/modelsindex): add unit test for the model list index by @dido18 in #22
- feat(board): return adb stdout/err in case of error by @lucarin91 in #40
- API: add "UsedByApps" to the details of a brick by @lucarin91 in #30
- [CLI] Add a "restart" app command by @mirkoCrobu in #37
- fix: Use a valid origin in the config check for websockets by @cmaglie in #41
- fix: remove strong requirements in systemd unit by @lucarin91 in #34
Full Changelog: v0.6.5...v0.6.6
v0.6.4-rc.2
trigger ci
v0.6.5
Full Changelog: v0.6.3...v0.6.5
v0.6.4
fix: burn boot-loader at first boot (#26)
v0.6.3
What's Changed
Caution
DO NOT USE THIS RELEASE. AUTOUPDATE BROKEN:
The index of the zephyr core is wrong, so the update to the next version fails.
- fix: make example code optional for brick example details endpoint request
- fix: burn bootloader at first boot
- chore: remove third-party notice from debian/copyright
Old 0.6.2 changelog
- fix(deb): remove chown of config (#14) by @lucarin91 in #15
- fix(update): skip the dpkg step in case of error by @lucarin91 in #13
- revert: sse server close event as error
- fix: progress sse events should return the name
- improve retry for upgrade operations
- Added Library Manager API
- feat: return broken apps
- make level log configurable by cli flag
- Changing the board name should also restart the avahi-daemon
- filter=default in app list doesn't return the default app
- feat(update): handle platform upgrade errors and log them appropriately
- Implementing progress value for the start app command
- fix(sse): update error handling for closed streams
- Inconsistent Validation for icon Field in App Creation/Retrieval
- fix: return network command output
- feat(api): add endpoint to list libraries
- refactor(config): remove unused configDir from Configuration struct
- chore: update readme with configuration env variables
- feat(orchestrator): add app status sse handler
- feat: update check internet connectivity and run checks in parallel
- Restart avahi with start&stop
- Point to the new public container registry on GitHub (bump bricks to 0.4.8)
- Pull docker containers events for each App
- bump examples to 0.4.8