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
"description": "Application Signals now supports dynamic instrumentation and Service Events telemetry. Add instrumentation at runtime without restarts, and use fine-grained profiling data to quickly pinpoint latency and error root causes.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``bedrock-agentcore``",
9
+
"description": "Adds an optional extractionMode field to CreateEvent. SKIP retains the event in short-term memory but excludes it from long-term memory extraction.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``directconnect``",
14
+
"description": "Added VIF rate limiting support for AWS Direct Connect, allowing customers to set bandwidth allocations on virtual interfaces to manage traffic on dedicated connections.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``ec2``",
19
+
"description": "This release adds support for AMI Watermark and Allowed AMIs integration",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``endpoint-rules``",
24
+
"description": "Update endpoint-rules command to latest version",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``guardduty``",
29
+
"description": "Added AI-powered investigations that automatically analyze security findings, correlate related activity, and produce structured summaries with risk assessment, confidence scoring, MITRE technique classification, and actionable next steps.",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``kafka``",
34
+
"description": "Amazon MSK Replicator now supports mTLS authentication when connecting to external Apache Kafka clusters, enabling customers to replicate data from clusters that require mutual TLS for client authentication. This capability is supported when replicating to Amazon MSK Express brokers.",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``lambda``",
39
+
"description": "Add support for tagging Network Connector resources in AWS Lambda.",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``lambda-core``",
44
+
"description": "Initial release of the AWS Lambda Core SDK with APIs to create, manage, and tag network connectors that enable Lambda compute resources to access private resources in your Amazon VPC.",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "``lambda-microvms``",
49
+
"description": "Lambda MicroVMs GA launch. Lambda MicroVMs enable isolated and highly responsive execution of user-supplied or LLM-generated code.",
50
+
"type": "api-change"
51
+
},
52
+
{
53
+
"category": "``logs``",
54
+
"description": "CloudWatch Logs Updates - New APIs introduced to support syslog ingestion to a log group. For more information, see CloudWatch Logs API documentation.",
55
+
"type": "api-change"
56
+
},
57
+
{
58
+
"category": "``mediaconnect``",
59
+
"description": "AWS MediaConnect now supports Content Quality Analysis for Router Inputs, enabling detection of black frames, frozen frames, and silent audio with configurable thresholds.",
60
+
"type": "api-change"
61
+
},
62
+
{
63
+
"category": "``omics``",
64
+
"description": "Adds support for scratch ephemeral storage mounted at tmp",
65
+
"type": "api-change"
66
+
},
67
+
{
68
+
"category": "``quicksight``",
69
+
"description": "Updated the Amazon Quick Spaces API to remove unsupported SPACE and ARTIFACT values from the SpaceQuickSightResourceType enum.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.45.35
6
+
=======
7
+
8
+
* api-change:``application-signals``: Application Signals now supports dynamic instrumentation and Service Events telemetry. Add instrumentation at runtime without restarts, and use fine-grained profiling data to quickly pinpoint latency and error root causes.
9
+
* api-change:``bedrock-agentcore``: Adds an optional extractionMode field to CreateEvent. SKIP retains the event in short-term memory but excludes it from long-term memory extraction.
10
+
* api-change:``directconnect``: Added VIF rate limiting support for AWS Direct Connect, allowing customers to set bandwidth allocations on virtual interfaces to manage traffic on dedicated connections.
11
+
* api-change:``ec2``: This release adds support for AMI Watermark and Allowed AMIs integration
12
+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
13
+
* api-change:``guardduty``: Added AI-powered investigations that automatically analyze security findings, correlate related activity, and produce structured summaries with risk assessment, confidence scoring, MITRE technique classification, and actionable next steps.
14
+
* api-change:``kafka``: Amazon MSK Replicator now supports mTLS authentication when connecting to external Apache Kafka clusters, enabling customers to replicate data from clusters that require mutual TLS for client authentication. This capability is supported when replicating to Amazon MSK Express brokers.
15
+
* api-change:``lambda``: Add support for tagging Network Connector resources in AWS Lambda.
16
+
* api-change:``lambda-core``: Initial release of the AWS Lambda Core SDK with APIs to create, manage, and tag network connectors that enable Lambda compute resources to access private resources in your Amazon VPC.
17
+
* api-change:``lambda-microvms``: Lambda MicroVMs GA launch. Lambda MicroVMs enable isolated and highly responsive execution of user-supplied or LLM-generated code.
18
+
* api-change:``logs``: CloudWatch Logs Updates - New APIs introduced to support syslog ingestion to a log group. For more information, see CloudWatch Logs API documentation.
19
+
* api-change:``mediaconnect``: AWS MediaConnect now supports Content Quality Analysis for Router Inputs, enabling detection of black frames, frozen frames, and silent audio with configurable thresholds.
20
+
* api-change:``omics``: Adds support for scratch ephemeral storage mounted at tmp
21
+
* api-change:``quicksight``: Updated the Amazon Quick Spaces API to remove unsupported SPACE and ARTIFACT values from the SpaceQuickSightResourceType enum.
0 commit comments