You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release-1.22.49:
Bumping version to 1.22.49
Update changelog based on model updates
fix unit tests
doc updates
wording changes, deploy(... disable_rollback=False ...), disable_rollback added to docstring
#3712 add --disable-rollback to `aws cloudformation deploy`
"description": "Add support for calling Update Table Objects without a TransactionId.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``athena``",
9
+
"description": "You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``rds``",
14
+
"description": "updates for RDS Custom for Oracle 12.1 support",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.22.49
6
+
=======
7
+
8
+
* api-change:``lakeformation``: Add support for calling Update Table Objects without a TransactionId.
9
+
* api-change:``athena``: You can now optionally specify the account ID that you expect to be the owner of your query results output location bucket in Athena. If the account ID of the query results bucket owner does not match the specified account ID, attempts to output to the bucket will fail with an S3 permissions error.
10
+
* api-change:``rds``: updates for RDS Custom for Oracle 12.1 support
0 commit comments