Skip to content

v3.1.0

Compare
Choose a tag to compare
@timcassell timcassell released this 30 Jun 11:37
· 7 commits to master since this release
023c3d5

Enhancements:

  • Added structured concurrency promise groups.
  • Added Promise(<T>).Each APIs.
  • Added Promise(<T>).GetRetainer APIs.
  • Added nuget configuration override.

Fixes:

  • Fixed some Promise.AllSettled<T> APIs.
  • Fixed circular await detection with AsyncEnumerable.Merge APIs.

Deprecated:

  • Deprecated Promise(<T>).{Preserve, Duplicate} APIs.