Skip to content

Commit a2df2f4

Browse files
GitHub CopilotCopilot
authored andcommitted
Prepare release 3.3.1
Update version.props to 3.3.1 and update RELEASE_NOTES.md to include chunkBy/chunkByAsync (PR #222) and mergeAll seq widening (PR #221) alongside the previously documented improvements. Co-authored-by: Copilot <[email protected]>
1 parent 696e172 commit a2df2f4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Quick summary of changes:
33
- Performance improvements: optimized `iterAsync` and `iteriAsync`; optimized `collect`, `mapAsync` and `unfoldAsync`; fixed append memory leak (Issue #35).
44
- Added `mapAsyncUnorderedParallel` for improved parallel performance.
5+
- Added `AsyncSeq.chunkBy` and `AsyncSeq.chunkByAsync` for grouping consecutive elements by key ([#156](https://github.com/fsprojects/FSharp.Control.AsyncSeq/issues/156), [PR #222](https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/222)).
6+
- `AsyncSeq.mergeAll` now accepts `seq<AsyncSeq<'T>>` instead of `list<AsyncSeq<'T>>` for broader compatibility ([#165](https://github.com/fsprojects/FSharp.Control.AsyncSeq/issues/165), [PR #221](https://github.com/fsprojects/FSharp.Control.AsyncSeq/pull/221)).
57
- Set up BenchmarkDotNet for systematic benchmarking; performance benchmarks show measurable improvements (addresses Round 1 & 2 of #190).
68
- Build/CI updates: configuration and build-step updates.
79

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.2.1</Version>
3+
<Version>3.3.1</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)