From 4e73031904f0a68f32d4c53fea0e84c620393aa2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 8 Jun 2021 18:12:02 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cognitoidp-69339.json | 5 +++++ .changes/next-release/api-change-fsx-59609.json | 5 +++++ .changes/next-release/api-change-macie2-64292.json | 5 +++++ .changes/next-release/api-change-servicecatalog-20530.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-cognitoidp-69339.json create mode 100644 .changes/next-release/api-change-fsx-59609.json create mode 100644 .changes/next-release/api-change-macie2-64292.json create mode 100644 .changes/next-release/api-change-servicecatalog-20530.json diff --git a/.changes/next-release/api-change-cognitoidp-69339.json b/.changes/next-release/api-change-cognitoidp-69339.json new file mode 100644 index 0000000000..f056f0ed36 --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-69339.json @@ -0,0 +1,5 @@ +{ + "category": "``cognito-idp``", + "type": "api-change", + "description": "[``botocore``] Documentation updates for cognito-idp" +} diff --git a/.changes/next-release/api-change-fsx-59609.json b/.changes/next-release/api-change-fsx-59609.json new file mode 100644 index 0000000000..9473bf479a --- /dev/null +++ b/.changes/next-release/api-change-fsx-59609.json @@ -0,0 +1,5 @@ +{ + "category": "``fsx``", + "type": "api-change", + "description": "[``botocore``] This release adds support for auditing end-user access to files, folders, and file shares using Windows event logs, enabling customers to meet their security and compliance needs." +} diff --git a/.changes/next-release/api-change-macie2-64292.json b/.changes/next-release/api-change-macie2-64292.json new file mode 100644 index 0000000000..0335997ee4 --- /dev/null +++ b/.changes/next-release/api-change-macie2-64292.json @@ -0,0 +1,5 @@ +{ + "category": "``macie2``", + "type": "api-change", + "description": "[``botocore``] This release of the Amazon Macie API introduces stricter validation of S3 object criteria for classification jobs." +} diff --git a/.changes/next-release/api-change-servicecatalog-20530.json b/.changes/next-release/api-change-servicecatalog-20530.json new file mode 100644 index 0000000000..9f8284b166 --- /dev/null +++ b/.changes/next-release/api-change-servicecatalog-20530.json @@ -0,0 +1,5 @@ +{ + "category": "``servicecatalog``", + "type": "api-change", + "description": "[``botocore``] increase max pagesize for List/Search apis" +} From 1e24fffd8b10c7d5c9dfa4b0ac46be45495b4231 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 8 Jun 2021 18:12:09 +0000 Subject: [PATCH 2/2] Bumping version to 1.17.90 --- .changes/1.17.90.json | 22 +++++++++++++++++++ .../api-change-cognitoidp-69339.json | 5 ----- .../next-release/api-change-fsx-59609.json | 5 ----- .../next-release/api-change-macie2-64292.json | 5 ----- .../api-change-servicecatalog-20530.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.17.90.json delete mode 100644 .changes/next-release/api-change-cognitoidp-69339.json delete mode 100644 .changes/next-release/api-change-fsx-59609.json delete mode 100644 .changes/next-release/api-change-macie2-64292.json delete mode 100644 .changes/next-release/api-change-servicecatalog-20530.json diff --git a/.changes/1.17.90.json b/.changes/1.17.90.json new file mode 100644 index 0000000000..45f66eb4ec --- /dev/null +++ b/.changes/1.17.90.json @@ -0,0 +1,22 @@ +[ + { + "category": "``fsx``", + "description": "[``botocore``] This release adds support for auditing end-user access to files, folders, and file shares using Windows event logs, enabling customers to meet their security and compliance needs.", + "type": "api-change" + }, + { + "category": "``servicecatalog``", + "description": "[``botocore``] increase max pagesize for List/Search apis", + "type": "api-change" + }, + { + "category": "``macie2``", + "description": "[``botocore``] This release of the Amazon Macie API introduces stricter validation of S3 object criteria for classification jobs.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "[``botocore``] Documentation updates for cognito-idp", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-69339.json b/.changes/next-release/api-change-cognitoidp-69339.json deleted file mode 100644 index f056f0ed36..0000000000 --- a/.changes/next-release/api-change-cognitoidp-69339.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``cognito-idp``", - "type": "api-change", - "description": "[``botocore``] Documentation updates for cognito-idp" -} diff --git a/.changes/next-release/api-change-fsx-59609.json b/.changes/next-release/api-change-fsx-59609.json deleted file mode 100644 index 9473bf479a..0000000000 --- a/.changes/next-release/api-change-fsx-59609.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``fsx``", - "type": "api-change", - "description": "[``botocore``] This release adds support for auditing end-user access to files, folders, and file shares using Windows event logs, enabling customers to meet their security and compliance needs." -} diff --git a/.changes/next-release/api-change-macie2-64292.json b/.changes/next-release/api-change-macie2-64292.json deleted file mode 100644 index 0335997ee4..0000000000 --- a/.changes/next-release/api-change-macie2-64292.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``macie2``", - "type": "api-change", - "description": "[``botocore``] This release of the Amazon Macie API introduces stricter validation of S3 object criteria for classification jobs." -} diff --git a/.changes/next-release/api-change-servicecatalog-20530.json b/.changes/next-release/api-change-servicecatalog-20530.json deleted file mode 100644 index 9f8284b166..0000000000 --- a/.changes/next-release/api-change-servicecatalog-20530.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``servicecatalog``", - "type": "api-change", - "description": "[``botocore``] increase max pagesize for List/Search apis" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6760172e9f..ab3b0d76b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.17.90 +======= + +* api-change:``fsx``: [``botocore``] This release adds support for auditing end-user access to files, folders, and file shares using Windows event logs, enabling customers to meet their security and compliance needs. +* api-change:``servicecatalog``: [``botocore``] increase max pagesize for List/Search apis +* api-change:``macie2``: [``botocore``] This release of the Amazon Macie API introduces stricter validation of S3 object criteria for classification jobs. +* api-change:``cognito-idp``: [``botocore``] Documentation updates for cognito-idp + + 1.17.89 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index fdfa8d01a9..53a420357f 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.89' +__version__ = '1.17.90' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 9b58c5a1f1..13fd6faba6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.89,<1.21.0 + botocore>=1.20.90,<1.21.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.4.0,<0.5.0 diff --git a/setup.py b/setup.py index 04ab8e5d96..e9a4634f2c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.89,<1.21.0', + 'botocore>=1.20.90,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]