All Versions
1588
Latest Version
Avg Release Cycle
5 days
Latest Release
1083 days ago

Changelog History
Page 150

  • v1.7.31 Changes

    • ๐Ÿ”‹ feature:aws lambda create-function: Add support for uploading code using Amazon S3.
    • ๐Ÿ”‹ feature:Preview Services: Preview services are now documented and will also show up in the list of available services (issue 1345 <https://github.com/aws/aws-cli/pull/1345>__)
  • v1.7.30 Changes

    • ๐Ÿ”‹ feature:aws efs: Add support for aws efs
    • ๐Ÿ”‹ feature:aws ecs: Add paginators and waiters for aws ecs
  • v1.7.29 Changes

    • ๐Ÿ”‹ feature:aws kinesis: The get-records command now returns a new value MillisBehindLatest: the number of milliseconds the get-records response is from the end of the stream, indicating how far behind real time a consumer is.
    • ๐Ÿ”‹ feature:aws kms: Add update-alias command
    • ๐Ÿ”‹ feature:aws elastictranscoder: Update the aws elastictranscoder command to include support for additional formats, including MXF, FLAC, and OGA, and additional flexibility for your output audio.
  • v1.7.28 Changes

    • ๐Ÿ”‹ feature:aws ec2: Add support for Spot Fleet.
    • ๐Ÿ”‹ feature:aws opsworks: Add support for custom AutoScaling.
    • ๐Ÿ”‹ feature:aws elasticbeanstalk: Update model to latest version.
  • v1.7.27 Changes

    • ๐Ÿ”‹ feature:aws ds: Add support for AWS Directory Service.
    • ๐Ÿ”‹ feature:aws ec2: Add support for VPC endpoints for Amazon S3.
    • ๐Ÿ”‹ feature:aws ec2: Add support for EIP Migration.
    • ๐Ÿ”‹ feature:aws logs: Add support for filtering log events.
  • v1.7.26 Changes

    • ๐Ÿ”‹ feature:aws glacier: Add support for vault policies.
    • ๐Ÿ›  bugfix:aws iam create-open-id-connect-provider: Fix issue where the --url parameter would try to retrieve the contents from the url instead of use the url as its value. (issue 1317 <https://github.com/aws/aws-cli/pull/1317>__)
    • ๐Ÿ›  bugfix:aws workspaces: Fix issue where throttling errors were not being retried (botocore issue 529 <https://github.com/boto/botocore/pull/529>__)
  • v1.7.25 Changes

    • ๐Ÿ”‹ feature:aws dynamodb query: Add support for KeyConditonExpression.
  • v1.7.24 Changes

    • ๐Ÿ”‹ feature:aws help topics: Add support for listing available help topics.
    • ๐Ÿ”‹ feature:aws help config-vars: Add help topic for configuration variables.
    • ๐Ÿ”‹ feature:aws help return-codes: Add help topic for return codes.
    • ๐Ÿ”‹ feature:aws help s3-config: Add help topic for configuration of s3 commands.
    • ๐Ÿ›  bugfix:aws lambda create-function/update-function-code: Improve error message when invalid --zip-file values are provided (issue 1296 <https://github.com/aws/aws-cli/pull/1296>__)
    • ๐Ÿ”‹ feature:aws ec2: Add support for new VM Import APIs, including import-image. The new APIs provide support for importing multi-volume VMs to Amazon EC2 and other enhancements.
    • ๐Ÿ”‹ feature:aws iam: Update AWS IAM command to latest version
  • v1.7.23 Changes

    • ๐Ÿ”‹ feature:aws cognito-sync: Add support for Amazon Cognito Events.
    • bugfix:Parsing: Treat empty XML nodes in a response as an empty string instead of None if the underlying structure member is a string. This fixes the broken password-data-available Amazon EC2 waiter. Note: this changes the output of the CLI and may affect filtering with the --query parameter. (issue 1252 <https://github.com/aws/aws-cli/issues/1252>, botocore issue 506 <https://github.com/boto/botocore/pull/506>)
  • v1.7.22 Changes

    • ๐Ÿ›  bugfix:aws ecs: Minor documentation fixes.