From d5feb12f7486effef0088245469d69655af19f3a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 29 May 2024 18:07:04 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-athena-12514.json | 5 +++++ .changes/next-release/api-change-codebuild-94096.json | 5 +++++ .changes/next-release/api-change-connect-56255.json | 5 +++++ .changes/next-release/api-change-glue-82345.json | 5 +++++ .changes/next-release/api-change-securityhub-97660.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-athena-12514.json create mode 100644 .changes/next-release/api-change-codebuild-94096.json create mode 100644 .changes/next-release/api-change-connect-56255.json create mode 100644 .changes/next-release/api-change-glue-82345.json create mode 100644 .changes/next-release/api-change-securityhub-97660.json diff --git a/.changes/next-release/api-change-athena-12514.json b/.changes/next-release/api-change-athena-12514.json new file mode 100644 index 0000000000..67bbae241c --- /dev/null +++ b/.changes/next-release/api-change-athena-12514.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``athena``", + "description": "[``botocore``] Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`" +} diff --git a/.changes/next-release/api-change-codebuild-94096.json b/.changes/next-release/api-change-codebuild-94096.json new file mode 100644 index 0000000000..7d337f2210 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-94096.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports manually creating GitHub webhooks" +} diff --git a/.changes/next-release/api-change-connect-56255.json b/.changes/next-release/api-change-connect-56255.json new file mode 100644 index 0000000000..7cf7f32190 --- /dev/null +++ b/.changes/next-release/api-change-connect-56255.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect." +} diff --git a/.changes/next-release/api-change-glue-82345.json b/.changes/next-release/api-change-glue-82345.json new file mode 100644 index 0000000000..55e4f88c33 --- /dev/null +++ b/.changes/next-release/api-change-glue-82345.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``glue``", + "description": "[``botocore``] Add optional field JobMode to CreateJob and UpdateJob APIs." +} diff --git a/.changes/next-release/api-change-securityhub-97660.json b/.changes/next-release/api-change-securityhub-97660.json new file mode 100644 index 0000000000..3385f437ff --- /dev/null +++ b/.changes/next-release/api-change-securityhub-97660.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``securityhub``", + "description": "[``botocore``] Add ROOT type for TargetType model" +} From 70b7e9ce87cb8fe5fd5d72685316c4b29fb2c664 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 29 May 2024 18:08:09 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.115 --- .changes/1.34.115.json | 27 +++++++++++++++++++ .../next-release/api-change-athena-12514.json | 5 ---- .../api-change-codebuild-94096.json | 5 ---- .../api-change-connect-56255.json | 5 ---- .../next-release/api-change-glue-82345.json | 5 ---- .../api-change-securityhub-97660.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.115.json delete mode 100644 .changes/next-release/api-change-athena-12514.json delete mode 100644 .changes/next-release/api-change-codebuild-94096.json delete mode 100644 .changes/next-release/api-change-connect-56255.json delete mode 100644 .changes/next-release/api-change-glue-82345.json delete mode 100644 .changes/next-release/api-change-securityhub-97660.json diff --git a/.changes/1.34.115.json b/.changes/1.34.115.json new file mode 100644 index 0000000000..61e83e2b81 --- /dev/null +++ b/.changes/1.34.115.json @@ -0,0 +1,27 @@ +[ + { + "category": "``athena``", + "description": "[``botocore``] Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports manually creating GitHub webhooks", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Add optional field JobMode to CreateJob and UpdateJob APIs.", + "type": "api-change" + }, + { + "category": "``securityhub``", + "description": "[``botocore``] Add ROOT type for TargetType model", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-athena-12514.json b/.changes/next-release/api-change-athena-12514.json deleted file mode 100644 index 67bbae241c..0000000000 --- a/.changes/next-release/api-change-athena-12514.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "[``botocore``] Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\\`" -} diff --git a/.changes/next-release/api-change-codebuild-94096.json b/.changes/next-release/api-change-codebuild-94096.json deleted file mode 100644 index 7d337f2210..0000000000 --- a/.changes/next-release/api-change-codebuild-94096.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] AWS CodeBuild now supports manually creating GitHub webhooks" -} diff --git a/.changes/next-release/api-change-connect-56255.json b/.changes/next-release/api-change-connect-56255.json deleted file mode 100644 index 7cf7f32190..0000000000 --- a/.changes/next-release/api-change-connect-56255.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect." -} diff --git a/.changes/next-release/api-change-glue-82345.json b/.changes/next-release/api-change-glue-82345.json deleted file mode 100644 index 55e4f88c33..0000000000 --- a/.changes/next-release/api-change-glue-82345.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "[``botocore``] Add optional field JobMode to CreateJob and UpdateJob APIs." -} diff --git a/.changes/next-release/api-change-securityhub-97660.json b/.changes/next-release/api-change-securityhub-97660.json deleted file mode 100644 index 3385f437ff..0000000000 --- a/.changes/next-release/api-change-securityhub-97660.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``securityhub``", - "description": "[``botocore``] Add ROOT type for TargetType model" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 570ae42d50..536d6d25ae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.115 +======== + +* api-change:``athena``: [``botocore``] Throwing validation errors on CreateNotebook with Name containing `/`,`:`,`\` +* api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports manually creating GitHub webhooks +* api-change:``connect``: [``botocore``] This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect. +* api-change:``glue``: [``botocore``] Add optional field JobMode to CreateJob and UpdateJob APIs. +* api-change:``securityhub``: [``botocore``] Add ROOT type for TargetType model + + 1.34.114 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index f77dd18159..2106d6fe43 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.114' +__version__ = '1.34.115' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index d17371f506..897af5278f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.114,<1.35.0 + botocore>=1.34.115,<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 2a376bdb0d..083555e81c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.114,<1.35.0', + 'botocore>=1.34.115,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]