Skip to content

Commit c5026e7

Browse files
committed
update changelog
1 parent cdc9a4c commit c5026e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Release 2021-05-06
2+
3+
## Breaking change
4+
* `service/ec2` - v1.6.0
5+
* This release contains a breaking change to the Amazon EC2 API client. API number(int/int64/etc) and boolean members were changed from value, to pointer type. Your applications using the EC2 API client will fail to compile after upgrading for all members that were updated. To migrate to this module you'll need to update your application to use pointers for all number and boolean members in the API client module. The SDK provides helper utilities to convert between value and pointer types. For example the [aws.Bool](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws#Bool) function to get the address from a bool literal. Similar utilities are available for all other primitive types in the [aws](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws) package.
6+
27
## Service Client Highlights
38
* `service/acmpca` - v1.3.0
49
* Feature: API client updated
@@ -23,7 +28,6 @@
2328
* `service/docdb` - v1.4.0
2429
* Feature: API client updated
2530
* `service/ec2` - v1.6.0
26-
* This release contains a breaking change to the Amazon EC2 API client. API number(int/int64/etc) and boolean members were changed from value, to pointer type. Your applications using the EC2 API client will fail to compile after upgrading for all members that were updated. To migrate to this module you'll need to update your application to use pointers for all number and boolean members in the API client module. The SDK provides helper utilities to convert between value and pointer types. For example the [aws.Bool](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws#Bool) function to get the address from a bool literal. Similar utilities are available for all other primative types in the [aws](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/aws) package.
2731
* Bug Fix: Fix incorrectly modeled Amazon EC2 number and boolean members in structures. The Amazon EC2 API client has been updated with a breaking change to fix all structure number and boolean members to be pointer types instead of value types. Fixes [#1107](https://github.com/aws/aws-sdk-go-v2/issues/1107), [#1178](https://github.com/aws/aws-sdk-go-v2/issues/1178), and [#1190](https://github.com/aws/aws-sdk-go-v2/issues/1190). This breaking change is made within the major version of the client' module, because the client operations failed and were unusable with value type number and boolean members with the EC2 API.
2832
* Feature: API client updated
2933
* `service/ecs` - v1.3.0
@@ -84,7 +88,7 @@
8488
## Core SDK Highlights
8589
* Dependency Update: Update smithy-go dependency to v1.4.0
8690
* Dependency Update: Updated SDK dependencies to their latest versions.
87-
* `/` - v1.4.0
91+
* `aws` - v1.4.0
8892
* Feature: Add support for FIPS global partition endpoints ([#1242](https://github.com/aws/aws-sdk-go-v2/pull/1242))
8993

9094
# Release 2021-04-23

0 commit comments

Comments
 (0)