4.x: Observable.combineLatest API reduction#8172
Conversation
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.693 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✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.x #8172 +/- ##
============================================
- Coverage 98.35% 98.34% -0.02%
+ Complexity 6947 6946 -1
============================================
Files 781 782 +1
Lines 49054 49057 +3
Branches 6600 6599 -1
============================================
- Hits 48249 48244 -5
- Misses 618 625 +7
- Partials 187 188 +1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🐷 TruffleHog + Entropy Beauty ScanAverage entropy of changed code: 4.693 bits/char Changed files entropy: ✅ No secrets or suspicious high-entropy strings found. Mid-4 beauty heuristic in action — powered by our entropy chats! 😊 |
Reduce API surface by introducing configuration record to various operators.
Observable
combineLatest+combineLatestDelayError->combineLatest+ObservableCombineLatestConfigcombineLatestArray+combineLatestArrayDelayError->combineLatestArray+ObservableCombineLatestConfigRelated: #8173