TaskSeq 0.2.2
Version 0.2.2, 10 Nov, 2022
This is a minor NuGet release removing / renaming odd functions.
Summary of changes:
Changes implemented by @abelbraaksma unless otherwise noted.
Bug fixes
- a2ef397 Fix bug: remove undocumented
toSeqCachedAsync
, which didn't add any functionality (usetoArrayAsync
or similar instead)
Features
Upgrade guide (compatibility)
This version introduces a small incompatibility. However, the mentioned functions were not documented and likely rarely, if ever, used in these early stages of the TaskSeq
project.
- If you used
toSeqCached
, replace all calls withtoSeq
- If you used
toSeqCachedAsync
, replace all calls withtoArrayAsync