From 1641d2087e6e6c84a3c4d4cbc5f40d8a33568038 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 18 Sep 2023 18:14:58 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-discovery-85060.json | 5 +++++ .changes/next-release/api-change-macie2-10855.json | 5 +++++ .changes/next-release/api-change-workmail-75046.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-discovery-85060.json create mode 100644 .changes/next-release/api-change-macie2-10855.json create mode 100644 .changes/next-release/api-change-workmail-75046.json diff --git a/.changes/next-release/api-change-discovery-85060.json b/.changes/next-release/api-change-discovery-85060.json new file mode 100644 index 0000000000..6677a78651 --- /dev/null +++ b/.changes/next-release/api-change-discovery-85060.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``discovery``", + "description": "[``botocore``] Add sensitive protection for customer information" +} diff --git a/.changes/next-release/api-change-macie2-10855.json b/.changes/next-release/api-change-macie2-10855.json new file mode 100644 index 0000000000..6660b92152 --- /dev/null +++ b/.changes/next-release/api-change-macie2-10855.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``macie2``", + "description": "[``botocore``] This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers." +} diff --git a/.changes/next-release/api-change-workmail-75046.json b/.changes/next-release/api-change-workmail-75046.json new file mode 100644 index 0000000000..6b22ebfea0 --- /dev/null +++ b/.changes/next-release/api-change-workmail-75046.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workmail``", + "description": "[``botocore``] This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs." +} From 26aa08883b52113c02d9f7e63766fe267f14a062 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 18 Sep 2023 18:15:19 +0000 Subject: [PATCH 2/2] Bumping version to 1.28.50 --- .changes/1.28.50.json | 17 +++++++++++++++++ .../api-change-discovery-85060.json | 5 ----- .../next-release/api-change-macie2-10855.json | 5 ----- .../next-release/api-change-workmail-75046.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.28.50.json delete mode 100644 .changes/next-release/api-change-discovery-85060.json delete mode 100644 .changes/next-release/api-change-macie2-10855.json delete mode 100644 .changes/next-release/api-change-workmail-75046.json diff --git a/.changes/1.28.50.json b/.changes/1.28.50.json new file mode 100644 index 0000000000..915d5d72e3 --- /dev/null +++ b/.changes/1.28.50.json @@ -0,0 +1,17 @@ +[ + { + "category": "``discovery``", + "description": "[``botocore``] Add sensitive protection for customer information", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "[``botocore``] This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers.", + "type": "api-change" + }, + { + "category": "``workmail``", + "description": "[``botocore``] This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-discovery-85060.json b/.changes/next-release/api-change-discovery-85060.json deleted file mode 100644 index 6677a78651..0000000000 --- a/.changes/next-release/api-change-discovery-85060.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``discovery``", - "description": "[``botocore``] Add sensitive protection for customer information" -} diff --git a/.changes/next-release/api-change-macie2-10855.json b/.changes/next-release/api-change-macie2-10855.json deleted file mode 100644 index 6660b92152..0000000000 --- a/.changes/next-release/api-change-macie2-10855.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``macie2``", - "description": "[``botocore``] This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers." -} diff --git a/.changes/next-release/api-change-workmail-75046.json b/.changes/next-release/api-change-workmail-75046.json deleted file mode 100644 index 6b22ebfea0..0000000000 --- a/.changes/next-release/api-change-workmail-75046.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workmail``", - "description": "[``botocore``] This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 270d98ba29..318f5f9dea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.28.50 +======= + +* api-change:``discovery``: [``botocore``] Add sensitive protection for customer information +* api-change:``macie2``: [``botocore``] This release changes the default managedDataIdentifierSelector setting for new classification jobs to RECOMMENDED. By default, new classification jobs now use the recommended set of managed data identifiers. +* api-change:``workmail``: [``botocore``] This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs. + + 1.28.49 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 78eefce42e..9fd7908c62 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.49' +__version__ = '1.28.50' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 072a5f5128..779400d7cc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.31.49,<1.32.0 + botocore>=1.31.50,<1.32.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 1304449575..7f8dcdb8d2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.31.49,<1.32.0', + 'botocore>=1.31.50,<1.32.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]