Skip to content

Latest commit

 

History

History
131 lines (112 loc) · 4.76 KB

File metadata and controls

131 lines (112 loc) · 4.76 KB

Release History

1.0 2025-03-07

Added

  • --all flag to logout #235
  • support for Python 3.13 #219
  • support for awscli V2 #106
  • support for Python 3.12 #180
  • support for awscli credential_process #132
  • verify_ssl_certificate option #102
  • --save-http-traffic and --load-http-traffic #119
  • environment variable AWSCLI_LOGIN_ROOT #121

Changed

  • override factor if --passcode is set at the cli #220
  • update ProfileNotFound error message #109
  • rename awscli_login plugin to awscli_login.plugin #115
  • invalid selection now issues a fatal error message #71

Fixed

  • drop boto3 dependency that conflicts with awscliv2 #73

Removed

  • refresh process #156
  • support for log directory #155
  • support for Python 3.8 #219
  • support for Python 3.7 #169
  • support for Python 3.6 #110

0.2b1 2021-02-04

Added

  • support for Python 3.9

Changed

  • traceback no longer displayed on error #59

Fixed

  • cli flags unable to set logically False values #64
  • broken force-refresh flag #62
  • broken refresh property and flag #61
  • broken passcode property and flag #60
  • broken password property and flag #58
  • module 'os' has no attribute 'fchmod' error on Windows #11 #24
  • AuthnRequest IssueInstant generated is invalid due to missing timezone #41

Removed

  • tests from package #66
  • ability to set verbose property in config file #57
  • unimplemented entity-id command line flag #53
  • broken automatic refresh support on Windows systems #1

0.1.0a6 2019-09-19

Added

  • option to change HTTP header factor & passcode sent to IdP
  • Shibboleth IdP 3.4 Duo plugin support #25
  • aws_security_token to credentials written/removed (boto2) #22
  • disable_refresh and duration options #22

Changed

  • warn if unknown property is found in profile configuration

0.1.0a5 2018-05-19

Fixed

  • setting role arn now works as expected #9

0.1.0a4 2018-05-12

  • Initial public release