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', ]