Skip to content

Commit

Permalink
Bumping version to 1.34.85
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 16, 2024
1 parent 31e1afe commit 8c7a960
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.85.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``bedrock-agent``",
"description": "[``botocore``] For Create Agent API, the agentResourceRoleArn parameter is no longer required.",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "[``botocore``] This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads.",
"type": "api-change"
},
{
"category": "``entityresolution``",
"description": "[``botocore``] Cross Account Resource Support .",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "[``botocore``] Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "[``botocore``] This release adds Lake Formation managed RAM support for the 4 APIs - \"DescribeLakeFormationIdentityCenterConfiguration\", \"CreateLakeFormationIdentityCenterConfiguration\", \"DescribeLakeFormationIdentityCenterConfiguration\", and \"DeleteLakeFormationIdentityCenterConfiguration\"",
"type": "api-change"
},
{
"category": "``m2``",
"description": "[``botocore``] Adding new ListBatchJobRestartPoints API and support for restart batch job.",
"type": "api-change"
},
{
"category": "``mediapackagev2``",
"description": "[``botocore``] Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] This release adds new APIs to allow customers to configure their Outpost capacity at order-time.",
"type": "api-change"
},
{
"category": "``wellarchitected``",
"description": "[``botocore``] AWS Well-Architected now has a Connector for Jira to allow customers to efficiently track workload risks and improvement efforts and create closed-loop mechanisms.",
"type": "api-change"
},
{
"category": "AWSCRT",
"description": "[``botocore``] Update awscrt version to 0.20.9",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-24552.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emrserverless-97923.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-entityresolution-86943.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotwireless-22102.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lakeformation-53301.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-m2-91575.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediapackagev2-54882.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wellarchitected-57554.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-AWSCRT-87258.json

This file was deleted.

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

1.34.85
=======

* api-change:``bedrock-agent``: [``botocore``] For Create Agent API, the agentResourceRoleArn parameter is no longer required.
* api-change:``emr-serverless``: [``botocore``] This release adds support for shuffle optimized disks that allow larger disk sizes and higher IOPS to efficiently run shuffle heavy workloads.
* api-change:``entityresolution``: [``botocore``] Cross Account Resource Support .
* api-change:``iotwireless``: [``botocore``] Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device.
* api-change:``lakeformation``: [``botocore``] This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration"
* api-change:``m2``: [``botocore``] Adding new ListBatchJobRestartPoints API and support for restart batch job.
* api-change:``mediapackagev2``: [``botocore``] Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format.
* api-change:``outposts``: [``botocore``] This release adds new APIs to allow customers to configure their Outpost capacity at order-time.
* api-change:``wellarchitected``: [``botocore``] AWS Well-Architected now has a Connector for Jira to allow customers to efficiently track workload risks and improvement efforts and create closed-loop mechanisms.
* enhancement:AWSCRT: [``botocore``] Update awscrt version to 0.20.9


1.34.84
=======

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.84'
__version__ = '1.34.85'


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

0 comments on commit 8c7a960

Please sign in to comment.