Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1320.0
Choose a base ref
...
head repository: aws/aws-sdk-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1321.0
Choose a head ref
  • 2 commits
  • 25 files changed
  • 2 contributors

Commits on Feb 22, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1b89b85 View commit details
  2. Updates SDK to v2.1321.0

    awstools committed Feb 22, 2023
    Copy the full SHA
    df86722 View commit details
27 changes: 27 additions & 0 deletions .changes/2.1321.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "ChimeSDKVoice",
"description": "This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace"
},
{
"type": "feature",
"category": "CloudFront",
"description": "CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list."
},
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window."
},
{
"type": "feature",
"category": "RUM",
"description": "CloudWatch RUM now supports CloudWatch Custom Metrics"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1320.0-->
<!--LATEST=2.1321.0-->
<!--ENTRYINSERT-->

## 2.1321.0
* feature: ChimeSDKVoice: This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace
* feature: CloudFront: CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list.
* feature: DataSync: AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1.
* feature: OpenSearch: This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window.
* feature: RUM: CloudWatch RUM now supports CloudWatch Custom Metrics

## 2.1320.0
* feature: QuickSight: S3 data sources now accept a custom IAM role.
* feature: Resiliencehub: In this release we improved resilience hub application creation and maintenance by introducing new resource and app component crud APIs, improving visibility and maintenance of application input sources and added support for additional information attributes to be provided by customers.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1320.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1321.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
3 changes: 3 additions & 0 deletions apis/chime-sdk-voice-2022-08-03.min.json
Original file line number Diff line number Diff line change
@@ -2634,6 +2634,9 @@
"members": {
"EnableSIPLogs": {
"type": "boolean"
},
"EnableMediaMetricLogs": {
"type": "boolean"
}
}
},
3 changes: 3 additions & 0 deletions apis/chime-sdk-voice-2022-08-03.normal.json
Original file line number Diff line number Diff line change
@@ -4163,6 +4163,9 @@
"members": {
"EnableSIPLogs": {
"shape": "Boolean"
},
"EnableMediaMetricLogs": {
"shape": "Boolean"
}
}
},
Loading