diff --git a/.changes/1.24.64.json b/.changes/1.24.64.json new file mode 100644 index 0000000000..2fc0d4aa97 --- /dev/null +++ b/.changes/1.24.64.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cloudfront``", + "description": "[``botocore``] Update API documentation for CloudFront origin access control (OAC)", + "type": "api-change" + }, + { + "category": "``identitystore``", + "description": "[``botocore``] Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.", + "type": "api-change" + }, + { + "category": "``iotthingsgraph``", + "description": "[``botocore``] This release deprecates all APIs of the ThingsGraph service", + "type": "api-change" + }, + { + "category": "``ivs``", + "description": "[``botocore``] IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html", + "type": "api-change" + }, + { + "category": "``rds-data``", + "description": "[``botocore``] Documentation updates for RDS Data API", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9ba362aa57..eefcc1579c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.24.64 +======= + +* api-change:``cloudfront``: [``botocore``] Update API documentation for CloudFront origin access control (OAC) +* api-change:``identitystore``: [``botocore``] Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources. +* api-change:``iotthingsgraph``: [``botocore``] This release deprecates all APIs of the ThingsGraph service +* api-change:``ivs``: [``botocore``] IVS Merge Fragmented Streams. This release adds support for recordingReconnectWindow field in IVS recordingConfigurations. For more information see https://docs.aws.amazon.com/ivs/latest/APIReference/Welcome.html +* api-change:``rds-data``: [``botocore``] Documentation updates for RDS Data API +* api-change:``sagemaker``: [``botocore``] SageMaker Inference Recommender now accepts Inference Recommender fields: Domain, Task, Framework, SamplePayloadUrl, SupportedContentTypes, SupportedInstanceTypes, directly in our CreateInferenceRecommendationsJob API through ContainerConfig + + 1.24.63 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 90fe7c1cf4..9ad30d8c26 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.24.63' +__version__ = '1.24.64' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index fd5ac0b407..bb15135b3a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.27.63,<1.28.0 + botocore>=1.27.64,<1.28.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index c60871f0d7..53eacb508d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.27.63,<1.28.0', + 'botocore>=1.27.64,<1.28.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]