Unverified Commit d16ee113 authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

Prepare for 2022-04-13 release (#1317)

* update: models for release

* update: Changelogs for release
update: gradle properties for release
parent 251102a7
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
0.40.0 (April 13th, 2022)
=========================
**Breaking Changes:**
- ⚠ ([aws-sdk-rust#490](https://github.com/awslabs/aws-sdk-rust/issues/490)) Update all runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)

**New this release:**
- ([smithy-rs#1262](https://github.com/awslabs/smithy-rs/issues/1262), @liubin) Fix link to Developer Guide in crate's README.md
- ([smithy-rs#1301](https://github.com/awslabs/smithy-rs/issues/1301), @benesch) Update urlencoding crate to v2.1.0

**Contributors**
Thank you for your contributions! ❤
- @benesch ([smithy-rs#1301](https://github.com/awslabs/smithy-rs/issues/1301))
- @liubin ([smithy-rs#1262](https://github.com/awslabs/smithy-rs/issues/1262))

0.39.0 (March 17, 2022)
=======================
**Breaking Changes:**
+0 −54
Original line number Diff line number Diff line
@@ -10,57 +10,3 @@
# references = ["smithy-rs#920"]
# meta = { "breaking" = false, "tada" = false, "bug" = false }
# author = "rcoh"

[[smithy-rs]]
message = "Fix link to Developer Guide in crate's README.md"
references = ["smithy-rs#1262"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "liubin"

[[aws-sdk-rust]]
message = "Fix link to Developer Guide in crate's README.md"
references = ["smithy-rs#1262"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "liubin"

[[smithy-rs]]
message = "Update all runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)"
references = ["aws-sdk-rust#490"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "Velfi"

[[aws-sdk-rust]]
message = "Update all SDK and runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)"
references = ["aws-sdk-rust#490"]
meta = { "breaking" = true, "tada" = false, "bug" = false }
author = "Velfi"

[[aws-sdk-rust]]
message = "Treat blank environment variable credentials (`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`) as missing instead of attempting to use them to sign requests."
references = ["aws-sdk-rust#1271"]
meta = { "breaking" = false, "tada" = false, "bug" = true }
author = "elrob"

[[aws-sdk-rust]]
message = "Add support for configuring the session length in [AssumeRoleProvider](https://docs.rs/aws-config/latest/aws_config/sts/struct.AssumeRoleProvider.html)"
references = ["aws-sdk-rust#479", "smithy-rs#1296"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "rcoh"

[[aws-sdk-rust]]
message = "Add caching to [AssumeRoleProvider](https://docs.rs/aws-config/latest/aws_config/sts/struct.AssumeRoleProvider.html)"
references = ["smithy-rs#1296"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "rcoh"

[[smithy-rs]]
message = "Update urlencoding crate to v2.1.0"
references = ["smithy-rs#1301"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "benesch"

[[aws-sdk-rust]]
message = "Add endpoint resolver to SdkConfig. This enables overriding the endpoint resolver for all services build from a single SdkConfig."
references = ["smithy-rs#1300"]
meta = { "breaking" = false, "tada" = false, "bug" = false }
author = "benesch"
+18 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file, use `update-changelogs` -->
0.10.0 (April 13th, 2022)
=========================
**Breaking Changes:**
- ⚠ ([aws-sdk-rust#490](https://github.com/awslabs/aws-sdk-rust/issues/490)) Update all SDK and runtime crates to [edition 2021](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)

**New this release:**
- ([smithy-rs#1262](https://github.com/awslabs/smithy-rs/issues/1262), @liubin) Fix link to Developer Guide in crate's README.md
- 🐛 ([aws-sdk-rust#1271](https://github.com/awslabs/aws-sdk-rust/issues/1271), @elrob) Treat blank environment variable credentials (`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`) as missing instead of attempting to use them to sign requests.
- ([aws-sdk-rust#479](https://github.com/awslabs/aws-sdk-rust/issues/479), [smithy-rs#1296](https://github.com/awslabs/smithy-rs/issues/1296)) Add support for configuring the session length in [AssumeRoleProvider](https://docs.rs/aws-config/latest/aws_config/sts/struct.AssumeRoleProvider.html)
- ([smithy-rs#1296](https://github.com/awslabs/smithy-rs/issues/1296)) Add caching to [AssumeRoleProvider](https://docs.rs/aws-config/latest/aws_config/sts/struct.AssumeRoleProvider.html)
- ([smithy-rs#1300](https://github.com/awslabs/smithy-rs/issues/1300), @benesch) Add endpoint resolver to SdkConfig. This enables overriding the endpoint resolver for all services build from a single SdkConfig.

**Contributors**
Thank you for your contributions! ❤
- @benesch ([smithy-rs#1300](https://github.com/awslabs/smithy-rs/issues/1300))
- @elrob ([aws-sdk-rust#1271](https://github.com/awslabs/aws-sdk-rust/issues/1271))
- @liubin ([smithy-rs#1262](https://github.com/awslabs/smithy-rs/issues/1262))

0.9.0 (March 17, 2022)
======================
**Breaking Changes:**
+176 −70

File changed.

Preview size limit exceeded, changes collapsed.

+89 −14
Original line number Diff line number Diff line
@@ -811,7 +811,7 @@
                "DeliveryMethod": {
                    "target": "com.amazonaws.amplifybackend#DeliveryMethod",
                    "traits": {
                        "smithy.api#documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes which mode to use (either SMS or email) to deliver messages to app users who want to recover their password.</p>",
                        "smithy.api#jsonName": "deliveryMethod",
                        "smithy.api#required": {}
                    }
@@ -819,20 +819,20 @@
                "EmailSettings": {
                    "target": "com.amazonaws.amplifybackend#EmailSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>",
                        "smithy.api#jsonName": "emailSettings"
                    }
                },
                "SmsSettings": {
                    "target": "com.amazonaws.amplifybackend#SmsSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The configuration for the SMS message sent when an app user forgets their password.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an app user forgets their password.</p>",
                        "smithy.api#jsonName": "smsSettings"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>"
                "smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>"
            }
        },
        "com.amazonaws.amplifybackend#CreateBackendAuthIdentityPoolConfig": {
@@ -1090,7 +1090,7 @@
                "ForgotPassword": {
                    "target": "com.amazonaws.amplifybackend#CreateBackendAuthForgotPasswordConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgotten password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
                        "smithy.api#jsonName": "forgotPassword"
                    }
                },
@@ -1138,12 +1138,49 @@
                        "smithy.api#jsonName": "userPoolName",
                        "smithy.api#required": {}
                    }
                },
                "VerificationMessage": {
                    "target": "com.amazonaws.amplifybackend#CreateBackendAuthVerificationMessageConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
                        "smithy.api#jsonName": "verificationMessage"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Describes the Amazon Cognito user pool configuration for the auth resource to be configured for your Amplify project.</p>"
            }
        },
        "com.amazonaws.amplifybackend#CreateBackendAuthVerificationMessageConfig": {
            "type": "structure",
            "members": {
                "DeliveryMethod": {
                    "target": "com.amazonaws.amplifybackend#DeliveryMethod",
                    "traits": {
                        "smithy.api#documentation": "<p>The type of verification message to send.</p>",
                        "smithy.api#jsonName": "deliveryMethod",
                        "smithy.api#required": {}
                    }
                },
                "EmailSettings": {
                    "target": "com.amazonaws.amplifybackend#EmailSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The settings for the email message.</p>",
                        "smithy.api#jsonName": "emailSettings"
                    }
                },
                "SmsSettings": {
                    "target": "com.amazonaws.amplifybackend#SmsSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The settings for the SMS message.</p>",
                        "smithy.api#jsonName": "smsSettings"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Creates an email or SMS verification message for the auth resource configured for your Amplify project.</p>"
            }
        },
        "com.amazonaws.amplifybackend#CreateBackendConfig": {
            "type": "operation",
            "input": {
@@ -1261,7 +1298,7 @@
                "ResourceConfig": {
                    "target": "com.amazonaws.amplifybackend#ResourceConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>The resource configuration for creating backend storage.</p>",
                        "smithy.api#documentation": "<p>The resource configuration for creating a backend.</p>",
                        "smithy.api#jsonName": "resourceConfig"
                    }
                },
@@ -2033,6 +2070,7 @@
        "com.amazonaws.amplifybackend#DeliveryMethod": {
            "type": "string",
            "traits": {
                "smithy.api#documentation": "<p>The type of verification message to send.</p>",
                "smithy.api#enum": [
                    {
                        "value": "EMAIL",
@@ -2051,14 +2089,14 @@
                "EmailMessage": {
                    "target": "com.amazonaws.amplifybackend#__string",
                    "traits": {
                        "smithy.api#documentation": "<p>The body of the email.</p>",
                        "smithy.api#documentation": "<p>The contents of the email message.</p>",
                        "smithy.api#jsonName": "emailMessage"
                    }
                },
                "EmailSubject": {
                    "target": "com.amazonaws.amplifybackend#__string",
                    "traits": {
                        "smithy.api#documentation": "<p>The subject of the email.</p>",
                        "smithy.api#documentation": "<p>The contents of the subject line of the email message.</p>",
                        "smithy.api#jsonName": "emailSubject"
                    }
                }
@@ -3916,7 +3954,7 @@
                "SmsMessage": {
                    "target": "com.amazonaws.amplifybackend#__string",
                    "traits": {
                        "smithy.api#documentation": "<p>The body of the SMS message.</p>",
                        "smithy.api#documentation": "<p>The contents of the SMS message.</p>",
                        "smithy.api#jsonName": "smsMessage"
                    }
                }
@@ -4157,27 +4195,27 @@
                "DeliveryMethod": {
                    "target": "com.amazonaws.amplifybackend#DeliveryMethod",
                    "traits": {
                        "smithy.api#documentation": "<p>Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes which mode to use (either SMS or email) to deliver messages to app users that want to recover their password.</p>",
                        "smithy.api#jsonName": "deliveryMethod"
                    }
                },
                "EmailSettings": {
                    "target": "com.amazonaws.amplifybackend#EmailSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The configuration for the email sent when an app user forgets their password.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the email sent when an app user forgets their password.</p>",
                        "smithy.api#jsonName": "emailSettings"
                    }
                },
                "SmsSettings": {
                    "target": "com.amazonaws.amplifybackend#SmsSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The configuration for the SMS message sent when an Amplify app user forgets their password.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> The configuration for the SMS message sent when an Amplify app user forgets their password.</p>",
                        "smithy.api#jsonName": "smsSettings"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Describes the forgot password policy for authenticating into the Amplify app.</p>"
                "smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for authenticating into the Amplify app.</p>"
            }
        },
        "com.amazonaws.amplifybackend#UpdateBackendAuthIdentityPoolConfig": {
@@ -4420,7 +4458,7 @@
                "ForgotPassword": {
                    "target": "com.amazonaws.amplifybackend#UpdateBackendAuthForgotPasswordConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
                        "smithy.api#documentation": "<p><b>(DEPRECATED)</b> Describes the forgot password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
                        "smithy.api#jsonName": "forgotPassword"
                    }
                },
@@ -4444,12 +4482,49 @@
                        "smithy.api#documentation": "<p>Describes the password policy for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
                        "smithy.api#jsonName": "passwordPolicy"
                    }
                },
                "VerificationMessage": {
                    "target": "com.amazonaws.amplifybackend#UpdateBackendAuthVerificationMessageConfig",
                    "traits": {
                        "smithy.api#documentation": "<p>Describes the email or SMS verification message for your Amazon Cognito user pool, configured as a part of your Amplify project.</p>",
                        "smithy.api#jsonName": "verificationMessage"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Describes the Amazon Cognito user pool configuration for the authorization resource to be configured for your Amplify project on an update.</p>"
            }
        },
        "com.amazonaws.amplifybackend#UpdateBackendAuthVerificationMessageConfig": {
            "type": "structure",
            "members": {
                "DeliveryMethod": {
                    "target": "com.amazonaws.amplifybackend#DeliveryMethod",
                    "traits": {
                        "smithy.api#documentation": "<p>The type of verification message to send.</p>",
                        "smithy.api#jsonName": "deliveryMethod",
                        "smithy.api#required": {}
                    }
                },
                "EmailSettings": {
                    "target": "com.amazonaws.amplifybackend#EmailSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The settings for the email message.</p>",
                        "smithy.api#jsonName": "emailSettings"
                    }
                },
                "SmsSettings": {
                    "target": "com.amazonaws.amplifybackend#SmsSettings",
                    "traits": {
                        "smithy.api#documentation": "<p>The settings for the SMS message.</p>",
                        "smithy.api#jsonName": "smsSettings"
                    }
                }
            },
            "traits": {
                "smithy.api#documentation": "<p>Updates the configuration of the email or SMS message for the auth resource configured for your Amplify project.</p>"
            }
        },
        "com.amazonaws.amplifybackend#UpdateBackendConfig": {
            "type": "operation",
            "input": {
Loading