Releases: Cox-Automotive/alks-cli
Releases · Cox-Automotive/alks-cli
v3.2.0
Refactors the codebase to make development easier, more modern, and less error-prone by:
- internally migrating from async.js/callbacks to promises
- converting to typescript
- adding Jest for unit testing
- swapping out alks-node for alks.js
- removing some unnecessary dependencies
- updating to latest dependency versions
- restructuring the code layout
- automating linting/building on commit for developers
- fixings a couple of small bugs
- modifying the prefix of the verbose logger
3.1.4
This release includes the following changes:
- Replaces some TravisCI functionality with GitHub actions
- Fixes a character escaping issue with Windows Powershell
- Bundles a problematic dependency to reduce install errors
- Updates dependency versions reported by NPM Audit
3.1.3
3.1.2
This release includes the following changes:
- Corrects a bug in the date format included with the AWS output type
3.1.1
3.1.0
3.0.12
3.0.11
3.0.10
- [BUGFIX] Corrects an issue where expiration timestamps prevented IAM key generation
3.0.9
- [BUGFIX] Corrects an issue were expired keys were returned from
alks sessions
commands.