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
Copy file name to clipboardExpand all lines: aws/logs_monitoring/CHANGELOG.md
+46-46Lines changed: 46 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,48 +4,36 @@
4
4
5
5
### Overview
6
6
7
-
Version 5.0.0 of the Datadog Lambda Forwarder introduces several breaking changes that remove deprecated features and improve log filtering behavior. This release simplifies the forwarder configuration and aligns with modern AWS integration patterns.
7
+
Version 5.0.0 of the Datadog Lambda Forwarder introduces several breaking changes that remove deprecated features and improve log filtering behavior. This release introduce a new way to enrich your logs with tags that would reduce AWS Lambda related cost (S3, KMS and Lambda).
8
8
9
-
### Breaking Changes
10
-
11
-
#### 1. Removed TCP Transport Support
12
-
13
-
**What Changed:**
14
-
15
-
- Removed the `DD_USE_TCP` / `DdUseTcp` environment variable and parameter
16
-
- Deleted the TCP client implementation
17
-
- All logs now **must** be sent via HTTP/HTTPS
18
-
19
-
**Migration Required:**
20
-
21
-
- Remove any configuration setting `DD_USE_TCP=true` or `DdUseTcp=true`
22
-
- The forwarder will now exclusively use HTTP transport
23
-
- If you were using TCP with custom ports (10516), these configurations will be ignored
24
-
- The default HTTP endpoint is now `http-intake.logs.<DD_SITE>` on port 443
0 commit comments