Skip to content

Commit 83e4764

Browse files
authored
Merge pull request #223 from fsprojects/co-maintainer/release-3.3.1-1771646837-7fd36d3beab238e1
[Auto Maintainer Assistant] Prepare release 3.3.1
2 parents 696e172 + a2df2f4 commit 83e4764

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)