Skip to content

Commit 78486ce

Browse files
Merge branch 'release-1.27.26' into develop
* release-1.27.26: Bumping version to 1.27.26 Update to latest models
2 parents 7042057 + 9d833df commit 78486ce

File tree

5 files changed

+28
-16
lines changed

5 files changed

+28
-16
lines changed

.changes/1.27.26.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"category": "``backup``",
4+
"description": "This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).",
5+
"type": "api-change"
6+
}
7+
]

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
CHANGELOG
33
=========
44

5+
1.27.26
6+
=======
7+
8+
* api-change:``backup``: This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA).
9+
10+
511
1.27.25
612
=======
713

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.27.25'
19+
__version__ = '1.27.26'
2020

2121

2222
class NullHandler(logging.Handler):

0 commit comments

Comments
 (0)