All Versions
1588
Latest Version
Avg Release Cycle
5 days
Latest Release
1083 days ago
Changelog History
Page 150
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>
__)
- ๐ feature:
-
v1.7.30 Changes
- ๐ feature:
aws efs
: Add support foraws efs
- ๐ feature:
aws ecs
: Add paginators and waiters foraws ecs
- ๐ feature:
-
v1.7.29 Changes
- ๐ feature:
aws kinesis
: Theget-records
command now returns a new value MillisBehindLatest: the number of milliseconds theget-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.
- ๐ feature:
-
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.
- ๐ feature:
-
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.
- ๐ feature:
-
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>
__)
- ๐ feature:
-
v1.7.25 Changes
- ๐ feature:
aws dynamodb query
: Add support for KeyConditonExpression.
- ๐ feature:
-
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, includingimport-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
- ๐ feature:
-
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 brokenpassword-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>
)
- ๐ feature:
-
v1.7.22 Changes
- ๐ bugfix:
aws ecs
: Minor documentation fixes.
- ๐ bugfix: