Skip to content

Commit

Permalink
Merge branch 'release-1.32.74' into develop
Browse files Browse the repository at this point in the history
* release-1.32.74:
  Bumping version to 1.32.74
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Mar 29, 2024
2 parents 4e8924a + 479e03d commit a271c7a
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 9 deletions.
47 changes: 47 additions & 0 deletions .changes/1.32.74.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``b2bi``",
"description": "Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "Add new fleet status code for Reserved Capacity.",
"type": "api-change"
},
{
"category": "``codeconnections``",
"description": "Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service.",
"type": "api-change"
},
{
"category": "``internetmonitor``",
"description": "This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.",
"type": "api-change"
},
{
"category": "``iotwireless``",
"description": "Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary.",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "Add the new API Start-Import-Task for Amazon Neptune Analytics.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release adds support for custom images for the CodeEditor App on SageMaker Studio",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Add parameter to validate source and destination S3 URIs to the ``mv`` command.",
"type": "enhancement"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-s3-67553.json

This file was deleted.

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

1.32.74
=======

* api-change:``b2bi``: Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010.
* api-change:``codebuild``: Add new fleet status code for Reserved Capacity.
* api-change:``codeconnections``: Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service.
* api-change:``internetmonitor``: This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.
* api-change:``iotwireless``: Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways
* api-change:``marketplace-catalog``: This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary.
* api-change:``neptune-graph``: Add the new API Start-Import-Task for Amazon Neptune Analytics.
* api-change:``sagemaker``: This release adds support for custom images for the CodeEditor App on SageMaker Studio
* enhancement:``s3``: Add parameter to validate source and destination S3 URIs to the ``mv`` command.


1.32.73
=======

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.73'
__version__ = '1.32.74'

#
# 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.73'
release = '1.32.74'

# 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.73
botocore==1.34.74
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.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.73',
'botocore==1.34.74',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit a271c7a

Please sign in to comment.