Skip to content

1.1.27 Nuget release

Compare
Choose a tag to compare
@MattB-msft MattB-msft released this 10 Jul 19:15
· 2 commits to master since this release
0bf4724

Fix for Logging MSAL telemetry when using ILogger
Previously, Logs for MSAL were not written to the configured ILogger, they would only go to Trace Source and InMemory Logs.
Fix for RequestBuilder to properly honor CrmUserId and AADOid in request builder requests.
Updated ServiceClient retry logic to use the server specified RetryAfter for Time and Concurrency throttling fault codes, in addition to Burst.
Updated ConnectionService retry logic to parse RetryAfter header as seconds instead of hours.
Dependency Changes:
Modified:
Microsoft.Identity.Client to 4.61.3

Added initial Azure Auth extensions.
Packages and added new WPF Login control for Dataverse ServiceClient.

What's Changed

  • 07102024 release - Updates to RequestBuilder Shipping Connector by @MattB-msft in #458

Full Changelog: 1.1.22...1.1.27