Prepare release 3.1.4 (#5000)

This commit is contained in:
Bert Blommers 2022-04-02 16:56:18 +00:00 committed by GitHub
parent 15b49396ce
commit e35d073001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 209 additions and 2 deletions

View File

@ -1,6 +1,53 @@
Moto Changelog Moto Changelog
============== ==============
3.1.4
-----
Docker Digest for 3.1.4: <autopopulateddigest>
General:
* Compatible with botocore 1.24.30.
The IOTData service in older versions of Moto is incompatible with botocore >= 1.24.30, due to the fact that AWS changed their URL endpoints.
New Services:
* QuickSight:
* create_data_set()
* create_group()
* create_group_membership()
* create_ingestion()
* delete_group()
* delete_user()
* describe_group()
* describe_group_membership()
* describe_user()
* list_groups()
* list_group_memberships()
* list_users()
* register_user()
* update_group()
* describe_group()
* describe_group()
* describe_group()
* Rekognition:
* get_text_detection()
* start_text_detection()
New Methods:
* EC2:
* delete_launch_template()
* ECS:
* create_capacity_provider()
* delete_capacity_provider()
* describe_capacity_providers()
Miscellaneous:
* Autoscaling:put_scaling_policy() now supports the parameters MetricAggregationType, MinAdjustmentMagnitude, EstimatedInstanceWarmup, PredictiveScalingConfiguration
* Autoscaling:create_auto_scaling_group() now supports launch template versions '$Latest' and '$Default'
* RDS: Improved tagging support for Clusters and ClusterSnapshots
3.1.3 3.1.3
----- -----
Docker Digest for 3.1.3: _sha256:d0716d84d376e7aafeb4a40a29d298725aa39e6553b64f55a6be1287e4bee80c_ Docker Digest for 3.1.3: _sha256:d0716d84d376e7aafeb4a40a29d298725aa39e6553b64f55a6be1287e4bee80c_

View File

@ -1835,6 +1835,7 @@
- [ ] modify_instance_credit_specification - [ ] modify_instance_credit_specification
- [ ] modify_instance_event_start_time - [ ] modify_instance_event_start_time
- [ ] modify_instance_event_window - [ ] modify_instance_event_window
- [ ] modify_instance_maintenance_options
- [ ] modify_instance_metadata_options - [ ] modify_instance_metadata_options
- [ ] modify_instance_placement - [ ] modify_instance_placement
- [ ] modify_ipam - [ ] modify_ipam
@ -3845,11 +3846,12 @@
## organizations ## organizations
<details> <details>
<summary>76% implemented</summary> <summary>75% implemented</summary>
- [ ] accept_handshake - [ ] accept_handshake
- [X] attach_policy - [X] attach_policy
- [ ] cancel_handshake - [ ] cancel_handshake
- [ ] close_account
- [X] create_account - [X] create_account
- [ ] create_gov_cloud_account - [ ] create_gov_cloud_account
- [X] create_organization - [X] create_organization
@ -4481,6 +4483,70 @@
- [ ] list_tables - [ ] list_tables
</details> </details>
## rekognition
<details>
<summary>3% implemented</summary>
- [ ] compare_faces
- [ ] create_collection
- [ ] create_dataset
- [ ] create_project
- [ ] create_project_version
- [ ] create_stream_processor
- [ ] delete_collection
- [ ] delete_dataset
- [ ] delete_faces
- [ ] delete_project
- [ ] delete_project_version
- [ ] delete_stream_processor
- [ ] describe_collection
- [ ] describe_dataset
- [ ] describe_project_versions
- [ ] describe_projects
- [ ] describe_stream_processor
- [ ] detect_custom_labels
- [ ] detect_faces
- [ ] detect_labels
- [ ] detect_moderation_labels
- [ ] detect_protective_equipment
- [ ] detect_text
- [ ] distribute_dataset_entries
- [ ] get_celebrity_info
- [ ] get_celebrity_recognition
- [ ] get_content_moderation
- [ ] get_face_detection
- [ ] get_face_search
- [ ] get_label_detection
- [ ] get_person_tracking
- [ ] get_segment_detection
- [X] get_text_detection
- [ ] index_faces
- [ ] list_collections
- [ ] list_dataset_entries
- [ ] list_dataset_labels
- [ ] list_faces
- [ ] list_stream_processors
- [ ] list_tags_for_resource
- [ ] recognize_celebrities
- [ ] search_faces
- [ ] search_faces_by_image
- [ ] start_celebrity_recognition
- [ ] start_content_moderation
- [ ] start_face_detection
- [ ] start_face_search
- [ ] start_label_detection
- [ ] start_person_tracking
- [ ] start_project_version
- [ ] start_segment_detection
- [ ] start_stream_processor
- [X] start_text_detection
- [ ] stop_project_version
- [ ] stop_stream_processor
- [ ] tag_resource
- [ ] untag_resource
- [ ] update_dataset_entries
</details>
## resource-groups ## resource-groups
<details> <details>
<summary>68% implemented</summary> <summary>68% implemented</summary>
@ -5881,13 +5947,13 @@
- pi - pi
- pinpoint-email - pinpoint-email
- pinpoint-sms-voice - pinpoint-sms-voice
- pinpoint-sms-voice-v2
- pricing - pricing
- proton - proton
- qldb - qldb
- qldb-session - qldb-session
- rbin - rbin
- rds-data - rds-data
- rekognition
- resiliencehub - resiliencehub
- robomaker - robomaker
- route53-recovery-cluster - route53-recovery-cluster

View File

@ -474,6 +474,7 @@ ec2
- [ ] modify_instance_credit_specification - [ ] modify_instance_credit_specification
- [ ] modify_instance_event_start_time - [ ] modify_instance_event_start_time
- [ ] modify_instance_event_window - [ ] modify_instance_event_window
- [ ] modify_instance_maintenance_options
- [ ] modify_instance_metadata_options - [ ] modify_instance_metadata_options
- [ ] modify_instance_placement - [ ] modify_instance_placement
- [ ] modify_ipam - [ ] modify_ipam

View File

@ -28,6 +28,7 @@ organizations
- [ ] accept_handshake - [ ] accept_handshake
- [X] attach_policy - [X] attach_policy
- [ ] cancel_handshake - [ ] cancel_handshake
- [ ] close_account
- [X] create_account - [X] create_account
- [ ] create_gov_cloud_account - [ ] create_gov_cloud_account
- [X] create_organization - [X] create_organization

View File

@ -0,0 +1,92 @@
.. _implementedservice_rekognition:
.. |start-h3| raw:: html
<h3>
.. |end-h3| raw:: html
</h3>
===========
rekognition
===========
.. autoclass:: moto.rekognition.models.RekognitionBackend
|start-h3| Example usage |end-h3|
.. sourcecode:: python
@mock_rekognition
def test_rekognition_behaviour:
boto3.client("rekognition")
...
|start-h3| Implemented features for this service |end-h3|
- [ ] compare_faces
- [ ] create_collection
- [ ] create_dataset
- [ ] create_project
- [ ] create_project_version
- [ ] create_stream_processor
- [ ] delete_collection
- [ ] delete_dataset
- [ ] delete_faces
- [ ] delete_project
- [ ] delete_project_version
- [ ] delete_stream_processor
- [ ] describe_collection
- [ ] describe_dataset
- [ ] describe_project_versions
- [ ] describe_projects
- [ ] describe_stream_processor
- [ ] detect_custom_labels
- [ ] detect_faces
- [ ] detect_labels
- [ ] detect_moderation_labels
- [ ] detect_protective_equipment
- [ ] detect_text
- [ ] distribute_dataset_entries
- [ ] get_celebrity_info
- [ ] get_celebrity_recognition
- [ ] get_content_moderation
- [ ] get_face_detection
- [ ] get_face_search
- [ ] get_label_detection
- [ ] get_person_tracking
- [ ] get_segment_detection
- [X] get_text_detection
This returns hardcoded values and none of the parameters are taken into account.
- [ ] index_faces
- [ ] list_collections
- [ ] list_dataset_entries
- [ ] list_dataset_labels
- [ ] list_faces
- [ ] list_stream_processors
- [ ] list_tags_for_resource
- [ ] recognize_celebrities
- [ ] search_faces
- [ ] search_faces_by_image
- [ ] start_celebrity_recognition
- [ ] start_content_moderation
- [ ] start_face_detection
- [ ] start_face_search
- [ ] start_label_detection
- [ ] start_person_tracking
- [ ] start_project_version
- [ ] start_segment_detection
- [ ] start_stream_processor
- [X] start_text_detection
- [ ] stop_project_version
- [ ] stop_stream_processor
- [ ] tag_resource
- [ ] untag_resource
- [ ] update_dataset_entries