Skip to content

Commit f2a98a9

Browse files
Bump version to 2.30.3
1 parent 2c12dd0 commit f2a98a9

13 files changed

+59
-45
lines changed

.changes/2.30.3.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``logs``",
4+
"description": "Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``configure``",
9+
"description": "Added the new ``aws configure mfa-login`` command, which creates a profile with temporary credentials corresponding to an IAM user with an MFA code.",
10+
"type": "enhancement"
11+
},
12+
{
13+
"category": "``ivs-realtime``",
14+
"description": "IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``osis``",
19+
"description": "Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "macOS",
24+
"description": "Added explicit architecture support in PKG installer for universal builds on Macs to prevent Rosetta requirement prompt.",
25+
"type": "enhancement"
26+
},
27+
{
28+
"category": "``budgets``",
29+
"description": "Add support for custom time periods in budget configuration",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``configure``",
34+
"description": "Added support for temporary credentials with ``aws configure``. The CLI will prompt for an ``aws_session_token`` if the provided access key ID is temporary.",
35+
"type": "enhancement"
36+
}
37+
]

.changes/next-release/api-change-budgets-21731.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-ivsrealtime-96921.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-logs-52477.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-osis-11091.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/configure-tempcreds.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/enhancement-configure-71799.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/enhancement-macOS-1326.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
2.30.3
6+
======
7+
8+
* api-change:``logs``: Cloudwatch Logs added support for 2 new API parameters in metric and subscription filter APIs to filter log events based on system field values and emit system field values as dimensions and send them to customer destination as additional metadata.
9+
* enhancement:``configure``: Added the new ``aws configure mfa-login`` command, which creates a profile with temporary credentials corresponding to an IAM user with an MFA code.
10+
* api-change:``ivs-realtime``: IVS now offers customers the ability to control the positioning of participants in both grid and PiP layouts based on custom attribute values in participant tokens.
11+
* api-change:``osis``: Adds support for cross-account ingestion for push-based sources. This includes resource policies for sharing pipelines across accounts and features for managing pipeline endpoints which enable accessing pipelines across different VPCs, including VPCs in other accounts.
12+
* enhancement:macOS: Added explicit architecture support in PKG installer for universal builds on Macs to prevent Rosetta requirement prompt.
13+
* api-change:``budgets``: Add support for custom time periods in budget configuration
14+
* enhancement:``configure``: Added support for temporary credentials with ``aws configure``. The CLI will prompt for an ``aws_session_token`` if the provided access key ID is temporary.
15+
16+
517
2.30.2
618
======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.30.2'
23+
__version__ = '2.30.3'
2424

2525
#
2626
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)