Skip to content

Comments

[Repo Assist] Prepare release 3.3.2#234

Merged
dsyme merged 3 commits intomainfrom
repo-assist/release-3.3.2-e5676b77115977ac
Feb 22, 2026
Merged

[Repo Assist] Prepare release 3.3.2#234
dsyme merged 3 commits intomainfrom
repo-assist/release-3.3.2-e5676b77115977ac

Conversation

@github-actions
Copy link
Contributor

🤖 Repo Assist here — I'm an automated AI assistant for this repository.

Bumps version from 3.3.13.3.2 and updates RELEASE_NOTES.md to document the changes merged since 3.3.1.

Changes included in 3.3.2

PR Description
#225 Added AsyncSeq.mapAsyncUnorderedParallelThrottled (closes #31)
#228 Updated PackageLicenseExpression + Microsoft.Bcl.AsyncInterfaces → 10.0.3 (closes #168)
#229 Fixed ofAsyncEnum deadlock on Blazor WASM / single-threaded runtimes (closes #152)

Test Status

Build succeeded
All 190 tests pass

Generated by Repo Assist

To install this workflow, run gh aw add githubnext/agentics/workflows/repo-assist.md@077cdbca7864e820e3425e9598cf1269d3dce05a. View source at https://github.com/githubnext/agentics/tree/077cdbca7864e820e3425e9598cf1269d3dce05a/workflows/repo-assist.md.

- 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,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)).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot Update all for latest version and features. Change to 4.0.0 not alpha

Copy link
Contributor

Copilot AI commented Feb 22, 2026

@dsyme I've opened a new pull request, #237, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI mentioned this pull request Feb 22, 2026
Copilot AI and others added 2 commits February 22, 2026 15:58
* 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>
@dsyme dsyme marked this pull request as ready for review February 22, 2026 16:00
@dsyme dsyme merged commit 87e69ff into main Feb 22, 2026
1 check failed
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.

Nuget package license link = 404 not found AsyncSeq deadlocks in Blazor WASM environment Request new function

2 participants