Skip to content

Commit

Permalink
Bumping version to 1.31.77
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 2, 2023
1 parent da696a0 commit 9bafb7c
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.31.77.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``apprunner``",
"description": "AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "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": "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": "This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "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": "Update endpoint-rules client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-apprunner-13360.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-76685.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-endpointrules-72859.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-gamelift-6393.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-49564.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-networkfirewall-87081.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-quicksight-94877.json

This file was deleted.

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.31.77
=======

* api-change:``apprunner``: AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic.
* api-change:``connect``: 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``: 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``: This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
* api-change:``network-firewall``: This release introduces the stateless rule analyzer, which enables you to analyze your stateless rules for asymmetric routing.
* api-change:``quicksight``: 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``: Update endpoint-rules client to latest version


1.31.76
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.76'
__version__ = '1.31.77'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.76'
release = '1.31.77'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9bafb7c

Please sign in to comment.