Skip to content

v1.0.32

Compare
Choose a tag to compare
@tonybaloney tonybaloney released this 29 Apr 02:58
· 55 commits to main since this release
e7b405f

What's Changed

  • Async methods are now cancelleable via CancellationTokens
  • A general performance guide is now available on the docs
  • Optional parameters are marked as nullable even when they don't have a default value of None
  • Optional returns are typed as nullable

General Improvements

  • Add CancellationToken parameter to generated async methods by @atifaziz in #431
  • Make generator iterator disposal idempotent by @atifaziz in #423
  • Make GIL acquisition a ref struct by @atifaziz in #430
  • Make coroutine task result to be just TYield by @atifaziz in #425
  • Add a doc page on performance considerations by @tonybaloney in #421
  • Fix optionality of function parameters & return by @atifaziz in #299

Bug fixes

Other changes

Full Changelog: v1.0.31...v.1.32.0