Prepare release 3.1.1 (#4947)

This commit is contained in:
Bert Blommers 2022-03-18 11:25:27 -01:00 committed by GitHub
parent 98a73814b2
commit 713c152799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 3 deletions

View File

@ -1,6 +1,37 @@
Moto Changelog Moto Changelog
============== ==============
3.1.1
-----
Docker Digest for 3.1.1: <autopopulateddigest>
New Methods:
* AWSLambda:
* create_alias()
* delete_alias()
* delete_layer_version()
* get_alias()
* get_layer_version()
* update_alias()
* EFS:
* create_access_point()
* delete_access_point()
* describe_access_points()
* describe_lifecycle_configuration()
* describe_mount_target_security_groups()
* list_tags_for_resource()
* modify_mount_target_security_groups()
* put_lifecycle_configuration()
* tag_resource()
* untag_resource()
Miscellaneous:
* AWSLambda: get_function now returns the parameters Tags, LastUpdateStatus, TracingConfig
* ELBV2:describe_tags() now supports ListenerRules.
3.1.0 3.1.0
----- -----
Docker Digest for 3.1.0: _sha256:1656754cf4de441d85b08f584d9dcb095880d3bf250f05da26a03ff219d586c8_ Docker Digest for 3.1.0: _sha256:1656754cf4de441d85b08f584d9dcb095880d3bf250f05da26a03ff219d586c8_

View File

@ -5350,7 +5350,7 @@
## stepfunctions ## stepfunctions
<details> <details>
<summary>52% implemented</summary> <summary>56% implemented</summary>
- [ ] create_activity - [ ] create_activity
- [X] create_state_machine - [X] create_state_machine
@ -5365,7 +5365,7 @@
- [ ] list_activities - [ ] list_activities
- [X] list_executions - [X] list_executions
- [X] list_state_machines - [X] list_state_machines
- [ ] list_tags_for_resource - [X] list_tags_for_resource
- [ ] send_task_failure - [ ] send_task_failure
- [ ] send_task_heartbeat - [ ] send_task_heartbeat
- [ ] send_task_success - [ ] send_task_success
@ -5615,6 +5615,7 @@
- autoscaling-plans - autoscaling-plans
- backup - backup
- backup-gateway - backup-gateway
- billingconductor
- braket - braket
- ce - ce
- chime - chime

View File

@ -38,7 +38,7 @@ stepfunctions
- [ ] list_activities - [ ] list_activities
- [X] list_executions - [X] list_executions
- [X] list_state_machines - [X] list_state_machines
- [ ] list_tags_for_resource - [X] list_tags_for_resource
- [ ] send_task_failure - [ ] send_task_failure
- [ ] send_task_heartbeat - [ ] send_task_heartbeat
- [ ] send_task_success - [ ] send_task_success