Skip to content

Commit

Permalink
Merge pull request #8017 from hssyoo/update-v2
Browse files Browse the repository at this point in the history
Update v2
  • Loading branch information
hssyoo committed Jul 5, 2023
2 parents 089542f + 028d73a commit bba5b99
Show file tree
Hide file tree
Showing 34 changed files with 1,710 additions and 1,002 deletions.
37 changes: 37 additions & 0 deletions .changes/1.27.165.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``amp``",
"description": "AWS SDK service model generation tool version upgrade.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Added new field \"credentialspecs\" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release includes improved color handling of overlays and general updates to user documentation.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for rolling deployment in SageMaker Inference.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Add outbound Basic authentication support to AS2 connectors",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "This release corrects several broken links in the documentation.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions .changes/1.28.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``batch``",
"description": "This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.",
"type": "api-change"
}
]
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-amp-27715.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``amp``",
"description": "AWS SDK service model generation tool version upgrade.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-batch-93778.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``batch``",
"description": "This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-ecs-23215.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``ecs``",
"description": "Added new field \"credentialspecs\" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-ivs-75988.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``ivs``",
"description": "Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-mediaconvert-15219.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``mediaconvert``",
"description": "This release includes improved color handling of overlays and general updates to user documentation.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-sagemaker-15808.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``sagemaker``",
"description": "SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-sagemaker-47780.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``sagemaker``",
"description": "This release adds support for rolling deployment in SageMaker Inference.",
"type": "api-change"
}
5 changes: 5 additions & 0 deletions .changes/next-release/apichange-transfer-46421.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``transfer``",
"description": "Add outbound Basic authentication support to AS2 connectors",
"type": "api-change"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``verifiedpermissions``",
"description": "This release corrects several broken links in the documentation.",
"type": "api-change"
}
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5633,6 +5633,25 @@ CHANGELOG
* feature:wizard: Added support for AWS CLI Wizards. See `#3752 <https://github.com/aws/aws-cli/issues/3752>`__.


1.28.0
======

* api-change:``batch``: This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
* api-change:``sagemaker``: SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.


1.27.165
========

* api-change:``amp``: AWS SDK service model generation tool version upgrade.
* api-change:``ecs``: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
* api-change:``ivs``: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
* api-change:``mediaconvert``: This release includes improved color handling of overlays and general updates to user documentation.
* api-change:``sagemaker``: This release adds support for rolling deployment in SageMaker Inference.
* api-change:``transfer``: Add outbound Basic authentication support to AS2 connectors
* api-change:``verifiedpermissions``: This release corrects several broken links in the documentation.


1.27.164
========

Expand Down
Loading

0 comments on commit bba5b99

Please sign in to comment.