Release v0.11.17 - #67
Merged
Merged
Conversation
* Fix topic-send pass-through semantics Update agent, task, and webview topic-send operators to honor `pass_through` consistently: skipped records now return the original value when pass-through is enabled, and post-send fallback to `skip_value` only occurs when both `pass_through` and `ack` are disabled. Expanded tests cover `None` payload pass-through, predicate-skip downstream continuation for agent pipelines, and task pipeline preservation of `None` in first-op topic sends. * Bump version to 0.11.17
vmirz
added a commit
that referenced
this pull request
Jul 23, 2026
* Bump twm-faust and clarify first-op behavior Update `twm-faust` minimum version from `1.17.18` to `1.17.19` while keeping the same upper bound. Also add a clarifying comment in `TaskProcessorTopicSendOperator.process` to explain that the first task pipeline operation is invoked without an input value, documenting why `should_skip` is called differently for `first_op`. * Bump version to 0.11.18
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.
Contribute kaspr v0.11.17 from fork