Skip to content

Commit

Permalink
Release v1.38.30 (2021-04-30)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/cloudfront`: Updates service API and documentation
  * CloudFront now supports CloudFront Functions, a native feature of CloudFront that enables you to write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations.
* `service/customer-profiles`: Updates service API and documentation
* `service/forecast`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/personalize`: Updates service documentation
* `service/robomaker`: Updates service API

### SDK Enhancements
* `private/protocol/xml/xmlutil`: XML encoding has been updated to include encoding line feed character. ([#3881](#3881))
  • Loading branch information
awssdkgo committed Apr 30, 2021
1 parent 65c0f3b commit a20a8a1
Show file tree
Hide file tree
Showing 23 changed files with 4,822 additions and 385 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
Release v1.38.30 (2021-04-30)
===

### Service Client Updates
* `service/cloudfront`: Updates service API and documentation
* CloudFront now supports CloudFront Functions, a native feature of CloudFront that enables you to write lightweight functions in JavaScript for high-scale, latency-sensitive CDN customizations.
* `service/customer-profiles`: Updates service API and documentation
* `service/forecast`: Updates service API and documentation
* `service/marketplace-catalog`: Updates service API and documentation
* `service/personalize`: Updates service documentation
* `service/robomaker`: Updates service API

### SDK Enhancements
* `private/protocol/xml/xmlutil`: XML encoding has been updated to include encoding line feed character. ([#3881](https://github.com/aws/aws-sdk-go/pull/3881))

Release v1.38.29 (2021-04-29)
===

Expand Down
1 change: 0 additions & 1 deletion CHANGELOG_PENDING.md
@@ -1,6 +1,5 @@
### SDK Features

### SDK Enhancements
* `private/protocol/xml/xmlutil`: XML encoding has been updated to include encoding line feed character. ([#3881](https://github.com/aws/aws-sdk-go/pull/3881))

### SDK Bugs
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.29"
const SDKVersion = "1.38.30"

0 comments on commit a20a8a1

Please sign in to comment.