Skip to content

Commit

Permalink
Merge branch 'release-1.26.88' into develop
Browse files Browse the repository at this point in the history
* release-1.26.88:
  Bumping version to 1.26.88
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 9, 2023
2 parents 8714af2 + 5f21aaf commit b10b80c
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.26.88.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``codeartifact``",
"description": "[``botocore``] This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.",
"type": "api-change"
},
{
"category": "``evidently``",
"description": "[``botocore``] Updated entity override documentation",
"type": "api-change"
},
{
"category": "``networkmanager``",
"description": "[``botocore``] This update provides example usage for TransitGatewayRouteTableArn.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.",
"type": "api-change"
},
{
"category": "``redshift-data``",
"description": "[``botocore``] Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Amazon SageMaker Inference now allows SSM access to customer's model container by setting the \"EnableSSMAccess\" parameter for a ProductionVariant in CreateEndpointConfig API.",
"type": "api-change"
},
{
"category": "``servicediscovery``",
"description": "[``botocore``] Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "[``botocore``] This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.26.88
=======

* api-change:``codeartifact``: [``botocore``] This release introduces the generic package format, a mechanism for storing arbitrary binary assets. It also adds a new API, PublishPackageVersion, to allow for publishing generic packages.
* api-change:``connect``: [``botocore``] This release adds a new API, GetMetricDataV2, which returns metric data for Amazon Connect.
* api-change:``evidently``: [``botocore``] Updated entity override documentation
* api-change:``networkmanager``: [``botocore``] This update provides example usage for TransitGatewayRouteTableArn.
* api-change:``quicksight``: [``botocore``] This release has two changes: add state persistence feature for embedded dashboard and console in GenerateEmbedUrlForRegisteredUser API; add properties for hidden collapsed row dimensions in PivotTableOptions.
* api-change:``redshift-data``: [``botocore``] Added support for Redshift Serverless workgroup-arn wherever the WorkgroupName parameter is available.
* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Inference now allows SSM access to customer's model container by setting the "EnableSSMAccess" parameter for a ProductionVariant in CreateEndpointConfig API.
* api-change:``servicediscovery``: [``botocore``] Updated all AWS Cloud Map APIs to provide consistent throttling exception (RequestLimitExceeded)
* api-change:``sesv2``: [``botocore``] This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects missing or misconfigured Brand Indicator for Message Identification (BIMI) DNS records for customer sending identities.


1.26.87
=======

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.87'
__version__ = '1.26.88'


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

0 comments on commit b10b80c

Please sign in to comment.