Skip to content

Commit

Permalink
Bumping version to 1.26.28
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 12, 2022
1 parent d1c15ad commit 42f6fe1
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.26.28.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "Endpoint provider",
"description": "[``botocore``] Updates ARN parsing ``resourceId`` delimiters",
"type": "bugfix"
},
{
"category": "``customer-profiles``",
"description": "[``botocore``] This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.",
"type": "api-change"
},
{
"category": "``kinesisvideo``",
"description": "[``botocore``] This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.",
"type": "api-change"
},
{
"category": "``lookoutvision``",
"description": "[``botocore``] This documentation update adds kms:GenerateDataKey as a required permission to StartModelPackagingJob.",
"type": "api-change"
},
{
"category": "``migration-hub-refactor-spaces``",
"description": "[``botocore``] This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Update the RDS API model to support copying option groups during the CopyDBSnapshot operation",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "[``botocore``] Adds support for \"aliases\" and \"categories\", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.",
"type": "api-change"
},
{
"category": "``sagemaker-metrics``",
"description": "[``botocore``] This release introduces support SageMaker Metrics APIs.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] Documents the naming requirement for logging destinations that you use with web ACLs.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-customerprofiles-33443.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-57344.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kinesisvideo-3480.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lookoutvision-3941.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-11261.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rekognition-65276.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemakermetrics-15954.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-39626.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Endpointprovider-32427.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.26.28
=======

* bugfix:Endpoint provider: [``botocore``] Updates ARN parsing ``resourceId`` delimiters
* api-change:``customer-profiles``: [``botocore``] This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
* api-change:``ec2``: [``botocore``] This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
* api-change:``kinesisvideo``: [``botocore``] This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.
* api-change:``lookoutvision``: [``botocore``] This documentation update adds kms:GenerateDataKey as a required permission to StartModelPackagingJob.
* api-change:``migration-hub-refactor-spaces``: [``botocore``] This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.
* api-change:``rds``: [``botocore``] Update the RDS API model to support copying option groups during the CopyDBSnapshot operation
* api-change:``rekognition``: [``botocore``] Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.
* api-change:``sagemaker-metrics``: [``botocore``] This release introduces support SageMaker Metrics APIs.
* api-change:``wafv2``: [``botocore``] Documents the naming requirement for logging destinations that you use with web ACLs.


1.26.27
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.26.27'
__version__ = '1.26.28'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.29.27,<1.30.0
botocore>=1.29.28,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.27,<1.30.0',
'botocore>=1.29.28,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 42f6fe1

Please sign in to comment.