From 52b68b9b920f60c985e5e7ae446088acdd0585d8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 Apr 2024 18:11:03 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-drs-90829.json | 5 +++++ .changes/next-release/api-change-emrserverless-80290.json | 5 +++++ .changes/next-release/api-change-guardduty-70002.json | 5 +++++ .changes/next-release/api-change-quicksight-1481.json | 5 +++++ .changes/next-release/api-change-rolesanywhere-83372.json | 5 +++++ .changes/next-release/api-change-sagemaker-65752.json | 5 +++++ .changes/next-release/api-change-workspaces-26185.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-drs-90829.json create mode 100644 .changes/next-release/api-change-emrserverless-80290.json create mode 100644 .changes/next-release/api-change-guardduty-70002.json create mode 100644 .changes/next-release/api-change-quicksight-1481.json create mode 100644 .changes/next-release/api-change-rolesanywhere-83372.json create mode 100644 .changes/next-release/api-change-sagemaker-65752.json create mode 100644 .changes/next-release/api-change-workspaces-26185.json diff --git a/.changes/next-release/api-change-drs-90829.json b/.changes/next-release/api-change-drs-90829.json new file mode 100644 index 0000000000..48f4709102 --- /dev/null +++ b/.changes/next-release/api-change-drs-90829.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``drs``", + "description": "[``botocore``] Outpost ARN added to Source Server and Recovery Instance" +} diff --git a/.changes/next-release/api-change-emrserverless-80290.json b/.changes/next-release/api-change-emrserverless-80290.json new file mode 100644 index 0000000000..0e84a8b94e --- /dev/null +++ b/.changes/next-release/api-change-emrserverless-80290.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr-serverless``", + "description": "[``botocore``] This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs." +} diff --git a/.changes/next-release/api-change-guardduty-70002.json b/.changes/next-release/api-change-guardduty-70002.json new file mode 100644 index 0000000000..fbcd04be8c --- /dev/null +++ b/.changes/next-release/api-change-guardduty-70002.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``guardduty``", + "description": "[``botocore``] Added IPv6Address fields for local and remote IP addresses" +} diff --git a/.changes/next-release/api-change-quicksight-1481.json b/.changes/next-release/api-change-quicksight-1481.json new file mode 100644 index 0000000000..8731ad89e0 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-1481.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution" +} diff --git a/.changes/next-release/api-change-rolesanywhere-83372.json b/.changes/next-release/api-change-rolesanywhere-83372.json new file mode 100644 index 0000000000..be059e04f3 --- /dev/null +++ b/.changes/next-release/api-change-rolesanywhere-83372.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rolesanywhere``", + "description": "[``botocore``] This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates." +} diff --git a/.changes/next-release/api-change-sagemaker-65752.json b/.changes/next-release/api-change-sagemaker-65752.json new file mode 100644 index 0000000000..fa60df4a0c --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-65752.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Removed deprecated enum values and updated API documentation." +} diff --git a/.changes/next-release/api-change-workspaces-26185.json b/.changes/next-release/api-change-workspaces-26185.json new file mode 100644 index 0000000000..20f4472ac7 --- /dev/null +++ b/.changes/next-release/api-change-workspaces-26185.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``workspaces``", + "description": "[``botocore``] Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts." +} From 7b974763906d39e207b8dd4341c59644718d414a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 18 Apr 2024 18:12:42 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.87 --- .changes/1.34.87.json | 37 +++++++++++++++++++ .../next-release/api-change-drs-90829.json | 5 --- .../api-change-emrserverless-80290.json | 5 --- .../api-change-guardduty-70002.json | 5 --- .../api-change-quicksight-1481.json | 5 --- .../api-change-rolesanywhere-83372.json | 5 --- .../api-change-sagemaker-65752.json | 5 --- .../api-change-workspaces-26185.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.87.json delete mode 100644 .changes/next-release/api-change-drs-90829.json delete mode 100644 .changes/next-release/api-change-emrserverless-80290.json delete mode 100644 .changes/next-release/api-change-guardduty-70002.json delete mode 100644 .changes/next-release/api-change-quicksight-1481.json delete mode 100644 .changes/next-release/api-change-rolesanywhere-83372.json delete mode 100644 .changes/next-release/api-change-sagemaker-65752.json delete mode 100644 .changes/next-release/api-change-workspaces-26185.json diff --git a/.changes/1.34.87.json b/.changes/1.34.87.json new file mode 100644 index 0000000000..52f42b9948 --- /dev/null +++ b/.changes/1.34.87.json @@ -0,0 +1,37 @@ +[ + { + "category": "``drs``", + "description": "[``botocore``] Outpost ARN added to Source Server and Recovery Instance", + "type": "api-change" + }, + { + "category": "``emr-serverless``", + "description": "[``botocore``] This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "[``botocore``] Added IPv6Address fields for local and remote IP addresses", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution", + "type": "api-change" + }, + { + "category": "``rolesanywhere``", + "description": "[``botocore``] This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Removed deprecated enum values and updated API documentation.", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "[``botocore``] Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-drs-90829.json b/.changes/next-release/api-change-drs-90829.json deleted file mode 100644 index 48f4709102..0000000000 --- a/.changes/next-release/api-change-drs-90829.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``drs``", - "description": "[``botocore``] Outpost ARN added to Source Server and Recovery Instance" -} diff --git a/.changes/next-release/api-change-emrserverless-80290.json b/.changes/next-release/api-change-emrserverless-80290.json deleted file mode 100644 index 0e84a8b94e..0000000000 --- a/.changes/next-release/api-change-emrserverless-80290.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-serverless``", - "description": "[``botocore``] This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs." -} diff --git a/.changes/next-release/api-change-guardduty-70002.json b/.changes/next-release/api-change-guardduty-70002.json deleted file mode 100644 index fbcd04be8c..0000000000 --- a/.changes/next-release/api-change-guardduty-70002.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "[``botocore``] Added IPv6Address fields for local and remote IP addresses" -} diff --git a/.changes/next-release/api-change-quicksight-1481.json b/.changes/next-release/api-change-quicksight-1481.json deleted file mode 100644 index 8731ad89e0..0000000000 --- a/.changes/next-release/api-change-quicksight-1481.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution" -} diff --git a/.changes/next-release/api-change-rolesanywhere-83372.json b/.changes/next-release/api-change-rolesanywhere-83372.json deleted file mode 100644 index be059e04f3..0000000000 --- a/.changes/next-release/api-change-rolesanywhere-83372.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rolesanywhere``", - "description": "[``botocore``] This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates." -} diff --git a/.changes/next-release/api-change-sagemaker-65752.json b/.changes/next-release/api-change-sagemaker-65752.json deleted file mode 100644 index fa60df4a0c..0000000000 --- a/.changes/next-release/api-change-sagemaker-65752.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Removed deprecated enum values and updated API documentation." -} diff --git a/.changes/next-release/api-change-workspaces-26185.json b/.changes/next-release/api-change-workspaces-26185.json deleted file mode 100644 index 20f4472ac7..0000000000 --- a/.changes/next-release/api-change-workspaces-26185.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "[``botocore``] Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cba087f6dd..d918d9183f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.87 +======= + +* api-change:``drs``: [``botocore``] Outpost ARN added to Source Server and Recovery Instance +* api-change:``emr-serverless``: [``botocore``] This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs. +* api-change:``guardduty``: [``botocore``] Added IPv6Address fields for local and remote IP addresses +* api-change:``quicksight``: [``botocore``] This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution +* api-change:``rolesanywhere``: [``botocore``] This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates. +* api-change:``sagemaker``: [``botocore``] Removed deprecated enum values and updated API documentation. +* api-change:``workspaces``: [``botocore``] Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts. + + 1.34.86 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 00685804dc..e17ae8d808 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.86' +__version__ = '1.34.87' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d264ec6917..74199bb239 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.86,<1.35.0 + botocore>=1.34.87,<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 f8683c8b1c..965eebda6f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.86,<1.35.0', + 'botocore>=1.34.87,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]