Skip to content

Commit

Permalink
Merge branch 'release-1.26.143'
Browse files Browse the repository at this point in the history
* release-1.26.143:
  Bumping version to 1.26.143
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 30, 2023
2 parents 436b08c + 1f9c579 commit 2063784
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.26.143.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``chime-sdk-voice``",
"description": "[``botocore``] Added optional CallLeg field to StartSpeakerSearchTask API request",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Added Runtime parameter to allow selection of Ray Runtime",
"type": "api-change"
},
{
"category": "``groundstation``",
"description": "[``botocore``] Updating description of GetMinuteUsage to be clearer.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "[``botocore``] Campaigns now support selecting Timestream or S3 as the data destination, Signal catalogs now support \"Deprecation\" keyword released in VSS v2.1 and \"Comment\" keyword released in VSS v3.0",
"type": "api-change"
},
{
"category": "``location``",
"description": "[``botocore``] This release adds API support for political views for the maps service APIs: CreateMap, UpdateMap, DescribeMap.",
"type": "api-change"
},
{
"category": "``memorydb``",
"description": "[``botocore``] Amazon MemoryDB for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0",
"type": "api-change"
},
{
"category": "``personalize``",
"description": "[``botocore``] This release provides support for the exclusion of certain columns for training when creating a solution and creating or updating a recommender with Amazon Personalize.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "[``botocore``] Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE)",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Added new resource detail objects to ASFF, including resources for AwsGuardDutyDetector, AwsAmazonMqBroker, AwsEventSchemasRegistry, AwsAppSyncGraphQlApi and AwsStepFunctionStateMachine.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] This SDK release provides customers the ability to use Header Order as a field to match.",
"type": "api-change"
}
]
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.143
========

* api-change:``chime-sdk-voice``: [``botocore``] Added optional CallLeg field to StartSpeakerSearchTask API request
* api-change:``glue``: [``botocore``] Added Runtime parameter to allow selection of Ray Runtime
* api-change:``groundstation``: [``botocore``] Updating description of GetMinuteUsage to be clearer.
* api-change:``iotfleetwise``: [``botocore``] Campaigns now support selecting Timestream or S3 as the data destination, Signal catalogs now support "Deprecation" keyword released in VSS v2.1 and "Comment" keyword released in VSS v3.0
* api-change:``location``: [``botocore``] This release adds API support for political views for the maps service APIs: CreateMap, UpdateMap, DescribeMap.
* api-change:``memorydb``: [``botocore``] Amazon MemoryDB for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0
* api-change:``personalize``: [``botocore``] This release provides support for the exclusion of certain columns for training when creating a solution and creating or updating a recommender with Amazon Personalize.
* api-change:``polly``: [``botocore``] Amazon Polly adds 2 new voices - Sofie (da-DK) and Niamh (en-IE)
* api-change:``securityhub``: [``botocore``] Added new resource detail objects to ASFF, including resources for AwsGuardDutyDetector, AwsAmazonMqBroker, AwsEventSchemasRegistry, AwsAppSyncGraphQlApi and AwsStepFunctionStateMachine.
* api-change:``wafv2``: [``botocore``] This SDK release provides customers the ability to use Header Order as a field to match.


1.26.142
========

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.142'
__version__ = '1.26.143'


# 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.142,<1.30.0
botocore>=1.29.143,<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.142,<1.30.0',
'botocore>=1.29.143,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 2063784

Please sign in to comment.