Feature Release
lschreck-mdsol
released this
01 Mar 01:56
·
262 commits
to master
since this release
This minor release contains the following fixes, updates and changes:
- [Medidata.MAuth.Core] Decreased the default timeout from 10 seconds to 3 seconds for the MAuth service
requests in order to decrease the chance of service request congestion (the timeout still configurable in the options) - [Medidata.MAuth.Core] Added a new feature to make multiple attempts to communicate with the MAuth service in case
there are unsuccessful responses. The number of attempts (i.e. retry policy) is configurable through the options
(MAuthServiceRetryPolicy
) - [Medidata.MAuth.Core] Fixed the .NET Framework assemblies being referenced as dependencies instead of
framework assemblies causing unnecessary package downloads and referencing from NuGet - [All] Updated copyright year numbers to the current (2017) year
- [All] Added cache-specific information to the README FAQ section