Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions website/cue/reference/releases/0.34.0.cue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ releases: "0.34.0": {
be decommissioned on February 28th, 2024.
"""

known_issues: [
"""
The Datadog Metrics sink fails to send a large number of requests due to incorrectly
sized batches [#19110](https://github.com/vectordotdev/vector/issues/19110). This will
be fixed in v0.34.1. Until the fix is released, if you are using the Datadog Metrics
sink, we advise remaining on v0.33.1.
""",
]

changelog: [
{
type: "feat"
Expand Down