Skip to content

v2.18.44

Compare
Choose a tag to compare
@AArnott AArnott released this 23 Aug 16:24
· 381 commits to main since this release
e5346df

What's Changed

  • docs fix NotifyClientOfEvents option name by @kingosticks in #982
  • Fix deadlocks involving processes where JTF is not present by @AArnott in #989
  • Fixes early destruction of IAsyncEnumerable<T> sent as return value from RPC methods by @AArnott in #1004
  • Docs: add more detail about marshaled object lifetimes by @vivlimmsft in #1008
  • Add test for marshalling one object twice by @AArnott in #1013
  • Add support for call-scoped marshalable objects by @AArnott in #1015

Dependency updates

  • Don't reference M.Bcl.AsyncInterfaces on netstandard2.1 by @ViktorHofer in #987
  • Bump VisualStudioThreadingVersion from 17.7.35 to 17.8.14 by @dependabot in #967
  • Bump VisualStudioThreadingVersion from 17.8.14 to 17.9.28 by @dependabot in #992
  • Bump System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.0 by @dependabot in #995

New Contributors

Full Changelog: v2.17.11...v2.18.44