Skip to content

Releases: youtype/awscliv2

2.3.0

29 Apr 19:12
4df00bf
Compare
Choose a tag to compare

Added

  • Python 3.12 and 3.13 support

2.2.0 - Python Interface

25 May 22:38
6280d7f
Compare
Choose a tag to compare

Added

  • awscliv2 can be used as a Python module
  • awsv2 --configure can set region

Fixed

  • Indentation is no longer trimmed in a blocking command run output

2.1.2

25 May 20:57
df912a7
Compare
Choose a tag to compare

Fixed

  • awsv2 --install error on ARM machines (fixed by @alvdavi in #16)

2.1.1

01 Mar 14:15
ef95e3b
Compare
Choose a tag to compare

Fixed

  • Zero return code of detached aws command was not handled properly

2.1.0 - Interactive Commands

25 Feb 22:54
48f5c4d
Compare
Choose a tag to compare

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

03 Feb 09:26
f9a5dbd
Compare
Choose a tag to compare

Fixed

2.0.1

02 Feb 16:20
5aa8238
Compare
Choose a tag to compare

Fixed

  • Command print error on py37

2.0.0 - Different Encodings

02 Feb 16:16
e586610
Compare
Choose a tag to compare

Added

  • Auto-generated documentation
  • --encoding CLI argument to use an encoding other than utf-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

1.5.2

23 Nov 17:58
d144a5b
Compare
Choose a tag to compare

CI fixes

1.5.1

23 Nov 17:52
99256d9
Compare
Choose a tag to compare

Fixed

  • MacOS --install command sometimes tried to remove everything from $HOME