Maintenance Release
prajon84
released this
14 Nov 15:16
·
113 commits
to master
since this release
This release contains the following fixes, updates and changes:
- [Core] Fixed default signing with both
MWS
andMWSV2
instead of option selected by consuming application. - [Core] Fixed an issue related to token request path which is same for both
MWS
andMWSV2
protocol. - [Core] Fixed a bug related to signing with
MWSV2
protocol which was due to error in signature. - [All] Added
ConfigureAwaitCheck.Analyzer
and updatedawait
withConfureAwait(false)
to fix deadlock issues.