Skip to content

Commit e280bc0

Browse files
Merge branch 'release-1.42.75' into develop
* release-1.42.75: Bumping version to 1.42.75 Update changelog based on model updates
2 parents 744124c + 527e5d1 commit e280bc0

File tree

6 files changed

+107
-4
lines changed

6 files changed

+107
-4
lines changed

.changes/1.42.75.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "Adding support for additional instances and extended storage",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``backup``",
9+
"description": "AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock``",
14+
"description": "Automated Reasoning checks in Amazon Bedrock Guardrails now automatically generate Q&A tests for new Automated Reasoning policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API adds GENERATED_TEST_CASES asset type, allowing customers to retrieve tests generated by the build workflow.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``devicefarm``",
19+
"description": "This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interface",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``dms``",
24+
"description": "This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ec2``",
29+
"description": "This release introduces new APIs: DescribeInstanceSqlHaStates, DescribeInstanceSqlHaHistoryStates, EnableInstanceSqlHaStandbyDetections and DisableInstanceSqlHaStandbyDetections on Amazon EC2, allowing customers to enroll and monitor SQL Server licensing fee savings for their SQL HA EC2 instances.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``endpoint-rules``",
34+
"description": "Update endpoint-rules command to latest version",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``glue``",
39+
"description": "Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``guardduty``",
44+
"description": "Add S3 On-Demand Object Scanning",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``lexv2-models``",
49+
"description": "Adds support for LLM as Primary, allowing usage of LLMs as the default NLU system.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``medialive``",
54+
"description": "Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``mediapackagev2``",
59+
"description": "Add support for SCTE messages in Segment file output",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``mwaa-serverless``",
64+
"description": "Amazon MWAA now offers serverless deployment, eliminating operational overhead while optimizing costs. The service supports YAML and Python-based workflows, with 80+ AWS Operators. It provides isolated execution, IAM permissions, and automatic scaling with pay-per-use pricing.",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``opensearch``",
69+
"description": "This release adds index operation APIs to support Automatic Semantic Enrichment feature",
70+
"type": "api-change"
71+
},
72+
{
73+
"category": "``pcs``",
74+
"description": "Added support for the managed Slurm REST API endpoint",
75+
"type": "api-change"
76+
},
77+
{
78+
"category": "``route53resolver``",
79+
"description": "Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection",
80+
"type": "api-change"
81+
}
82+
]

CHANGELOG.rst

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

5+
1.42.75
6+
=======
7+
8+
* api-change:``appstream``: Adding support for additional instances and extended storage
9+
* api-change:``backup``: AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs.
10+
* api-change:``bedrock``: Automated Reasoning checks in Amazon Bedrock Guardrails now automatically generate Q&A tests for new Automated Reasoning policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API adds GENERATED_TEST_CASES asset type, allowing customers to retrieve tests generated by the build workflow.
11+
* api-change:``devicefarm``: This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interface
12+
* api-change:``dms``: This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly.
13+
* api-change:``ec2``: This release introduces new APIs: DescribeInstanceSqlHaStates, DescribeInstanceSqlHaHistoryStates, EnableInstanceSqlHaStandbyDetections and DisableInstanceSqlHaStandbyDetections on Amazon EC2, allowing customers to enroll and monitor SQL Server licensing fee savings for their SQL HA EC2 instances.
14+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
15+
* api-change:``glue``: Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).
16+
* api-change:``guardduty``: Add S3 On-Demand Object Scanning
17+
* api-change:``lexv2-models``: Adds support for LLM as Primary, allowing usage of LLMs as the default NLU system.
18+
* api-change:``medialive``: Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.
19+
* api-change:``mediapackagev2``: Add support for SCTE messages in Segment file output
20+
* api-change:``mwaa-serverless``: Amazon MWAA now offers serverless deployment, eliminating operational overhead while optimizing costs. The service supports YAML and Python-based workflows, with 80+ AWS Operators. It provides isolated execution, IAM permissions, and automatic scaling with pay-per-use pricing.
21+
* api-change:``opensearch``: This release adds index operation APIs to support Automatic Semantic Enrichment feature
22+
* api-change:``pcs``: Added support for the managed Slurm REST API endpoint
23+
* api-change:``route53resolver``: Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection
24+
25+
526
1.42.74
627
=======
728

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.42.74'
21+
__version__ = '1.42.75'
2222

2323
#
2424
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.42.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.42.74'
55+
release = '1.42.75'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.40.74
6+
botocore==1.40.75
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.14.0,<0.15.0
99
PyYAML>=3.10,<6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.40.74',
27+
'botocore==1.40.75',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.14.0,<0.15.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)