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 1dcc41e commit 0ceb454
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 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": "For Create Agent API, the agentResourceRoleArn parameter is no longer required.",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "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": "Cross Account Resource Support .",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "This release adds Lake Formation managed RAM support for the 4 APIs - \"DescribeLakeFormationIdentityCenterConfiguration\", \"CreateLakeFormationIdentityCenterConfiguration\", \"DescribeLakeFormationIdentityCenterConfiguration\", and \"DeleteLakeFormationIdentityCenterConfiguration\"",
"type": "api-change"
},
{
"category": "``m2``",
"description": "Adding new ListBatchJobRestartPoints API and support for restart batch job.",
"type": "api-change"
},
{
"category": "``mediapackagev2``",
"description": "Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "This release adds new APIs to allow customers to configure their Outpost capacity at order-time.",
"type": "api-change"
},
{
"category": "``wellarchitected``",
"description": "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": "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``: For Create Agent API, the agentResourceRoleArn parameter is no longer required.
* api-change:``emr-serverless``: 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``: Cross Account Resource Support .
* api-change:``iotwireless``: Add PublicGateways in the GetWirelessStatistics call response, indicating the LoRaWAN public network accessed by the device.
* api-change:``lakeformation``: This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration"
* api-change:``m2``: Adding new ListBatchJobRestartPoints API and support for restart batch job.
* api-change:``mediapackagev2``: Dash v2 is a MediaPackage V2 feature to support egressing on DASH manifest format.
* api-change:``outposts``: This release adds new APIs to allow customers to configure their Outpost capacity at order-time.
* api-change:``wellarchitected``: 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: Update awscrt version to 0.20.9


1.34.84
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.84'
__version__ = '1.34.85'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.84'
release = '1.34.85'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 0ceb454

Please sign in to comment.