From 5953105f9e48631769b174ffff528f7e0898853d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 23 Jul 2024 18:10:16 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-appsync-41028.json | 5 +++++ .changes/next-release/api-change-cleanrooms-5965.json | 5 +++++ .changes/next-release/api-change-cleanroomsml-65074.json | 5 +++++ .changes/next-release/api-change-connect-75392.json | 5 +++++ .../next-release/api-change-connectcontactlens-21259.json | 5 +++++ .changes/next-release/api-change-datazone-65572.json | 5 +++++ .changes/next-release/api-change-entityresolution-38687.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-appsync-41028.json create mode 100644 .changes/next-release/api-change-cleanrooms-5965.json create mode 100644 .changes/next-release/api-change-cleanroomsml-65074.json create mode 100644 .changes/next-release/api-change-connect-75392.json create mode 100644 .changes/next-release/api-change-connectcontactlens-21259.json create mode 100644 .changes/next-release/api-change-datazone-65572.json create mode 100644 .changes/next-release/api-change-entityresolution-38687.json diff --git a/.changes/next-release/api-change-appsync-41028.json b/.changes/next-release/api-change-appsync-41028.json new file mode 100644 index 0000000000..53760ffb74 --- /dev/null +++ b/.changes/next-release/api-change-appsync-41028.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appsync``", + "description": "[``botocore``] Adding support for paginators in AppSync list APIs" +} diff --git a/.changes/next-release/api-change-cleanrooms-5965.json b/.changes/next-release/api-change-cleanrooms-5965.json new file mode 100644 index 0000000000..2c19b5a670 --- /dev/null +++ b/.changes/next-release/api-change-cleanrooms-5965.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanrooms``", + "description": "[``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table." +} diff --git a/.changes/next-release/api-change-cleanroomsml-65074.json b/.changes/next-release/api-change-cleanroomsml-65074.json new file mode 100644 index 0000000000..ddc5217fae --- /dev/null +++ b/.changes/next-release/api-change-cleanroomsml-65074.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanroomsml``", + "description": "[``botocore``] Adds SQL query as the source of seed audience for audience generation job." +} diff --git a/.changes/next-release/api-change-connect-75392.json b/.changes/next-release/api-change-connect-75392.json new file mode 100644 index 0000000000..6ab105bd93 --- /dev/null +++ b/.changes/next-release/api-change-connect-75392.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API" +} diff --git a/.changes/next-release/api-change-connectcontactlens-21259.json b/.changes/next-release/api-change-connectcontactlens-21259.json new file mode 100644 index 0000000000..c37d78399e --- /dev/null +++ b/.changes/next-release/api-change-connectcontactlens-21259.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect-contact-lens``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API" +} diff --git a/.changes/next-release/api-change-datazone-65572.json b/.changes/next-release/api-change-datazone-65572.json new file mode 100644 index 0000000000..9e717e4382 --- /dev/null +++ b/.changes/next-release/api-change-datazone-65572.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] This release removes the deprecated dataProductItem field from Search API output." +} diff --git a/.changes/next-release/api-change-entityresolution-38687.json b/.changes/next-release/api-change-entityresolution-38687.json new file mode 100644 index 0000000000..ef016d9bb4 --- /dev/null +++ b/.changes/next-release/api-change-entityresolution-38687.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``entityresolution``", + "description": "[``botocore``] Support First Party ID Mapping" +} From 24baa35b242b45a2a642525353a42ff55043b57c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 23 Jul 2024 18:11:39 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.147 --- .changes/1.34.147.json | 37 +++++++++++++++++++ .../api-change-appsync-41028.json | 5 --- .../api-change-cleanrooms-5965.json | 5 --- .../api-change-cleanroomsml-65074.json | 5 --- .../api-change-connect-75392.json | 5 --- .../api-change-connectcontactlens-21259.json | 5 --- .../api-change-datazone-65572.json | 5 --- .../api-change-entityresolution-38687.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.147.json delete mode 100644 .changes/next-release/api-change-appsync-41028.json delete mode 100644 .changes/next-release/api-change-cleanrooms-5965.json delete mode 100644 .changes/next-release/api-change-cleanroomsml-65074.json delete mode 100644 .changes/next-release/api-change-connect-75392.json delete mode 100644 .changes/next-release/api-change-connectcontactlens-21259.json delete mode 100644 .changes/next-release/api-change-datazone-65572.json delete mode 100644 .changes/next-release/api-change-entityresolution-38687.json diff --git a/.changes/1.34.147.json b/.changes/1.34.147.json new file mode 100644 index 0000000000..027070cf13 --- /dev/null +++ b/.changes/1.34.147.json @@ -0,0 +1,37 @@ +[ + { + "category": "``appsync``", + "description": "[``botocore``] Adding support for paginators in AppSync list APIs", + "type": "api-change" + }, + { + "category": "``cleanrooms``", + "description": "[``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.", + "type": "api-change" + }, + { + "category": "``cleanroomsml``", + "description": "[``botocore``] Adds SQL query as the source of seed audience for audience generation job.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API", + "type": "api-change" + }, + { + "category": "``connect-contact-lens``", + "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] This release removes the deprecated dataProductItem field from Search API output.", + "type": "api-change" + }, + { + "category": "``entityresolution``", + "description": "[``botocore``] Support First Party ID Mapping", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appsync-41028.json b/.changes/next-release/api-change-appsync-41028.json deleted file mode 100644 index 53760ffb74..0000000000 --- a/.changes/next-release/api-change-appsync-41028.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appsync``", - "description": "[``botocore``] Adding support for paginators in AppSync list APIs" -} diff --git a/.changes/next-release/api-change-cleanrooms-5965.json b/.changes/next-release/api-change-cleanrooms-5965.json deleted file mode 100644 index 2c19b5a670..0000000000 --- a/.changes/next-release/api-change-cleanrooms-5965.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanrooms``", - "description": "[``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table." -} diff --git a/.changes/next-release/api-change-cleanroomsml-65074.json b/.changes/next-release/api-change-cleanroomsml-65074.json deleted file mode 100644 index ddc5217fae..0000000000 --- a/.changes/next-release/api-change-cleanroomsml-65074.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanroomsml``", - "description": "[``botocore``] Adds SQL query as the source of seed audience for audience generation job." -} diff --git a/.changes/next-release/api-change-connect-75392.json b/.changes/next-release/api-change-connect-75392.json deleted file mode 100644 index 6ab105bd93..0000000000 --- a/.changes/next-release/api-change-connect-75392.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API" -} diff --git a/.changes/next-release/api-change-connectcontactlens-21259.json b/.changes/next-release/api-change-connectcontactlens-21259.json deleted file mode 100644 index c37d78399e..0000000000 --- a/.changes/next-release/api-change-connectcontactlens-21259.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect-contact-lens``", - "description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API" -} diff --git a/.changes/next-release/api-change-datazone-65572.json b/.changes/next-release/api-change-datazone-65572.json deleted file mode 100644 index 9e717e4382..0000000000 --- a/.changes/next-release/api-change-datazone-65572.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] This release removes the deprecated dataProductItem field from Search API output." -} diff --git a/.changes/next-release/api-change-entityresolution-38687.json b/.changes/next-release/api-change-entityresolution-38687.json deleted file mode 100644 index ef016d9bb4..0000000000 --- a/.changes/next-release/api-change-entityresolution-38687.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``entityresolution``", - "description": "[``botocore``] Support First Party ID Mapping" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e0e5cca561..981a57fdb7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.147 +======== + +* api-change:``appsync``: [``botocore``] Adding support for paginators in AppSync list APIs +* api-change:``cleanrooms``: [``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table. +* api-change:``cleanroomsml``: [``botocore``] Adds SQL query as the source of seed audience for audience generation job. +* api-change:``connect``: [``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API +* api-change:``connect-contact-lens``: [``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API +* api-change:``datazone``: [``botocore``] This release removes the deprecated dataProductItem field from Search API output. +* api-change:``entityresolution``: [``botocore``] Support First Party ID Mapping + + 1.34.146 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 5532e5e53c..b15bd1715e 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.146' +__version__ = '1.34.147' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 5d426dcd84..b24bc8fe03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.146,<1.35.0 + botocore>=1.34.147,<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 01660648b2..5d792a8328 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.146,<1.35.0', + 'botocore>=1.34.147,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]