Skip to content

Commit 2356c4e

Browse files
authored
Add reference to the changelog in README (for public doc) (#1011)
* feat: Add link to the changelog in the read toe reflect the documentation The readme is feeding this page https://docs.datadoghq.com/logs/guide/forwarder/?tab=cloudformation Signed-off-by: Vincent Boutour <[email protected]> * fixup! feat: Add link to the changelog in the read toe reflect the documentation Signed-off-by: Vincent Boutour <[email protected]> --------- Signed-off-by: Vincent Boutour <[email protected]>
1 parent 8edda81 commit 2356c4e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

aws/logs_monitoring/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,17 @@ The <a href="#cloudformation-parameters">environment variables provided on this
118118

119119
If you encounter issues upgrading to the latest version, check the Troubleshooting section.
120120

121+
### Upgrade to v5.0.0+
122+
123+
**Version 5.0.0 is a major release with breaking changes.** Before upgrading, review the [CHANGELOG.md][25] for detailed information about breaking changes and migration requirements.
124+
125+
Key breaking changes in v5.0.0:
126+
127+
- **Log filtering behavior changed**: `IncludeAtMatch` and `ExcludeAtMatch` now match against the log message only, not the entire JSON structure
128+
- **TCP transport removed**: `DD_USE_TCP` parameter removed, all logs must use HTTP/HTTPS
129+
- **PrivateLink variable removed**: `DD_USE_PRIVATE_LINK` removed (PrivateLink is still supported via `DdUseVPC`)
130+
- **New tag enrichment**: Backend-based tag enrichment enabled by default via `DdEnrichS3Tags` and `DdEnrichCloudwatchTags`, reducing forwarder costs
131+
121132
### Upgrade an older version to 4.13.0+
122133

123134
Starting version 4.13.0+ Lambda function has been updated to require **Python 3.13**. If upgrading an older forwarder installation to 4.13.0+, ensure AWS Lambda function is configured to use Python 3.13
@@ -762,3 +773,4 @@ Additional helpful documentation, links, and articles:
762773
[22]: https://docs.datadoghq.com/agent/guide/private-link/
763774
[23]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html
764775
[24]: https://docs.datadoghq.com/logs/log_configuration/processors/?tab=ui#log-date-remapper
776+
[25]: https://github.com/DataDog/datadog-serverless-functions/blob/master/aws/logs_monitoring/CHANGELOG.md

0 commit comments

Comments
 (0)