Releases: toitware/artemis
Releases · toitware/artemis
v0.20.3
v0.20.2
What's Changed
- Support 'device update' with migrations. by @floitsch in #1109
- Make deletion of events more efficient. by @floitsch in #1108
Private
- Support
device updatewith migrations. by @floitsch in #1109 - Make deletion of events more efficient. by @floitsch in #1108
Full Changelog: v0.20.1...v0.20.2
v0.20.1
What's Changed
- Use the default server as the broker if none is set. by @floitsch in #1105
- Fix help and improve documentation. by @floitsch in #1106
Private
- Fix the instructions. by @floitsch in #1099
- Give serial tests more time. by @floitsch in #1100
- Refactor tests and add container test. by @floitsch in #1097
- Make schema public. by @floitsch in #1101
- Increase timeout. by @floitsch in #1102
- Don't skip but return from main. by @floitsch in #1098
- More migration instructions. by @floitsch in #1103
- Add more information about authentication. by @floitsch in #1104
- Return the default broker. by @floitsch in #1105
- Fix help and improve doc. by @floitsch in #1106
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- Support server migrations. by @floitsch in #1089
- Store broker in fleet file. by @floitsch in #1083
- Allow to specify the broker during 'fleet init'. by @floitsch in #1084
- Add 'fleet login'. by @floitsch in #1091
Private
- Store broker in fleet file. by @floitsch in #1083
- Allow to specify the broker during 'fleet init'. by @floitsch in #1084
- Pass 'device' to broker.notify-created. by @floitsch in #1085
- Fix the server lookup. by @floitsch in #1088
- Clean up cache handling. by @floitsch in #1087
- Support migration. by @floitsch in #1089
- Make the authentication more flexible for brokers. by @floitsch in #1090
- Add 'fleet login'. by @floitsch in #1091
- Update output. by @floitsch in #1092
- Print message if pod isn't cached. by @floitsch in #1093
- Use 'ui.info' instead of 'log.info'. by @floitsch in #1094
- Use nicer device names more often. by @floitsch in #1095
- Fix device and server having different reperesentation for same state. by @floitsch in #1096
Full Changelog: v0.19.3...v0.20.0
v0.19.3
v0.19.2
What's Changed
- Return devices created through 'fleet add-devices' as JSON. by @floitsch in #1076
- Sort pod tags in 'fleet status'. by @floitsch in #1079
- Update to SDK v2.0.0-alpha.155. by @kasperl in #1080
Private
- Update supabase toml files by @floitsch in #1075
- Return the created devices as json. by @floitsch in #1076
- Fix Channel.send --no-copy. by @kasperl in #1077
- Update to SDK v2.0.0-alpha.154. by @kasperl in #1078
- Update to SDK v2.0.0-alpha.155. by @kasperl in #1080
- Sort tags in 'fleet status'. by @floitsch in #1079
Full Changelog: v0.19.1...v0.19.2
v0.19.1
What's Changed
- Add "ls" as alias for "list". by @floitsch in #1071
- Add 'fleet add-device' and 'device extract'. by @floitsch in #1070
- Trace non-network errors occurring during firmware updates. by @kasperl in #1072
- Update to SDK v2.0.0-alpha.153. by @kasperl in #1074
Private
- Trace non-network errors occuring during firmware updates. by @kasperl in #1072
- Add "ls" as alias for "list". by @floitsch in #1071
- Add 'fleet add-device' and 'device extract'. by @floitsch in #1070
- Update to SDK v2.0.0-alpha.153. by @kasperl in #1074
- Fix synchronized check. by @floitsch in #1073
Full Changelog: v0.19.0...v0.19.1
v0.19.0
What's Changed
- Support envelopes for host platforms. by @floitsch in #1046
- Allow no connections in the pod-specification for host platforms. by @floitsch in #1049
- Deprecate/remove chip entry in pod specifications. by @floitsch in #1055
- Rename 'fleet add-device` to 'fleet add-existing-device'. by @floitsch in #1060
- Use 'Time.monotic-us --since-wakeup' to get the uptime. by @floitsch in #1066
- Use more efficient way to transfer service images. by @floitsch in #1048
- Always start green even if Time.monotonic-us doesn't start at zero. by @kasperl in #1067
- Allow giving devices names as part of flashing. by @kasperl in #1068
- Update to SDK v2.0.0-alpha.152. by @kasperl in #1062
Private
- Make body-script for release less brittle. by @floitsch in #1044
- Add write-identity. by @floitsch in #1043
- Rename host.toit to simulate.toit. by @floitsch in #1045
- Support host envelopes. by @floitsch in #1046
- Use more efficient way to transfer service images. by @floitsch in #1048
- Fix uploader-test and downloader. by @floitsch in #1051
- Rename meta["platform"] to meta["kind"] for envelopes. by @floitsch in #1050
- Allow no connections in the pod-specification for hosts. by @floitsch in #1049
- Roll Artemis to SDK 150. by @floitsch in #1052
- Use Region.write --at. by @kasperl in #1053
- Fix service-image cache-key. by @floitsch in #1054
- Deprecate/remove chip. by @floitsch in #1055
- Add 'fleet create-host-device'. by @floitsch in #1057
- Use official qemu builds. by @floitsch in #1056
- Add prints before going to deep-sleep. by @floitsch in #1059
- Run supabase-tests on a separate runner. by @floitsch in #1058
- Update to SDK v2.0.0-alpha.151. by @kasperl in #1061
- Rename
fleet add-devicetofleet add-existing-device. by @floitsch in #1060 - Rename "create" to "add". by @floitsch in #1063
- Update to SDK v2.0.0-alpha.152. by @kasperl in #1062
- Only upload the service on one builder. by @floitsch in #1064
- Use '--since-wakeup' to get the uptime. by @floitsch in #1066
- Avoid asking firmware tool for chip twice. by @kasperl in #1065
- Always start green even if Time.monotonic-us doesn't start at zero. by @kasperl in #1067
- Allow giving devices names as part of flashing. by @kasperl in #1068
- Add "--name" to "flash" test. by @floitsch in #1069
Full Changelog: v0.18.3...v0.19.0
v0.18.3
What's Changed
- Handle exceptions in firmware.rollback. by @kasperl in #1035
- Simplify firmware state caching. by @kasperl in #1040
- Support newer versions of envelopes. by @floitsch in #1042
- Update to SDK v2.0.0-alpha.149. by @kasperl in #1039
Private
- Start refactoring container image handling. by @kasperl in #1034
- Handle exceptions in firmware.rollback by @kasperl in #1035
- Create firmware files from binary. by @floitsch in #1036
- Remove firmware service. by @kasperl in #1037
- Revert 'Start refactoring container image handling. (#1034)' by @kasperl in #1038
- Update to SDK v2.0.0-alpha.149. by @kasperl in #1039
- Simplify firmware state caching. by @kasperl in #1040
- Avoid data leak. by @floitsch in #1041
- Support newer versions of envelopes. by @floitsch in #1042
Full Changelog: v0.18.2...v0.18.3