Skip to content

4.x: Observable.combineLatest API reduction#8172

Merged
akarnokd merged 2 commits into
ReactiveX:4.xfrom
akarnokd:4xObservableAPIReduction
Jun 25, 2026
Merged

4.x: Observable.combineLatest API reduction#8172
akarnokd merged 2 commits into
ReactiveX:4.xfrom
akarnokd:4xObservableAPIReduction

Conversation

@akarnokd

@akarnokd akarnokd commented Jun 25, 2026

Copy link
Copy Markdown
Member

Reduce API surface by introducing configuration record to various operators.

Observable

  • combineLatest + combineLatestDelayError -> combineLatest + ObservableCombineLatestConfig
  • combineLatestArray + combineLatestArrayDelayError -> combineLatestArray + ObservableCombineLatestConfig

Related: #8173

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.693 bits/char
Verdict: ✅ Mid-4 beauty detected (thoughtful human code!)

Changed files entropy:

.github/workflows/entropy-beauty-scan.yml: 4.693

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.34%. Comparing base (e99ea03) to head (c72d912).
⚠️ Report is 1 commits behind head on 4.x.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.693 bits/char
Verdict: ✅ Mid-4 beauty detected (thoughtful human code!)

Changed files entropy:

.github/workflows/entropy-beauty-scan.yml: 4.693

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@akarnokd akarnokd merged commit 67fd64f into ReactiveX:4.x Jun 25, 2026
4 checks passed
@akarnokd akarnokd deleted the 4xObservableAPIReduction branch June 25, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant