Releases: arduino/arduino-create-agent
1.2.6
Changelog
73653fd fix the listing of the boards (#668)
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.6-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.6-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.6-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.6-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.6-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.6-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.5
Changelog
Installer optimizations (among others fix #637)
Installer rebranding images from Arduino Create to Arduino Cloud
a477c19 Bump installbuilder container to the latest version (#678)
bb787be Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7 (#675)
a3ef6d7 remove pkgs.html because of dangerous eval (#670)'
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.5-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.5-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.5-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.5-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.5-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.5-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.5-rc2
Changelog
Installer optimizations (among others fix #637)
Installer rebranding images from Arduino Create to Arduino Cloud
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.5-rc2-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.5-rc2-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.5-rc2-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.5-rc2-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.5-rc2-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.5-rc2-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.5-rc1
Changelog
eecfcf8 bump installbuilder container to the latest version
625189f Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7 (#675)
c9f790e remove pkgs.html because of dangerous eval (#670)
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.5-rc1-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.5-rc1-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.5-rc1-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.5-rc1-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.5-rc1-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.5-rc1-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.4
Changelog
056c22e Add serial binary communication (#653)
d759c46 fix multi-line strings not being parsed correctly in config.ini
(#651)
b691425 bump installbuilder container to the latest version (#642)
2dfe84d fix create-changelog action failing because it could not find a git repo (#648)
ae4d4b4 Use new arduino/setup-task action name in CI/CD workflows
e9328e2 add automatic changelog generation step (#639)
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.4-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.4-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.4-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.4-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.4-rc3
Changelog
a21ae9e remove BlockUntilReady because it was unused
a86a61a refactor tests
500a1ee update comments
8dadd0c forgot to skip test_sendraw_serial on CI
791b03e add sendraw
command to send base64 encoded bytes, add tests (for send raw and for open/close port)
d704dd2 make sendNoBuf more general: will be used later π
d077ded remove useless channel done & other stuff
bcf0023 remove useless id field (was unused)
d5228ec forgot to remove timed_binary
402a848 Escape html commands string'
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.4-rc3-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-rc3-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.4-rc3-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.4-rc3-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-rc3-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.4-rc3-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.4-rc2
Changelog
724de59 remove timedbinary: it's the same as timedraw except for the casting
37cf997 apply suggestions from code review β¨
5db1975 forgot to fix this in #621
f3d5dca uniform default bufferflow and π§Ή
5d0bd27 optimize the handling of data coming from the serial port
5e2ad37 extract code in helper function and uniform the code
0bbb45b π§Ή(cleanup) and π οΈ(refactoring) of bufferflow stuff
8f9ff20 Partially revert #e80400b7ddbbc2e8f34f1e6701b55102c3a99289
2d78733 apply suggestions
575efa1 Fix panic closing closed channel
15af2e4 add sketch used for testing
43451a3 Apply suggestions from code review
fcaa53c generalize the tests
b41d0cc increased sleeptime, remove harcoded message[i]: should work on different systems
099a575 update and enhance commands output (the space in front of <
and >
is required) π€·ββοΈ
c86bb4f enhance a lot test on serial communication (with different buffer types)
b7f70f1 enhanced a bit how the logic of the serial works
dfcc14e minor optimizations: data and buf are already an array of bytes
9c7d3f8 fix tests: "socketio.exceptions.ConnectionError: Connection refused by the server"
fc1222e add callback to capture returned message, add new test for serial
48cc695 socketio test connection is working π (with the correct python-socketio version)
1cd174a fixed test deps
eb2b3f3 use switch case
e80400b binary support (WIP)
6a50f87 remove utf8 decoding with timedraw buffer type
05ee6f5 remove old commands
895cc03 update bufferflow_timedraw as bufferflow_timed
44614b3 fix multi-line strings not being parsed correctly in config.ini
(#651)
c455e65 bump installbuilder container to the latest version (#642)
3074d7a fix create-changelog action failing because it could not find a git repo (#648)
73dee6e Use new arduino/setup-task action name in CI/CD workflows
234ed2d add automatic changelog generation step (#639)
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.4-rc2-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-rc2-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.4-rc2-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.4-rc2-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-rc2-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.4-rc2-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.4-rc1
Changelog
d759c46 fix multi-line strings not being parsed correctly in config.ini
(#651)
b691425 bump installbuilder container to the latest version (#642)
2dfe84d fix create-changelog action failing because it could not find a git repo (#648)
ae4d4b4 Use new arduino/setup-task action name in CI/CD workflows
e9328e2 add automatic changelog generation step (#639)
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.4-rc1-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-rc1-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.4-rc1-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.4-rc1-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.4-rc1-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.4-rc1-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.3
Changelog
b696989 use stricter mutex policy to prevent installed.json corruption (#635)
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.3-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.3-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.3-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.3-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.3-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.3-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe
1.2.3-rc1
Changelog
c91b407 use stricter mutex policy to prevent installed.json corruption #635
VirusTotal analysis π‘
- ArduinoCreateAgent-1.2.3-rc1-windows-386-installer-chrome.exe
- ArduinoCreateAgent-1.2.3-rc1-windows-386-installer-edge.exe
- ArduinoCreateAgent-1.2.3-rc1-windows-386-installer-firefox.exe
- ArduinoCreateAgent-1.2.3-rc1-windows-amd64-installer-chrome.exe
- ArduinoCreateAgent-1.2.3-rc1-windows-amd64-installer-edge.exe
- ArduinoCreateAgent-1.2.3-rc1-windows-amd64-installer-firefox.exe
- arduino-create-agent-windows-2019-386/arduino-create-agent.exe
- arduino-create-agent-windows-2019-amd64/arduino-create-agent.exe