diff --git a/.changes/1.34.95.json b/.changes/1.34.95.json new file mode 100644 index 0000000000..d537baa483 --- /dev/null +++ b/.changes/1.34.95.json @@ -0,0 +1,57 @@ +[ + { + "category": "``chime-sdk-voice``", + "description": "[``botocore``] Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page.", + "type": "api-change" + }, + { + "category": "``codeartifact``", + "description": "[``botocore``] Add support for the Ruby package format.", + "type": "api-change" + }, + { + "category": "``fms``", + "description": "[``botocore``] AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization.", + "type": "api-change" + }, + { + "category": "``omics``", + "description": "[``botocore``] Add support for workflow sharing and dynamic run storage", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint.", + "type": "api-change" + }, + { + "category": "``pinpoint-sms-voice-v2``", + "description": "[``botocore``] Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "[``botocore``] This is a general availability (GA) release of Amazon Q Business. Q Business enables employees in an enterprise to get comprehensive answers to complex questions and take actions through a unified, intuitive web-based chat experience - using an enterprise's existing content, data, and systems.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] New Q embedding supporting Generative Q&A", + "type": "api-change" + }, + { + "category": "``route53resolver``", + "description": "[``botocore``] Release of FirewallDomainRedirectionAction parameter on the Route 53 DNS Firewall Rule. This allows customers to configure a DNS Firewall rule to inspect all the domains in the DNS redirection chain (default) , such as CNAME, ALIAS, DNAME, etc., or just the first domain and trust the rest.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types.", + "type": "api-change" + }, + { + "category": "``signer``", + "description": "[``botocore``] Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc6e9ec377..6d31982175 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,22 @@ CHANGELOG ========= +1.34.95 +======= + +* api-change:``chime-sdk-voice``: [``botocore``] Due to changes made by the Amazon Alexa service, GetSipMediaApplicationAlexaSkillConfiguration and PutSipMediaApplicationAlexaSkillConfiguration APIs are no longer available for use. For more information, refer to the Alexa Smart Properties page. +* api-change:``codeartifact``: [``botocore``] Add support for the Ruby package format. +* api-change:``fms``: [``botocore``] AWS Firewall Manager now supports the network firewall service stream exception policy feature for accounts within your organization. +* api-change:``omics``: [``botocore``] Add support for workflow sharing and dynamic run storage +* api-change:``opensearch``: [``botocore``] This release enables customers to create Route53 A and AAAA alias record types to point custom endpoint domain to OpenSearch domain's dualstack search endpoint. +* api-change:``pinpoint-sms-voice-v2``: [``botocore``] Amazon Pinpoint has added two new features Multimedia services (MMS) and protect configurations. Use the three new MMS APIs to send media messages to a mobile phone which includes image, audio, text, or video files. Use the ten new protect configurations APIs to block messages to specific countries. +* api-change:``qbusiness``: [``botocore``] This is a general availability (GA) release of Amazon Q Business. Q Business enables employees in an enterprise to get comprehensive answers to complex questions and take actions through a unified, intuitive web-based chat experience - using an enterprise's existing content, data, and systems. +* api-change:``quicksight``: [``botocore``] New Q embedding supporting Generative Q&A +* api-change:``route53resolver``: [``botocore``] Release of FirewallDomainRedirectionAction parameter on the Route 53 DNS Firewall Rule. This allows customers to configure a DNS Firewall rule to inspect all the domains in the DNS redirection chain (default) , such as CNAME, ALIAS, DNAME, etc., or just the first domain and trust the rest. +* api-change:``sagemaker``: [``botocore``] Amazon SageMaker Training now supports the use of attribute-based access control (ABAC) roles for training job execution roles. Amazon SageMaker Inference now supports G6 instance types. +* api-change:``signer``: [``botocore``] Documentation updates for AWS Signer. Adds cross-account signing constraint and definitions for cross-account actions. + + 1.34.94 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 2118106a02..112c9b1ad5 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.94' +__version__ = '1.34.95' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index cee4cbf4b3..b6df5ff4a6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.94,<1.35.0 + botocore>=1.34.95,<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 941679a168..29d0ff13d7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.94,<1.35.0', + 'botocore>=1.34.95,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]