Skip to content

Commit

Permalink
Updates SDK to v2.1522.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 19, 2023
1 parent 1984f89 commit 42a1c02
Show file tree
Hide file tree
Showing 29 changed files with 2,249 additions and 313 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1522.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "bugfix",
"category": "Neptune Graph",
"description": "skips Neptune Graph from console repl"
},
{
"type": "feature",
"category": "AppSync",
"description": "This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection"
},
{
"type": "feature",
"category": "ChimeSDKMeetings",
"description": "Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting."
},
{
"type": "feature",
"category": "EC2",
"description": "Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones."
},
{
"type": "feature",
"category": "FSx",
"description": "Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration."
},
{
"type": "feature",
"category": "MarketplaceCatalog",
"description": "AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities."
},
{
"type": "feature",
"category": "RDS",
"description": "RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Neptune-Graph-5bb38964.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1521.0-->
<!--LATEST=2.1522.0-->
<!--ENTRYINSERT-->

## 2.1522.0
* bugfix: Neptune Graph: skips Neptune Graph from console repl
* feature: AppSync: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
* feature: ChimeSDKMeetings: Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.
* feature: EC2: Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* feature: FSx: Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
* feature: MarketplaceCatalog: AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.
* feature: RDS: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation

## 2.1521.0
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports trigger versions that define the fields in the request sent to pre token generation Lambda triggers.
* feature: EKS: Add support for EKS Cluster Access Management.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1521.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1522.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
Expand Down
Loading

0 comments on commit 42a1c02

Please sign in to comment.