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' ]