From a6d6c6e39714cdad442f8966c097cf72d56ba580 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 31 Aug 2022 18:16:05 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudfront-66463.json | 5 +++++ .changes/next-release/api-change-identitystore-6464.json | 5 +++++ .changes/next-release/api-change-iotthingsgraph-77391.json | 5 +++++ .changes/next-release/api-change-ivs-50266.json | 5 +++++ .changes/next-release/api-change-rdsdata-79815.json | 5 +++++ .changes/next-release/api-change-sagemaker-15126.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-cloudfront-66463.json create mode 100644 .changes/next-release/api-change-identitystore-6464.json create mode 100644 .changes/next-release/api-change-iotthingsgraph-77391.json create mode 100644 .changes/next-release/api-change-ivs-50266.json create mode 100644 .changes/next-release/api-change-rdsdata-79815.json create mode 100644 .changes/next-release/api-change-sagemaker-15126.json diff --git a/.changes/next-release/api-change-cloudfront-66463.json b/.changes/next-release/api-change-cloudfront-66463.json new file mode 100644 index 0000000000..6a398db6c6 --- /dev/null +++ b/.changes/next-release/api-change-cloudfront-66463.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront``", + "description": "[``botocore``] Update API documentation for CloudFront origin access control (OAC)" +} diff --git a/.changes/next-release/api-change-identitystore-6464.json b/.changes/next-release/api-change-identitystore-6464.json new file mode 100644 index 0000000000..e80592b50c --- /dev/null +++ b/.changes/next-release/api-change-identitystore-6464.json @@ -0,0 +1,5 @@ +{ + "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." +} diff --git a/.changes/next-release/api-change-iotthingsgraph-77391.json b/.changes/next-release/api-change-iotthingsgraph-77391.json new file mode 100644 index 0000000000..9d39ea23bf --- /dev/null +++ b/.changes/next-release/api-change-iotthingsgraph-77391.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iotthingsgraph``", + "description": "[``botocore``] This release deprecates all APIs of the ThingsGraph service" +} diff --git a/.changes/next-release/api-change-ivs-50266.json b/.changes/next-release/api-change-ivs-50266.json new file mode 100644 index 0000000000..21a7100f71 --- /dev/null +++ b/.changes/next-release/api-change-ivs-50266.json @@ -0,0 +1,5 @@ +{ + "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" +} diff --git a/.changes/next-release/api-change-rdsdata-79815.json b/.changes/next-release/api-change-rdsdata-79815.json new file mode 100644 index 0000000000..d009c6f6d9 --- /dev/null +++ b/.changes/next-release/api-change-rdsdata-79815.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds-data``", + "description": "[``botocore``] Documentation updates for RDS Data API" +} diff --git a/.changes/next-release/api-change-sagemaker-15126.json b/.changes/next-release/api-change-sagemaker-15126.json new file mode 100644 index 0000000000..6f9cb1c843 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-15126.json @@ -0,0 +1,5 @@ +{ + "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" +} From ae7afbf625014b7fa428d2a04de15e3091aa3b2f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 31 Aug 2022 18:16:22 +0000 Subject: [PATCH 2/2] Bumping version to 1.24.64 --- .changes/1.24.64.json | 32 +++++++++++++++++++ .../api-change-cloudfront-66463.json | 5 --- .../api-change-identitystore-6464.json | 5 --- .../api-change-iotthingsgraph-77391.json | 5 --- .../next-release/api-change-ivs-50266.json | 5 --- .../api-change-rdsdata-79815.json | 5 --- .../api-change-sagemaker-15126.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.24.64.json delete mode 100644 .changes/next-release/api-change-cloudfront-66463.json delete mode 100644 .changes/next-release/api-change-identitystore-6464.json delete mode 100644 .changes/next-release/api-change-iotthingsgraph-77391.json delete mode 100644 .changes/next-release/api-change-ivs-50266.json delete mode 100644 .changes/next-release/api-change-rdsdata-79815.json delete mode 100644 .changes/next-release/api-change-sagemaker-15126.json 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/.changes/next-release/api-change-cloudfront-66463.json b/.changes/next-release/api-change-cloudfront-66463.json deleted file mode 100644 index 6a398db6c6..0000000000 --- a/.changes/next-release/api-change-cloudfront-66463.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "[``botocore``] Update API documentation for CloudFront origin access control (OAC)" -} diff --git a/.changes/next-release/api-change-identitystore-6464.json b/.changes/next-release/api-change-identitystore-6464.json deleted file mode 100644 index e80592b50c..0000000000 --- a/.changes/next-release/api-change-identitystore-6464.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-iotthingsgraph-77391.json b/.changes/next-release/api-change-iotthingsgraph-77391.json deleted file mode 100644 index 9d39ea23bf..0000000000 --- a/.changes/next-release/api-change-iotthingsgraph-77391.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotthingsgraph``", - "description": "[``botocore``] This release deprecates all APIs of the ThingsGraph service" -} diff --git a/.changes/next-release/api-change-ivs-50266.json b/.changes/next-release/api-change-ivs-50266.json deleted file mode 100644 index 21a7100f71..0000000000 --- a/.changes/next-release/api-change-ivs-50266.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} diff --git a/.changes/next-release/api-change-rdsdata-79815.json b/.changes/next-release/api-change-rdsdata-79815.json deleted file mode 100644 index d009c6f6d9..0000000000 --- a/.changes/next-release/api-change-rdsdata-79815.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds-data``", - "description": "[``botocore``] Documentation updates for RDS Data API" -} diff --git a/.changes/next-release/api-change-sagemaker-15126.json b/.changes/next-release/api-change-sagemaker-15126.json deleted file mode 100644 index 6f9cb1c843..0000000000 --- a/.changes/next-release/api-change-sagemaker-15126.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} 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', ]