All Versions
109
Latest Version
Avg Release Cycle
72 days
Latest Release
-
Changelog History
Page 10
Changelog History
Page 10
-
v1.1.8 Changes
* Lambda get_function for function created with zipfile * scripts/implementation_coverage.py
-
v1.1.7 Changes
* Lambda invoke_async * EC2 keypair filtering
-
v1.1.6 Changes
* Dynamo ADD and DELETE operations in update expressions * Lambda tag support
-
v1.1.5 Changes
* Dynamo allow ADD update_item of a string set * Handle max-keys in list-objects * bugfixes in pagination
-
v1.1.3 Changes
* EC2 vpc_id in responses
-
v1.1.2 Changes
* IAM account aliases * SNS subscription attributes * bugfixes in Dynamo, CFN, and EC2
-
v1.1.1 Changes
* EC2 group-id filter * EC2 list support for filters
-
v1.1.0 Changes
* Add ELBv2 * IAM user policies * RDS snapshots * IAM policy versions
-
v1.0.1 Changes
* Add Cloudformation exports * Add ECR * IAM policy versions
-
v1.0.0 Changes
BACKWARDS INCOMPATIBLE * The normal @mock_<service> decorators will no longer work with boto. It is suggested that you upgrade to boto3 or use the standalone-server mode. If you would still like to use boto, you must use the @mock_<service>_deprecated decorators which will be removed in a future release. * The @mock_s3bucket_path decorator is now deprecated. Use the @mock_s3 decorator instead. * Drop support for Python 2.6 * Redshift server defaults to returning XML instead of JSON Added features * Reset API: a reset API has been added to flush all of the current data ex: `requests.post("http://motoapi.amazonaws.com/moto-api/reset")` * A dashboard is now available with moto_server at http://localhost:5000/moto-api/