From c90c0db243c22df579dc025389708b2095b7e6ac Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 21 May 2024 18:04:47 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudfront-10645.json | 5 +++++ .changes/next-release/api-change-glue-11865.json | 5 +++++ .changes/next-release/api-change-lightsail-76207.json | 5 +++++ .changes/next-release/api-change-mailmanager-98247.json | 5 +++++ .changes/next-release/api-change-pi-58787.json | 5 +++++ .changes/next-release/api-change-rds-33864.json | 5 +++++ .changes/next-release/api-change-storagegateway-89317.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-cloudfront-10645.json create mode 100644 .changes/next-release/api-change-glue-11865.json create mode 100644 .changes/next-release/api-change-lightsail-76207.json create mode 100644 .changes/next-release/api-change-mailmanager-98247.json create mode 100644 .changes/next-release/api-change-pi-58787.json create mode 100644 .changes/next-release/api-change-rds-33864.json create mode 100644 .changes/next-release/api-change-storagegateway-89317.json diff --git a/.changes/next-release/api-change-cloudfront-10645.json b/.changes/next-release/api-change-cloudfront-10645.json new file mode 100644 index 0000000000..94d5639d3d --- /dev/null +++ b/.changes/next-release/api-change-cloudfront-10645.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront``", + "description": "[``botocore``] Model update; no change to SDK functionality." +} diff --git a/.changes/next-release/api-change-glue-11865.json b/.changes/next-release/api-change-glue-11865.json new file mode 100644 index 0000000000..44a7d44dfa --- /dev/null +++ b/.changes/next-release/api-change-glue-11865.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED." +} diff --git a/.changes/next-release/api-change-lightsail-76207.json b/.changes/next-release/api-change-lightsail-76207.json new file mode 100644 index 0000000000..8e33e4c770 --- /dev/null +++ b/.changes/next-release/api-change-lightsail-76207.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lightsail``", + "description": "[``botocore``] This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types." +} diff --git a/.changes/next-release/api-change-mailmanager-98247.json b/.changes/next-release/api-change-mailmanager-98247.json new file mode 100644 index 0000000000..29bf63c5fa --- /dev/null +++ b/.changes/next-release/api-change-mailmanager-98247.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``mailmanager``", + "description": "[``botocore``] This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control." +} diff --git a/.changes/next-release/api-change-pi-58787.json b/.changes/next-release/api-change-pi-58787.json new file mode 100644 index 0000000000..8db5644149 --- /dev/null +++ b/.changes/next-release/api-change-pi-58787.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pi``", + "description": "[``botocore``] Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters." +} diff --git a/.changes/next-release/api-change-rds-33864.json b/.changes/next-release/api-change-rds-33864.json new file mode 100644 index 0000000000..137502d422 --- /dev/null +++ b/.changes/next-release/api-change-rds-33864.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for Db2 license through AWS Marketplace." +} diff --git a/.changes/next-release/api-change-storagegateway-89317.json b/.changes/next-release/api-change-storagegateway-89317.json new file mode 100644 index 0000000000..48767ec1e0 --- /dev/null +++ b/.changes/next-release/api-change-storagegateway-89317.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``storagegateway``", + "description": "[``botocore``] Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums." +} From 068453215c243a2853840e0f4131ceb15d35cb8c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 21 May 2024 18:06:03 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.110 --- .changes/1.34.110.json | 37 +++++++++++++++++++ .../api-change-cloudfront-10645.json | 5 --- .../next-release/api-change-glue-11865.json | 5 --- .../api-change-lightsail-76207.json | 5 --- .../api-change-mailmanager-98247.json | 5 --- .../next-release/api-change-pi-58787.json | 5 --- .../next-release/api-change-rds-33864.json | 5 --- .../api-change-storagegateway-89317.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.34.110.json delete mode 100644 .changes/next-release/api-change-cloudfront-10645.json delete mode 100644 .changes/next-release/api-change-glue-11865.json delete mode 100644 .changes/next-release/api-change-lightsail-76207.json delete mode 100644 .changes/next-release/api-change-mailmanager-98247.json delete mode 100644 .changes/next-release/api-change-pi-58787.json delete mode 100644 .changes/next-release/api-change-rds-33864.json delete mode 100644 .changes/next-release/api-change-storagegateway-89317.json diff --git a/.changes/1.34.110.json b/.changes/1.34.110.json new file mode 100644 index 0000000000..8ee8c4c054 --- /dev/null +++ b/.changes/1.34.110.json @@ -0,0 +1,37 @@ +[ + { + "category": "``cloudfront``", + "description": "[``botocore``] Model update; no change to SDK functionality.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.", + "type": "api-change" + }, + { + "category": "``lightsail``", + "description": "[``botocore``] This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.", + "type": "api-change" + }, + { + "category": "``mailmanager``", + "description": "[``botocore``] This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.", + "type": "api-change" + }, + { + "category": "``pi``", + "description": "[``botocore``] Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for Db2 license through AWS Marketplace.", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "[``botocore``] Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudfront-10645.json b/.changes/next-release/api-change-cloudfront-10645.json deleted file mode 100644 index 94d5639d3d..0000000000 --- a/.changes/next-release/api-change-cloudfront-10645.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "[``botocore``] Model update; no change to SDK functionality." -} diff --git a/.changes/next-release/api-change-glue-11865.json b/.changes/next-release/api-change-glue-11865.json deleted file mode 100644 index 44a7d44dfa..0000000000 --- a/.changes/next-release/api-change-glue-11865.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED." -} diff --git a/.changes/next-release/api-change-lightsail-76207.json b/.changes/next-release/api-change-lightsail-76207.json deleted file mode 100644 index 8e33e4c770..0000000000 --- a/.changes/next-release/api-change-lightsail-76207.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lightsail``", - "description": "[``botocore``] This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types." -} diff --git a/.changes/next-release/api-change-mailmanager-98247.json b/.changes/next-release/api-change-mailmanager-98247.json deleted file mode 100644 index 29bf63c5fa..0000000000 --- a/.changes/next-release/api-change-mailmanager-98247.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mailmanager``", - "description": "[``botocore``] This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control." -} diff --git a/.changes/next-release/api-change-pi-58787.json b/.changes/next-release/api-change-pi-58787.json deleted file mode 100644 index 8db5644149..0000000000 --- a/.changes/next-release/api-change-pi-58787.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pi``", - "description": "[``botocore``] Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters." -} diff --git a/.changes/next-release/api-change-rds-33864.json b/.changes/next-release/api-change-rds-33864.json deleted file mode 100644 index 137502d422..0000000000 --- a/.changes/next-release/api-change-rds-33864.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates Amazon RDS documentation for Db2 license through AWS Marketplace." -} diff --git a/.changes/next-release/api-change-storagegateway-89317.json b/.changes/next-release/api-change-storagegateway-89317.json deleted file mode 100644 index 48767ec1e0..0000000000 --- a/.changes/next-release/api-change-storagegateway-89317.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``storagegateway``", - "description": "[``botocore``] Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c8023447ed..27a4d9af58 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.110 +======== + +* api-change:``cloudfront``: [``botocore``] Model update; no change to SDK functionality. +* api-change:``glue``: [``botocore``] Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED. +* api-change:``lightsail``: [``botocore``] This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types. +* api-change:``mailmanager``: [``botocore``] This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control. +* api-change:``pi``: [``botocore``] Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters. +* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for Db2 license through AWS Marketplace. +* api-change:``storagegateway``: [``botocore``] Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums. + + 1.34.109 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 04142a2d32..0343dc0da8 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.109' +__version__ = '1.34.110' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 7614b27072..4b3717bbfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.109,<1.35.0 + botocore>=1.34.110,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 833335ac23..f9ec54a2a5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.109,<1.35.0', + 'botocore>=1.34.110,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]