Skip to content

1.3.0

Compare
Choose a tag to compare
@aws-sdk-swift-automation aws-sdk-swift-automation released this 22 Apr 19:21
· 9 commits to main since this release

What's Changed

[BREAKING API CHANGE] The type for the port property (i.e. for TCP port number) has been changed from Int16 to UInt16 on the URI, Endpoint, and HTTPRequest types, plus their associated builder types, due to the fact that Int16 cannot represent port numbers above 32767. If you set your own TCP port numbers on these types, you may have to adjust your code to set a UInt16 value.

We expect that very few customers will be affected, but nevertheless we apologize for the breaking change.

Service Features

  • AWS EntityResolution: To expand support for matching records using digital identifiers with TransUnion
  • AWS EC2: Added support for ClientRouteEnforcementOptions flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
  • AWS Cognito Identity Provider: This release adds refresh token rotation.
  • AWS S3 Control: Fix endpoint resolution test cases
  • AWS mq: You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference.
  • AWS Redshift Serverless: Provides new and updated API members to support the Redshift Serverless reservations feature.
  • AWS Account: AWS Account Management now supports account name update via IAM principals.

Miscellaneous

  • fix!: Represent TCP port as UInt16 (#1923)

Full Changelog: 1.2.63...1.3.0