Skip to content

Commit

Permalink
Merge branch 'release-1.34.43' into develop
Browse files Browse the repository at this point in the history
* release-1.34.43:
  Bumping version to 1.34.43
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Feb 15, 2024
2 parents b6d465b + 26e6124 commit b320cd6
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 3 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.43.json
@@ -0,0 +1,52 @@
[
{
"category": "``artifact``",
"description": "[``botocore``] This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "[``botocore``] Add ability to override timeout on action level.",
"type": "api-change"
},
{
"category": "``detective``",
"description": "[``botocore``] Doc only updates for content enhancement",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "[``botocore``] Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.",
"type": "api-change"
},
{
"category": "``healthlake``",
"description": "[``botocore``] This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "[``botocore``] Adds additional supported instance types.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "[``botocore``] Amazon Polly adds 1 new voice - Burcu (tr-TR)",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "[``botocore``] Doc only update for Secrets Manager",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.34.43
=======

* api-change:``artifact``: [``botocore``] This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
* api-change:``codepipeline``: [``botocore``] Add ability to override timeout on action level.
* api-change:``detective``: [``botocore``] Doc only updates for content enhancement
* api-change:``guardduty``: [``botocore``] Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
* api-change:``healthlake``: [``botocore``] This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
* api-change:``opensearch``: [``botocore``] Adds additional supported instance types.
* api-change:``polly``: [``botocore``] Amazon Polly adds 1 new voice - Burcu (tr-TR)
* api-change:``sagemaker``: [``botocore``] This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
* api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.34.42
=======

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.42'
__version__ = '1.34.43'


# 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.42,<1.35.0
botocore>=1.34.43,<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.42,<1.35.0',
'botocore>=1.34.43,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit b320cd6

Please sign in to comment.