Skip to content

Commit

Permalink
Merge branch 'release-1.28.77' into develop
Browse files Browse the repository at this point in the history
* release-1.28.77:
  Bumping version to 1.28.77
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 2, 2023
2 parents 09e173b + a4d85d4 commit b2df09c
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.28.77.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``apprunner``",
"description": "[``botocore``] AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] GetMetricDataV2 API: Update to include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME, PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "[``botocore``] Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "[``botocore``] This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Got confirmed from qmeixua@ about custom week features, and tested locally with aws cli and java sdk that the subtypes are showing up.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.28.77
=======

* api-change:``apprunner``: [``botocore``] AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.
* api-change:``connect``: [``botocore``] GetMetricDataV2 API: Update to include new metrics PERCENT_NON_TALK_TIME, PERCENT_TALK_TIME, PERCENT_TALK_TIME_AGENT, PERCENT_TALK_TIME_CUSTOMER
* api-change:``gamelift``: [``botocore``] Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources.
* api-change:``glue``: [``botocore``] This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
* api-change:``network-firewall``: [``botocore``] This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing.
* api-change:``quicksight``: [``botocore``] Got confirmed from qmeixua@ about custom week features, and tested locally with aws cli and java sdk that the subtypes are showing up.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.28.76
=======

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.28.76'
__version__ = '1.28.77'


# 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.31.76,<1.32.0
botocore>=1.31.77,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.7.0,<0.8.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.31.76,<1.32.0',
'botocore>=1.31.77,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit b2df09c

Please sign in to comment.