Skip to content

Commit

Permalink
Bumping version to 1.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 19, 2023
1 parent bdf0ae7 commit 68d488d
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``appsync``",
"description": "This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection",
"type": "api-change"
},
{
"category": "``chime-sdk-meetings``",
"description": "Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appsync-24407.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkmeetings-36256.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-64940.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fsx-28187.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-2877.json

This file was deleted.

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

1.34.4
======

* api-change:``appsync``: This release adds additional configurations on GraphQL APIs for limits on query depth, resolver count, and introspection
* api-change:``chime-sdk-meetings``: Add meeting features to specify a maximum camera resolution, a maximum content sharing resolution, and a maximum number of attendees for a given meeting.
* api-change:``ec2``: Provision BYOIPv4 address ranges and advertise them by specifying the network border groups option in Los Angeles, Phoenix and Dallas AWS Local Zones.
* api-change:``fsx``: Added support for FSx for OpenZFS on-demand data replication across AWS accounts and/or regions.Added the IncludeShared attribute for DescribeSnapshots.Added the CopyStrategy attribute for OpenZFSVolumeConfiguration.
* api-change:``marketplace-catalog``: AWS Marketplace now supports a new API, BatchDescribeEntities, which returns metadata and content for multiple entities.
* api-change:``rds``: RDS - The release adds two new APIs: DescribeDBRecommendations and ModifyDBRecommendation


1.34.3
======

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.3'
__version__ = '1.34.4'


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.3'
release = '1.34.4'

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

0 comments on commit 68d488d

Please sign in to comment.