4.x: Streamable + doOnError, forEach(StreamSink)#8218
Conversation
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.641 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## 4.x #8218 +/- ##
============================================
- Coverage 98.69% 98.68% -0.01%
- Complexity 7067 7094 +27
============================================
Files 810 812 +2
Lines 49855 49935 +80
Branches 6749 6755 +6
============================================
+ Hits 49206 49280 +74
- Misses 455 459 +4
- Partials 194 196 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.641 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.641 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.641 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.641 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.641 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.641 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
ℹ️ Renamed
StreamerInputtoStreamSink.Operators
doOnErrorto intercept aThrowable.subscribe(StreamSink)to do pull-push delivery of items.API changes
StreamSink.cancellation()to hand over some cancellation-related data structures.StreamSink.withCancellation()to override theDisposableContainerof the cancellation management.StreamSink.create()to create one via defining callbacks fornextandfinish.StreamProcessor.streamerCount, mainly to be able to await multiple consumers of it.ThrowableWrapperand adjusted code to useCompletionException.Tests