Skip to content

Commit

Permalink
Merge branch 'release-1.34.95' into develop
Browse files Browse the repository at this point in the history
* release-1.34.95:
  Bumping version to 1.34.95
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 30, 2024
2 parents 32dabda + ded69f6 commit fd8eece
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 3 deletions.
57 changes: 57 additions & 0 deletions .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"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
]
Expand Down

0 comments on commit fd8eece

Please sign in to comment.