Releases: electricimp/imp-central-impt
Releases · electricimp/imp-central-impt
v2.6.1
2.6.0
- New feature to set user env_variable is added
2.Reported issues in impt resolved
2.1.Errors during build aren't reported fully when output is json [https://github.com//issues/91]
2.2 impt build run doesn't run new code [https://github.com//issues/83]
2.5.4
- Dependency update due to deprecation and higher version availability
"@hapi/hoek": "^11.0.4"
"Builder": "^4.2.1"
"imp-central-api": "^1.7.0"
"random-words": "1.1.0"
"jasmine": "3.4.0"
2.Resolved an issue in the impunit submodule where assertClose did not support float.
3.Modified the test specification to accommodate changes in the imp-central API for the dg delete command. Previously, dg delete only removed the device group, not the deployment. The latest API now deletes the deployment along with the group.
4.Updated the command documentation to reflect the changes in dg delete: --builds option is no longer required in impt dg delete.
2.5.3
Dependency update due to security warnings. Updated dependencies:
- Builder (to ^2.8.1)
- cli-spinner (to ^0.2.10)
- colors (to ^1.3.3)
- glob(to ^7.1.4)
- hoek to @hapi/hoek (to ^6.2.4)
- sprintf-js (to ^1.1.2)
- yargs (to ^12.0.5)
Added missing dependency:
- lodash (to ^4.17.15)
2.5.2
- Updated delay between logstream creating and device adding to 1000ms
- Restore device`s original device group
- Tests refactoring
- Deleted .travis.yml
- Added CI badge
- Updated documentation
2.5.1
- fix bug where npm install did not include recursive dependencies
- Added delay between logstream creating and device adding
- "the" is removed from "Contacting the impCentral..." message
2.5.0
- Added support for dut/pre_dut device groups
- Operations on multiple entities improved
- Remove duplicates from paginated list
- Delete multiple entities persistence
2.4.2
2.4.1
- tests for
impt test
commands added - several improvements in the test framework and tests themselves for impt
- if IP addr is changed, access token is automatically refreshed in case of any impt command execution (now including
impt loginkey
commands as well) - number of retries of access token refresh is limited by 1