Releases: electricimp/imp-central-impt
Releases · electricimp/imp-central-impt
2.3.0
- Support region attribute for Device Group
- Additionally, commands/options descriptions are updated according to CommandsManual.md
2.2.1
- impt test command failure on a JSON parser exception fixed (#29).
2.2.0-docs
- documentation updates (only).
2.2.0
- 2FA support introduced
- #30 fixed
- #17 fixed
2.0.0
- Added JSON formatted output for all the commands (fixed #16)
- Fixed security issue with the
sync-exec
library (just got rid of it)
1.2.0
- Fixing #14: don't disclose typed-in passwords and login-keys.
1.1.0
- auto access token refresh, when it expires (because of a public IP change for example);
- log stream reconnect when the stream is broken for some reason.
1.0.4
Reassign device to the same device group when running tests in order for the agent and device to receive and run the latest code (otherwise device and agent may get out of sync at some point, which leads to intermittent tests failure).
1.0.3
- Added support for v5 warnings and error codes
- Documentation fixed (links, factual errors)
1.0.2
- Documentation updated;
- Base test framework introduced;
- Old imptest tests are ported over to the new test framework.