From cca0f1d18b4821ccb154a2c60577ca28efb1a98d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 25 Oct 2023 20:15:14 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-connectcases-87788.json | 5 +++++ .changes/next-release/api-change-groundstation-47343.json | 5 +++++ .changes/next-release/api-change-iam-7583.json | 5 +++++ .changes/next-release/enhancement-Configuration-49047.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-connectcases-87788.json create mode 100644 .changes/next-release/api-change-groundstation-47343.json create mode 100644 .changes/next-release/api-change-iam-7583.json create mode 100644 .changes/next-release/enhancement-Configuration-49047.json diff --git a/.changes/next-release/api-change-connectcases-87788.json b/.changes/next-release/api-change-connectcases-87788.json new file mode 100644 index 0000000000..1e47f1146e --- /dev/null +++ b/.changes/next-release/api-change-connectcases-87788.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcases``", + "description": "[``botocore``] Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500" +} diff --git a/.changes/next-release/api-change-groundstation-47343.json b/.changes/next-release/api-change-groundstation-47343.json new file mode 100644 index 0000000000..055f377312 --- /dev/null +++ b/.changes/next-release/api-change-groundstation-47343.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``groundstation``", + "description": "[``botocore``] This release will allow KMS alias names to be used when creating Mission Profiles" +} diff --git a/.changes/next-release/api-change-iam-7583.json b/.changes/next-release/api-change-iam-7583.json new file mode 100644 index 0000000000..81a3fe040d --- /dev/null +++ b/.changes/next-release/api-change-iam-7583.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iam``", + "description": "[``botocore``] Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error." +} diff --git a/.changes/next-release/enhancement-Configuration-49047.json b/.changes/next-release/enhancement-Configuration-49047.json new file mode 100644 index 0000000000..f94d59cdd5 --- /dev/null +++ b/.changes/next-release/enhancement-Configuration-49047.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "Configuration", + "description": "[``botocore``] Adds client context params support to ``Config``." +} From 1c0db71eab61a0c59111ede48e473fe0703fddbf Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 25 Oct 2023 20:15:35 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.71 --- .changes/1.28.71.json | 22 +++++++++++++++++++ .../api-change-connectcases-87788.json | 5 ----- .../api-change-groundstation-47343.json | 5 ----- .../next-release/api-change-iam-7583.json | 5 ----- .../enhancement-Configuration-49047.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.28.71.json delete mode 100644 .changes/next-release/api-change-connectcases-87788.json delete mode 100644 .changes/next-release/api-change-groundstation-47343.json delete mode 100644 .changes/next-release/api-change-iam-7583.json delete mode 100644 .changes/next-release/enhancement-Configuration-49047.json diff --git a/.changes/1.28.71.json b/.changes/1.28.71.json new file mode 100644 index 0000000000..6e9500c101 --- /dev/null +++ b/.changes/1.28.71.json @@ -0,0 +1,22 @@ +[ + { + "category": "Configuration", + "description": "[``botocore``] Adds client context params support to ``Config``.", + "type": "enhancement" + }, + { + "category": "``connectcases``", + "description": "[``botocore``] Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500", + "type": "api-change" + }, + { + "category": "``groundstation``", + "description": "[``botocore``] This release will allow KMS alias names to be used when creating Mission Profiles", + "type": "api-change" + }, + { + "category": "``iam``", + "description": "[``botocore``] Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-connectcases-87788.json b/.changes/next-release/api-change-connectcases-87788.json deleted file mode 100644 index 1e47f1146e..0000000000 --- a/.changes/next-release/api-change-connectcases-87788.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcases``", - "description": "[``botocore``] Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500" -} diff --git a/.changes/next-release/api-change-groundstation-47343.json b/.changes/next-release/api-change-groundstation-47343.json deleted file mode 100644 index 055f377312..0000000000 --- a/.changes/next-release/api-change-groundstation-47343.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``groundstation``", - "description": "[``botocore``] This release will allow KMS alias names to be used when creating Mission Profiles" -} diff --git a/.changes/next-release/api-change-iam-7583.json b/.changes/next-release/api-change-iam-7583.json deleted file mode 100644 index 81a3fe040d..0000000000 --- a/.changes/next-release/api-change-iam-7583.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iam``", - "description": "[``botocore``] Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error." -} diff --git a/.changes/next-release/enhancement-Configuration-49047.json b/.changes/next-release/enhancement-Configuration-49047.json deleted file mode 100644 index f94d59cdd5..0000000000 --- a/.changes/next-release/enhancement-Configuration-49047.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "Configuration", - "description": "[``botocore``] Adds client context params support to ``Config``." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab819341ce..08144f01c2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.28.71 +======= + +* enhancement:Configuration: [``botocore``] Adds client context params support to ``Config``. +* api-change:``connectcases``: [``botocore``] Increase maximum length of CommentBody to 3000, and increase maximum length of StringValue to 1500 +* api-change:``groundstation``: [``botocore``] This release will allow KMS alias names to be used when creating Mission Profiles +* api-change:``iam``: [``botocore``] Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error. + + 1.28.70 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 268368fad2..8e0bcb1adf 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.70' +__version__ = '1.28.71' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 5b84bc5dba..d3e0cae846 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.70,<1.32.0 + botocore>=1.31.71,<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 c0443a0296..91bbbf0f60 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.70,<1.32.0', + 'botocore>=1.31.71,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.7.0,<0.8.0', ]