Skip to content

Commit

Permalink
Merge branch 'release-1.28.6' into develop
Browse files Browse the repository at this point in the history
* release-1.28.6:
  Bumping version to 1.28.6
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jul 19, 2023
2 parents 3353213 + a8fcb11 commit d5d3fbc
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.28.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``cloudformation``",
"description": "[``botocore``] SDK and documentation updates for GetTemplateSummary API (unrecognized resources)",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Amazon EC2 documentation updates.",
"type": "api-change"
},
{
"category": "``grafana``",
"description": "[``botocore``] Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.",
"type": "api-change"
},
{
"category": "``medical-imaging``",
"description": "[``botocore``] General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.",
"type": "api-change"
},
{
"category": "``ram``",
"description": "[``botocore``] This release adds support for securely sharing with AWS service principals.",
"type": "api-change"
},
{
"category": "``ssm-sap``",
"description": "[``botocore``] Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.28.6
======

* api-change:``cloudformation``: [``botocore``] SDK and documentation updates for GetTemplateSummary API (unrecognized resources)
* api-change:``ec2``: [``botocore``] Amazon EC2 documentation updates.
* api-change:``grafana``: [``botocore``] Amazon Managed Grafana now supports grafanaVersion update for existing workspaces with UpdateWorkspaceConfiguration API. DescribeWorkspaceConfiguration API additionally returns grafanaVersion. A new ListVersions API lists available versions or, if given a workspaceId, the versions it can upgrade to.
* api-change:``medical-imaging``: [``botocore``] General Availability (GA) release of AWS Health Imaging, enabling customers to store, transform, and analyze medical imaging data at petabyte-scale.
* api-change:``ram``: [``botocore``] This release adds support for securely sharing with AWS service principals.
* api-change:``ssm-sap``: [``botocore``] Added support for SAP Hana High Availability discovery (primary and secondary nodes) and Backint agent installation with SSM for SAP.
* api-change:``wafv2``: [``botocore``] Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.


1.28.5
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.28.5'
__version__ = '1.28.6'


# The default Boto3 session; autoloaded when needed.
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.31.5,<1.32.0
botocore>=1.31.6,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.31.5,<1.32.0',
'botocore>=1.31.6,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit d5d3fbc

Please sign in to comment.