diff --git a/.changes/1.34.64.json b/.changes/1.34.64.json new file mode 100644 index 0000000000..58c3782dfe --- /dev/null +++ b/.changes/1.34.64.json @@ -0,0 +1,42 @@ +[ + { + "category": "``backup``", + "description": "[``botocore``] This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup.", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports overflow behavior on Reserved Capacity.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Add media accelerator and neuron device information on the describe instance types API.", + "type": "api-change" + }, + { + "category": "``kinesisanalyticsv2``", + "description": "[``botocore``] Support for Flink 1.18 in Managed Service for Apache Flink", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "[``botocore``] Documentation updates for Amazon S3.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation.", + "type": "api-change" + }, + { + "category": "``workspaces-thin-client``", + "description": "[``botocore``] Removed unused parameter kmsKeyArn from UpdateDeviceRequest", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-backup-78287.json b/.changes/next-release/api-change-backup-78287.json deleted file mode 100644 index 1ad8b54b6f..0000000000 --- a/.changes/next-release/api-change-backup-78287.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``backup``", - "description": "[``botocore``] This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup." -} diff --git a/.changes/next-release/api-change-codebuild-82765.json b/.changes/next-release/api-change-codebuild-82765.json deleted file mode 100644 index 9c38e07d06..0000000000 --- a/.changes/next-release/api-change-codebuild-82765.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] AWS CodeBuild now supports overflow behavior on Reserved Capacity." -} diff --git a/.changes/next-release/api-change-connect-24827.json b/.changes/next-release/api-change-connect-24827.json deleted file mode 100644 index be6d21a9ea..0000000000 --- a/.changes/next-release/api-change-connect-24827.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API." -} diff --git a/.changes/next-release/api-change-ec2-13736.json b/.changes/next-release/api-change-ec2-13736.json deleted file mode 100644 index 362a1f34f0..0000000000 --- a/.changes/next-release/api-change-ec2-13736.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Add media accelerator and neuron device information on the describe instance types API." -} diff --git a/.changes/next-release/api-change-kinesisanalyticsv2-37965.json b/.changes/next-release/api-change-kinesisanalyticsv2-37965.json deleted file mode 100644 index 4bf215807b..0000000000 --- a/.changes/next-release/api-change-kinesisanalyticsv2-37965.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``kinesisanalyticsv2``", - "description": "[``botocore``] Support for Flink 1.18 in Managed Service for Apache Flink" -} diff --git a/.changes/next-release/api-change-s3-57593.json b/.changes/next-release/api-change-s3-57593.json deleted file mode 100644 index bdab6dc4b1..0000000000 --- a/.changes/next-release/api-change-s3-57593.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "[``botocore``] Documentation updates for Amazon S3." -} diff --git a/.changes/next-release/api-change-sagemaker-7919.json b/.changes/next-release/api-change-sagemaker-7919.json deleted file mode 100644 index abfd193a20..0000000000 --- a/.changes/next-release/api-change-sagemaker-7919.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation." -} diff --git a/.changes/next-release/api-change-workspacesthinclient-49311.json b/.changes/next-release/api-change-workspacesthinclient-49311.json deleted file mode 100644 index 7276d7ad50..0000000000 --- a/.changes/next-release/api-change-workspacesthinclient-49311.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces-thin-client``", - "description": "[``botocore``] Removed unused parameter kmsKeyArn from UpdateDeviceRequest" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 11ff8ff5e8..c06342c874 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.34.64 +======= + +* api-change:``backup``: [``botocore``] This release introduces a boolean attribute ManagedByAWSBackupOnly as part of ListRecoveryPointsByResource api to filter the recovery points based on ownership. This attribute can be used to filter out the recovery points protected by AWSBackup. +* api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports overflow behavior on Reserved Capacity. +* api-change:``connect``: [``botocore``] This release adds Hierarchy based Access Control fields to Security Profile public APIs and adds support for UserAttributeFilter to SearchUsers API. +* api-change:``ec2``: [``botocore``] Add media accelerator and neuron device information on the describe instance types API. +* api-change:``kinesisanalyticsv2``: [``botocore``] Support for Flink 1.18 in Managed Service for Apache Flink +* api-change:``s3``: [``botocore``] Documentation updates for Amazon S3. +* api-change:``sagemaker``: [``botocore``] Adds m6i, m6id, m7i, c6i, c6id, c7i, r6i r6id, r7i, p5 instance type support to Sagemaker Notebook Instances and miscellaneous wording fixes for previous Sagemaker documentation. +* api-change:``workspaces-thin-client``: [``botocore``] Removed unused parameter kmsKeyArn from UpdateDeviceRequest + + 1.34.63 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 3e52c6dbfe..1754d2defa 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.63' +__version__ = '1.34.64' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 99a3f973d0..1f537b778a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.63,<1.35.0 + botocore>=1.34.64,<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 170995edaa..ca67a4f555 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.63,<1.35.0', + 'botocore>=1.34.64,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]