v6.1.0
What's Changed
- The current
HttpRequestMessage
is now held internally usingAsyncLocal
instead of direct call context access to help with Code Access Security issues - by @pengweiqhca in #65
New Contributors
- @pengweiqhca made their first contribution in #65
Full Changelog: v6.0.1...v6.1.0