From 47ac3361b910f4765a4408608ae664889c2fb3be Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Nov 2023 18:21:18 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-apprunner-13360.json | 5 +++++ .changes/next-release/api-change-connect-76685.json | 5 +++++ .changes/next-release/api-change-endpointrules-72859.json | 5 +++++ .changes/next-release/api-change-gamelift-6393.json | 5 +++++ .changes/next-release/api-change-glue-49564.json | 5 +++++ .changes/next-release/api-change-networkfirewall-87081.json | 5 +++++ .changes/next-release/api-change-quicksight-94877.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-apprunner-13360.json create mode 100644 .changes/next-release/api-change-connect-76685.json create mode 100644 .changes/next-release/api-change-endpointrules-72859.json create mode 100644 .changes/next-release/api-change-gamelift-6393.json create mode 100644 .changes/next-release/api-change-glue-49564.json create mode 100644 .changes/next-release/api-change-networkfirewall-87081.json create mode 100644 .changes/next-release/api-change-quicksight-94877.json diff --git a/.changes/next-release/api-change-apprunner-13360.json b/.changes/next-release/api-change-apprunner-13360.json new file mode 100644 index 0000000000..9fd6842b98 --- /dev/null +++ b/.changes/next-release/api-change-apprunner-13360.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``apprunner``", + "description": "[``botocore``] AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic." +} diff --git a/.changes/next-release/api-change-connect-76685.json b/.changes/next-release/api-change-connect-76685.json new file mode 100644 index 0000000000..379d647c71 --- /dev/null +++ b/.changes/next-release/api-change-connect-76685.json @@ -0,0 +1,5 @@ +{ + "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" +} diff --git a/.changes/next-release/api-change-endpointrules-72859.json b/.changes/next-release/api-change-endpointrules-72859.json new file mode 100644 index 0000000000..11a6d922e0 --- /dev/null +++ b/.changes/next-release/api-change-endpointrules-72859.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``endpoint-rules``", + "description": "[``botocore``] Update endpoint-rules client to latest version" +} diff --git a/.changes/next-release/api-change-gamelift-6393.json b/.changes/next-release/api-change-gamelift-6393.json new file mode 100644 index 0000000000..ae2a7873bd --- /dev/null +++ b/.changes/next-release/api-change-gamelift-6393.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-glue-49564.json b/.changes/next-release/api-change-glue-49564.json new file mode 100644 index 0000000000..372181f6e7 --- /dev/null +++ b/.changes/next-release/api-change-glue-49564.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode." +} diff --git a/.changes/next-release/api-change-networkfirewall-87081.json b/.changes/next-release/api-change-networkfirewall-87081.json new file mode 100644 index 0000000000..395864110c --- /dev/null +++ b/.changes/next-release/api-change-networkfirewall-87081.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-quicksight-94877.json b/.changes/next-release/api-change-quicksight-94877.json new file mode 100644 index 0000000000..63051a9207 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-94877.json @@ -0,0 +1,5 @@ +{ + "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." +} From a4d85d4edc8b024730c825c88e0fa89993210586 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 2 Nov 2023 18:21:39 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.77 --- .changes/1.28.77.json | 37 +++++++++++++++++++ .../api-change-apprunner-13360.json | 5 --- .../api-change-connect-76685.json | 5 --- .../api-change-endpointrules-72859.json | 5 --- .../api-change-gamelift-6393.json | 5 --- .../next-release/api-change-glue-49564.json | 5 --- .../api-change-networkfirewall-87081.json | 5 --- .../api-change-quicksight-94877.json | 5 --- CHANGELOG.rst | 12 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 .changes/1.28.77.json delete mode 100644 .changes/next-release/api-change-apprunner-13360.json delete mode 100644 .changes/next-release/api-change-connect-76685.json delete mode 100644 .changes/next-release/api-change-endpointrules-72859.json delete mode 100644 .changes/next-release/api-change-gamelift-6393.json delete mode 100644 .changes/next-release/api-change-glue-49564.json delete mode 100644 .changes/next-release/api-change-networkfirewall-87081.json delete mode 100644 .changes/next-release/api-change-quicksight-94877.json diff --git a/.changes/1.28.77.json b/.changes/1.28.77.json new file mode 100644 index 0000000000..ff87b47ac0 --- /dev/null +++ b/.changes/1.28.77.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-apprunner-13360.json b/.changes/next-release/api-change-apprunner-13360.json deleted file mode 100644 index 9fd6842b98..0000000000 --- a/.changes/next-release/api-change-apprunner-13360.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``apprunner``", - "description": "[``botocore``] AWS App Runner now supports using dual-stack address type for the public endpoint of your incoming traffic." -} diff --git a/.changes/next-release/api-change-connect-76685.json b/.changes/next-release/api-change-connect-76685.json deleted file mode 100644 index 379d647c71..0000000000 --- a/.changes/next-release/api-change-connect-76685.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} diff --git a/.changes/next-release/api-change-endpointrules-72859.json b/.changes/next-release/api-change-endpointrules-72859.json deleted file mode 100644 index 11a6d922e0..0000000000 --- a/.changes/next-release/api-change-endpointrules-72859.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``endpoint-rules``", - "description": "[``botocore``] Update endpoint-rules client to latest version" -} diff --git a/.changes/next-release/api-change-gamelift-6393.json b/.changes/next-release/api-change-gamelift-6393.json deleted file mode 100644 index ae2a7873bd..0000000000 --- a/.changes/next-release/api-change-gamelift-6393.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-glue-49564.json b/.changes/next-release/api-change-glue-49564.json deleted file mode 100644 index 372181f6e7..0000000000 --- a/.changes/next-release/api-change-glue-49564.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode." -} diff --git a/.changes/next-release/api-change-networkfirewall-87081.json b/.changes/next-release/api-change-networkfirewall-87081.json deleted file mode 100644 index 395864110c..0000000000 --- a/.changes/next-release/api-change-networkfirewall-87081.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-quicksight-94877.json b/.changes/next-release/api-change-quicksight-94877.json deleted file mode 100644 index 63051a9207..0000000000 --- a/.changes/next-release/api-change-quicksight-94877.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d7e8b2c05c..d1e3335fb9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 003ea32845..f924f4a451 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 9a2e402785..358baa6ac4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 618dad16e6..7d0d96a73b 100644 --- a/setup.py +++ b/setup.py @@ -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', ]