Skip to content

Commit

Permalink
Add CHANGELOG entry mentioning aws/aws-sdk-go-v2#2162.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 20, 2023
1 parent a8f05c0 commit 61cfa32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/34476.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ resource/aws_lambda_function: Add support for `java21` `runtime` value

```release-note:enhancement
resource/aws_lambda_layer_version: Add support for `java21` `compatible_runtimes` value
```

```release-note:note
provider: This release includes an update to the AWS SDK for Go v2 with breaking type changes to several services: `internetmonitor`, `ivschat`, `pipes`, and `s3`. These changes primarily affect how arguments with default values are serialized for outbound requests, changing scalar types to pointers. See [this AWS SDK for Go V2 issue](https://github.com/aws/aws-sdk-go-v2/issues/2162) for additional context. The corresponding provider changes should make this breakfix transparent to users, but as with any breaking change there is the potential for missed edge cases. If errors are observed in the impacted resources, please link to this dependency update pull request in the bug report
```

0 comments on commit 61cfa32

Please sign in to comment.