Skip to content

Commit

Permalink
Bumping version to 1.34.84
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 12, 2024
1 parent c666870 commit 8b3ecff
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 58 deletions.
57 changes: 57 additions & 0 deletions .changes/1.34.84.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``cloudformation``",
"description": "[``botocore``] Adding support for the new parameter \"IncludePropertyValues\" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.",
"type": "api-change"
},
{
"category": "``config``",
"description": "[``botocore``] Updates documentation for AWS Config",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Modifying request for GetUnfilteredTableMetadata for view-related fields.",
"type": "api-change"
},
{
"category": "``healthlake``",
"description": "[``botocore``] Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.",
"type": "api-change"
},
{
"category": "``iotfleethub``",
"description": "[``botocore``] Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.",
"type": "api-change"
},
{
"category": "``kms``",
"description": "[``botocore``] This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "[``botocore``] Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "[``botocore``] Update to API documentation to resolve customer reported issues.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] This release adds EXPEDITORS as a valid shipment carrier.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "[``botocore``] This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudformation-60104.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-config-23095.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-22808.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-healthlake-98449.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotfleethub-59928.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kms-7898.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediatailor-52018.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-neptunegraph-69154.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-88601.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshift-2491.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-89170.json

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
CHANGELOG
=========

1.34.84
=======

* api-change:``cloudformation``: [``botocore``] Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
* api-change:``config``: [``botocore``] Updates documentation for AWS Config
* api-change:``glue``: [``botocore``] Modifying request for GetUnfilteredTableMetadata for view-related fields.
* api-change:``healthlake``: [``botocore``] Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
* api-change:``iotfleethub``: [``botocore``] Documentation updates for AWS IoT Fleet Hub to clarify that Fleet Hub supports organization instance of IAM Identity Center.
* api-change:``kms``: [``botocore``] This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
* api-change:``mediatailor``: [``botocore``] Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
* api-change:``neptune-graph``: [``botocore``] Update to API documentation to resolve customer reported issues.
* api-change:``outposts``: [``botocore``] This release adds EXPEDITORS as a valid shipment carrier.
* api-change:``redshift``: [``botocore``] Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
* api-change:``transfer``: [``botocore``] This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.


1.34.83
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.34.83'
__version__ = '1.34.84'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.83,<1.35.0
botocore>=1.34.84,<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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.34.83,<1.35.0',
'botocore>=1.34.84,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 8b3ecff

Please sign in to comment.