Merged
Conversation
- Add mapAsyncUnorderedParallelThrottled (closes #31, PR #225) - Fix ofAsyncEnum deadlock on single-threaded runtimes like Blazor WASM (closes #152, PR #229) - Update PackageLicenseExpression and Microsoft.Bcl.AsyncInterfaces to 10.0.3 (closes #168, PR #228) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 task
dsyme
reviewed
Feb 22, 2026
| @@ -1,3 +1,8 @@ | |||
| ### 3.3.2 | |||
| * Added `AsyncSeq.mapAsyncUnorderedParallelThrottled` for throttled unordered parallel mapping ([#31](https://github.com/fsprojects/FSharp.Control.AsyncSeq/issues/31), [PR #225](https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/225)). | |||
Contributor
There was a problem hiding this comment.
@copilot Update all for latest version and features. Change to 4.0.0 not alpha
Contributor
Merged
* Initial plan * Update version from 3.3.2 to 4.0.0 in RELEASE_NOTES.md and version.props Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dsyme <7204669+dsyme@users.noreply.github.com>
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.
🤖 Repo Assist here — I'm an automated AI assistant for this repository.
Bumps version from
3.3.1→3.3.2and updatesRELEASE_NOTES.mdto document the changes merged since 3.3.1.Changes included in 3.3.2
AsyncSeq.mapAsyncUnorderedParallelThrottled(closes #31)PackageLicenseExpression+Microsoft.Bcl.AsyncInterfaces→ 10.0.3 (closes #168)ofAsyncEnumdeadlock on Blazor WASM / single-threaded runtimes (closes #152)Test Status
✅ Build succeeded
✅ All 190 tests pass