Add OPW 2.19 changelog to docs#38154
Open
mikhacim wants to merge 6 commits into
Open
Conversation
Contributor
Preview links (active after the
|
bruceg
reviewed
Jul 14, 2026
This comment has been minimized.
This comment has been minimized.
maycmlee
reviewed
Jul 14, 2026
maycmlee
left a comment
Contributor
There was a problem hiding this comment.
Left some small edits and a couple of questions
Co-authored-by: May Lee <may.lee@datadoghq.com>
maycmlee
reviewed
Jul 14, 2026
maycmlee
left a comment
Contributor
There was a problem hiding this comment.
Sorry missed this small edit
maycmlee
reviewed
Jul 14, 2026
maycmlee
reviewed
Jul 14, 2026
| - Fixed an issue in the Reduce processor where a timestamp field whose name requires quoting in a path (for example, `"created.at"` or `"event-time"`) had its `_end` companion field silently dropped from the reduced event. The companion field is now placed correctly next to the base field. | ||
| - Fixed a configuration reload issue. If a reload changed a component's type while keeping the same name, such as replacing a source named `X` with a processor named `X`, any downstream processor or destination still reading from `X` now reconnects to the new component. | ||
| - The Syslog source (TCP mode) has been fixed to handle an over-length, length-prefixed message split across multiple reads. | ||
| - The Logstash source has been fixed to acknowledge only completed windows instead of sometimes sending a partial acknowledgment. |
Contributor
There was a problem hiding this comment.
@mikhacim just some edits along the same lines as the other Logstash fix we updated.
Suggested change
| - The Logstash source has been fixed to acknowledge only completed windows instead of sometimes sending a partial acknowledgment. | |
| - The Logstash source has been fixed to only send an acknowledgment when all events of a batch are received instead of sending a partial acknowledgment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add changelog entries from OPW 2.19 to docs https://github.com/DataDog/observability-pipelines-worker/blob/cb2579df7a725016b44d50dd9a06154865d511c9/CHANGELOG.md