Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update moto to 2.2.16 #271

Closed
wants to merge 1 commit into from
Closed

Conversation

pyup-bot
Copy link
Collaborator

This PR updates moto from 2.2.11 to 2.2.16.

Changelog

2.2.16

------
 New Services:
     * SimpleDB:
         * create_domain()
         * delete_domain()
         * get_attributes()
         * list_domains()
         * put_attributes()

 New Methods:
     * Glue:
         * create_job
     * Route53 Resolver:
         * create_resolver_endpoint()
         * delete_resolver_endpoint()
         * get_resolver_endpoint()
         * list_resolver_endpoints()
         * list_resolver_endpoint_ip_addresses()
         * list_tags_for_resource()
         * tag_resource()
         * untag_resource()
         * update_resolver_endpoint()

 Miscellaneous:
     * Moto now supports mocking S3-equivalent libraries such as Ceph
     * Cognito IDP now exposes the `cognito:groups`-attribute as part of the AccessToken

2.2.15

------
 General:
     * Fixed the dependency bug - `moto install[all]` now installs all required dependencies again.

2.2.14

------
 Known bugs:
     * Running `pip install moto[all]` will not install all required dependencies.

 General:
     * Improved documentation for both users and contributors:
       http://docs.getmoto.org/en/latest/
     * The `mock_all`-decorator is now available to mock all services at the same time
     * The `moto.core.patch_client`/`moto.core.patch_resource`-methods are now available to patch boto3-clients and -resources instantiated after the mock was started.
       This provides a workaround when encountering InvalidAccessKeyId-errors.

 New Methods:
     * APIGateway:
         * delete_base_path_mapping()
     * EC2:
         * assign_ipv6_addresses()
         * assign_private_ip_addresses()
         * unassign_ipv6_addresses()
         * unassign_private_ip_addresses()
     * SSM:
         * create_maintenance_window()
         * delete_maintenance_window()
         * get_maintenance_window()

 Miscellaneous:
     * CloudFormation no longer throws errors when trying to update unsupported resources.
     * CloudTrail:get_trail_status() now also supports ARN's as a parameter
     * CognitoIDP:list_users() now supports the AttributesToGet-parameter
     * IOT:attach_policy() now supports Cognito IdentityPools as a target
     * IOT:list_job_executions_for_thing() now supports pagination
     * Kinesis:split_shards() now behaves more like AWS, by closing the original shard and creating two new ones
     * Logs:put_log_events() now enforces timestamp-validation
     * S3:create_multipart_upload() now supports the Tagging-parameter
     * SSM:get_parameters_by_path() now support filtering by label

2.2.13

-----
 General:
     * The mock_dynamodb and mock_rds-decorators have been deprecated, and will be repurposed in a later release.
       Please see https://github.com/spulec/moto/issues/4526 for more information.

 New Methods:
     * API Gateway:
         * get_base_path_mappings()
     * Cognito Identity:
         * list_identities()
     * DirectoryService:
         * disable_sso()
         * enable_sso()
         * connect_directory()
         * create_alias()
         * create_microsoft_ad()
     * EMR Containers:
         * cancel_job_run()
         * describe_job_run()
         * list_job_runs()
         * start_job_run()
     * IAM:
         * list_policy_tags()
         * tag_policy()
         * untag_policy()
     * Sagemaker:
         * create_processing_job()
         * describe_processing_job()
         * list_processing_jobs()

 Miscellaneous:
     * CloudFormation: Now supports creation of Custom:: resources. Note that this only works in ServerMode.

2.2.12

-----
 New Services:
     * EMR Containers:
         * create_virtual_cluster()
         * delete_virtual_cluster()
         * describe_virtual_cluster()
         * list_virtual_clusters()
     * DirectoryService:
         * add_tags_to_resource()
         * create_directory()
         * delete_directory()
         * describe_directories()
         * get_directory_limits()
         * list_tags_for_resource()
         * remove_tags_for_resource()

 New Methods:
     * API Gateway:
         * create_base_path_mapping()
         * get_base_path_mappings()
     * CognitoIDP:
         * add_custom_attributes()
         * admin_delete_user_attributes()
     * Glue:
         * start_crawler()
         * stop_crawler()
     * Sagemaker:
         * add_tags()
         * associate_trial_component()
         * create_experiment()
         * create_trial()
         * create_trial_component()
         * delete_experiment()
         * delete_tags()
         * delete_trial()
         * delete_trial_component()
         * describe_experiment()
         * describe_trial()
         * describe_trial_component()
         * disassociate_trial_component()
         * list_associations()
         * list_experiments()
         * list_trial_components()
         * list_trials()
         * search()
     * SES:
         * describe_receipt_rule_set()
         * update_receipt_rule()

 Miscellaneous:
     * KMS: Now returns default AWS aliases (alias/aws/s3, etc)
Links

@pyup-bot pyup-bot mentioned this pull request Nov 21, 2021
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.772% when pulling 125502f on pyup-update-moto-2.2.11-to-2.2.16 into 44b5cc8 on main.

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #272

@pyup-bot pyup-bot closed this Nov 29, 2021
@drgarcia1986 drgarcia1986 deleted the pyup-update-moto-2.2.11-to-2.2.16 branch November 29, 2021 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants