Releases: youtype/awscliv2
Releases · youtype/awscliv2
2.3.1
2.3.0
2.2.0 - Python Interface
Added
awscliv2
can be used as a Python moduleawsv2 --configure
can setregion
Fixed
- Indentation is no longer trimmed in a blocking command run output
2.1.2
2.1.1
2.1.0 - Interactive Commands
Added
- New detached
aws
process executor awscliv2 configure
interative mode is supported
Fixed
- Incorrect output for interactive
aws
commands - Format for
awscli2 configure sso
command output (reported by @DavidMarkMadison in #14)
2.0.2
Fixed
- Typing issue in
py38-
(reported by @JonasDev1)
2.0.1
2.0.0 - Different Encodings
Added
- Auto-generated documentation
--encoding
CLI argument to use an encoding other thanutf-8
Removed
- Python 3.6 support, now requires Python 3.7 at least
Fixed
- Use
utf-8
encoding by default - Safe cleanup of temporary files and folders
- Error on an attempt to read from a finished process
- Paths were printed incorrectly on Windows