Skip to content

Commit

Permalink
Merge branch 'release-1.32.1'
Browse files Browse the repository at this point in the history
* release-1.32.1:
  Bumping version to 1.32.1
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Dec 14, 2023
2 parents 59cf8d6 + 1ea676a commit 896dd9c
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 4 deletions.
67 changes: 67 additions & 0 deletions .changes/1.32.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``appstream``",
"description": "This release includes support for images of Windows Server 2022 platform.",
"type": "api-change"
},
{
"category": "``b2bi``",
"description": "Documentation updates for AWS B2B Data Interchange",
"type": "api-change"
},
{
"category": "``billingconductor``",
"description": "Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds support for more granular billing using tags (key:value pairs)",
"type": "api-change"
},
{
"category": "``controltower``",
"description": "Documentation updates for AWS Control Tower.",
"type": "api-change"
},
{
"category": "``firehose``",
"description": "This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "Amazon GameLift adds the ability to add and update the game properties of active game sessions.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "This is the initial SDK release for Amazon Neptune Analytics",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Updated note to ensure customers understand running modes.",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "Update endpoint-rules command to latest version",
"type": "api-change"
}
]
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
CHANGELOG
=========

1.32.1
======

* api-change:``appstream``: This release includes support for images of Windows Server 2022 platform.
* api-change:``b2bi``: Documentation updates for AWS B2B Data Interchange
* api-change:``billingconductor``: Billing Conductor is releasing a new API, GetBillingGroupCostReport, which provides the ability to retrieve/view the Billing Group Cost Report broken down by attributes for a specific billing group.
* api-change:``connect``: This release adds support for more granular billing using tags (key:value pairs)
* api-change:``controltower``: Documentation updates for AWS Control Tower.
* api-change:``firehose``: This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
* api-change:``gamelift``: Amazon GameLift adds the ability to add and update the game properties of active game sessions.
* api-change:``iot``: This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
* api-change:``neptune-graph``: This is the initial SDK release for Amazon Neptune Analytics
* api-change:``opensearch``: Updating documentation for Amazon OpenSearch Service support for new zero-ETL integration with Amazon S3.
* api-change:``quicksight``: Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
* api-change:``workspaces``: Updated note to ensure customers understand running modes.
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version


1.32.0
======

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

__version__ = '1.32.0'
__version__ = '1.32.1'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.32'
# The full version, including alpha/beta/rc tags.
release = '1.32.0'
release = '1.32.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.0
botocore==1.34.1
docutils>=0.10,<0.17
s3transfer>=0.9.0,<0.10.0
PyYAML>=3.10,<6.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.34.0',
'botocore==1.34.1',
'docutils>=0.10,<0.17',
's3transfer>=0.9.0,<0.10.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit 896dd9c

Please sign in to comment.