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.40.4:
Bumping version to 1.40.4
Update changelog based on model updates
Fix installing setup dependencies for bundled installer on newer versions of pip and Python (#9420)
"description": "Introduces CustomEntity as part of the UserUnion data type. This field is used to indicate the entity who is performing the API action.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``kinesis``",
9
+
"description": "Amazon KDS now supports tagging and attribute-based access control (ABAC) for enhanced fan-out consumers.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``pinpoint-sms-voice-v2``",
14
+
"description": "AWS End User Messaging has added MONITOR and FILTER functionality to SMS Protect.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``qbusiness``",
19
+
"description": "Add support for anonymous user access for Q Business applications",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``sagemaker``",
24
+
"description": "Introduced support for P5en instance types on SageMaker Studio for JupyterLab and CodeEditor applications.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``sagemaker-metrics``",
29
+
"description": "SageMaker Metrics Service now supports FIPS endpoint in all US and Canada Commercial regions.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``ssm``",
34
+
"description": "This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``ssm-guiconnect``",
39
+
"description": "This release adds API support for the connection recording GUI Connect feature of AWS Systems Manager",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "bundled-installer",
44
+
"description": "Fix installing setup dependencies on newer versions of pip",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+14
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.40.4
6
+
======
7
+
8
+
* api-change:``connectcases``: Introduces CustomEntity as part of the UserUnion data type. This field is used to indicate the entity who is performing the API action.
9
+
* api-change:``kinesis``: Amazon KDS now supports tagging and attribute-based access control (ABAC) for enhanced fan-out consumers.
10
+
* api-change:``pinpoint-sms-voice-v2``: AWS End User Messaging has added MONITOR and FILTER functionality to SMS Protect.
11
+
* api-change:``qbusiness``: Add support for anonymous user access for Q Business applications
12
+
* api-change:``sagemaker``: Introduced support for P5en instance types on SageMaker Studio for JupyterLab and CodeEditor applications.
13
+
* api-change:``sagemaker-metrics``: SageMaker Metrics Service now supports FIPS endpoint in all US and Canada Commercial regions.
14
+
* api-change:``ssm``: This release adds support for just-In-time node access in AWS Systems Manager. Just-in-time node access enables customers to move towards zero standing privileges by requiring operators to request access and obtain approval before remotely connecting to nodes managed by the SSM Agent.
15
+
* api-change:``ssm-guiconnect``: This release adds API support for the connection recording GUI Connect feature of AWS Systems Manager
16
+
* bugfix:bundled-installer: Fix installing setup dependencies on newer versions of pip
0 commit comments