Skip to content

Releases: electricimp/imp-central-impt

2.3.0

05 Nov 19:57
Compare
Choose a tag to compare
  • Support region attribute for Device Group
  • Additionally, commands/options descriptions are updated according to CommandsManual.md

2.2.1

01 Nov 23:59
Compare
Choose a tag to compare
  • impt test command failure on a JSON parser exception fixed (#29).

2.2.0-docs

26 Oct 22:55
d55246a
Compare
Choose a tag to compare
  • documentation updates (only).

2.2.0

19 Oct 22:09
Compare
Choose a tag to compare
  • 2FA support introduced
  • #30 fixed
  • #17 fixed

2.0.0

31 Jul 05:05
171a20c
Compare
Choose a tag to compare
  • 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

29 Jun 14:44
eadf183
Compare
Choose a tag to compare
  • Fixing #14: don't disclose typed-in passwords and login-keys.

1.1.0

01 May 00:36
bb74589
Compare
Choose a tag to compare
  • 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

10 Apr 00:23
63a631e
Compare
Choose a tag to compare

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

09 Mar 23:47
24420a2
Compare
Choose a tag to compare
  • Added support for v5 warnings and error codes
  • Documentation fixed (links, factual errors)

1.0.2

05 Mar 23:22
60d3330
Compare
Choose a tag to compare
  • Documentation updated;
  • Base test framework introduced;
  • Old imptest tests are ported over to the new test framework.