Skip to content

Commit

Permalink
Merge branch 'release-1.27.162' into develop
Browse files Browse the repository at this point in the history
* release-1.27.162:
  Bumping version to 1.27.162
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jun 27, 2023
2 parents 5218ac1 + 2eeaf28 commit 855cd0d
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 4 deletions.
57 changes: 57 additions & 0 deletions .changes/1.27.162.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``appfabric``",
"description": "Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security.",
"type": "api-change"
},
{
"category": "``appflow``",
"description": "This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token.",
"type": "api-change"
},
{
"category": "``kinesisvideo``",
"description": "General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule.",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED.",
"type": "api-change"
},
{
"category": "``privatenetworks``",
"description": "This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit.",
"type": "api-change"
},
{
"category": "``sagemaker-featurestore-runtime``",
"description": "Introducing TTL for online store records for feature groups.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Introducing TTL for online store records in feature groups.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Systems Manager doc-only update for June 2023.",
"type": "api-change"
},
{
"category": "``verifiedpermissions``",
"description": "This update fixes several broken links to the Cedar documentation.",
"type": "api-change"
}
]
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
CHANGELOG
=========

1.27.162
========

* api-change:``appfabric``: Initial release of AWS AppFabric for connecting SaaS applications for better productivity and security.
* api-change:``appflow``: This release adds support to bypass SSO with the SAPOData connector when connecting to an SAP instance.
* api-change:``emr-serverless``: This release adds support to update the release label of an EMR Serverless application to upgrade it to a different version of Amazon EMR via UpdateApplication API.
* api-change:``ivs``: IVS customers can now revoke the viewer session associated with an auth token, to prevent and stop playback using that token.
* api-change:``kinesisvideo``: General Availability (GA) release of Kinesis Video Streams at Edge, enabling customers to provide a configuration for the Kinesis Video Streams EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on a configured schedule.
* api-change:``macie2``: This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED.
* api-change:``privatenetworks``: This release allows Private5G customers to choose different commitment plans (60-days, 1-year, 3-years) when placing new orders, enables automatic renewal option for 1-year and 3-years commitments. It also allows customers to update the commitment plan of an existing radio unit.
* api-change:``sagemaker-featurestore-runtime``: Introducing TTL for online store records for feature groups.
* api-change:``sagemaker``: Introducing TTL for online store records in feature groups.
* api-change:``ssm``: Systems Manager doc-only update for June 2023.
* api-change:``verifiedpermissions``: This update fixes several broken links to the Cedar documentation.


1.27.161
========

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.27.161'
__version__ = '1.27.162'

#
# 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.27.1'
# The full version, including alpha/beta/rc tags.
release = '1.27.161'
release = '1.27.162'

# 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.29.161
botocore==1.29.162
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
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.29.161',
'botocore==1.29.162',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 855cd0d

Please sign in to comment.